... more default

This commit is contained in:
Stephan 2017-01-12 21:00:04 +01:00
parent e2f60b1b59
commit ad7cbc1788
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -215,7 +215,7 @@
border-right: 8px solid rgba(82, 190, 209, 0.6); border-right: 8px solid rgba(82, 190, 209, 0.6);
background-color: rgba(82, 190, 209, 0.1) !important; } 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-family: Trebuchet MS, Helvetica, Arial, sans-serif, sans;
font-size: 1em; font-size: 1em;
line-height: 1.5; } line-height: 1.5; }