10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit ad7cbc1788 - Show all commits

View file

@ -19,8 +19,11 @@ legend {
// Common
// -----------------------------------------------------------------------------
.input_default label {
label {
@extend %basic;
}
.input_default label {
display: table;
margin: $half_space 0;

View file

@ -215,7 +215,7 @@
border-right: 8px solid rgba(82, 190, 209, 0.6);
background-color: rgba(82, 190, 209, 0.1) !important; }
.span_solo, h6, p, .p_col_2, .p_col_3, caption, li, dt, dd, figcaption, th, td, legend, .input_default label {
.span_solo, h6, p, .p_col_2, .p_col_3, caption, li, dt, dd, figcaption, th, td, legend, label {
font-family: Trebuchet MS, Helvetica, Arial, sans-serif, sans;
font-size: 1em;
line-height: 1.5; }