diff --git a/basic/_interactive.scss b/basic/_interactive.scss index 133d3ab..74f943b 100644 --- a/basic/_interactive.scss +++ b/basic/_interactive.scss @@ -19,8 +19,11 @@ legend { // Common // ----------------------------------------------------------------------------- -.input_default label { +label { @extend %basic; +} + +.input_default label { display: table; margin: $half_space 0; diff --git a/example.css b/example.css index ac70a5c..4b2e9e6 100644 --- a/example.css +++ b/example.css @@ -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; }