2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.legend {
|
2022-09-30 04:40:50 +08:00
|
|
|
border-bottom: 1px solid var(--border-color, #ddd);
|
2022-11-03 03:49:38 +08:00
|
|
|
font-size: 150%;
|
|
|
|
line-height: 2.1;
|
|
|
|
margin-bottom: 1.43em;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2022-01-29 07:20:31 +08:00
|
|
|
summary.legend {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
2015-02-17 20:04:03 +08:00
|
|
|
.btn.btn-thin {
|
2015-02-21 22:08:09 +08:00
|
|
|
padding: 4px 9px;
|
2015-02-17 20:04:03 +08:00
|
|
|
}
|
|
|
|
|
2021-11-16 23:22:05 +08:00
|
|
|
.alert a:not(.close) {
|
2013-11-19 06:37:57 +08:00
|
|
|
text-decoration: underline;
|
2014-10-24 01:59:21 +08:00
|
|
|
}
|
|
|
|
|
2021-11-16 23:22:05 +08:00
|
|
|
.alert.alert-info a:not(.close) {
|
2022-11-03 03:49:38 +08:00
|
|
|
color: var(--info-clr, #3a87ad);
|
2014-10-24 01:59:21 +08:00
|
|
|
}
|
|
|
|
|
2021-11-16 23:22:05 +08:00
|
|
|
.alert.alert-error a:not(.close) {
|
2022-11-03 03:49:38 +08:00
|
|
|
color: var(--error-clr, #b94a48);
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2021-02-08 04:10:05 +08:00
|
|
|
/* mobile and tablet */
|
|
|
|
@media screen and (max-width: 999px) {
|
2016-05-01 09:07:10 +08:00
|
|
|
.form-horizontal {
|
|
|
|
.control-group {
|
2021-11-16 23:22:05 +08:00
|
|
|
> label {
|
2016-05-01 09:07:10 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
2021-11-16 23:22:05 +08:00
|
|
|
|
|
|
|
// Move over all input controls and content
|
|
|
|
> *:not(label) {
|
|
|
|
margin-left: 20px;
|
2016-05-01 09:07:10 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-03 04:42:29 +08:00
|
|
|
}
|