From ad7cbc178880598ca475958db3e301188dab17aa Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 12 Jan 2017 21:00:04 +0100 Subject: [PATCH] ... more default --- basic/_interactive.scss | 5 ++++- example.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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; }