diff --git a/src/scss/cdb-components/typography.scss b/src/scss/cdb-components/typography.scss index bff3796..6e3a364 100644 --- a/src/scss/cdb-components/typography.scss +++ b/src/scss/cdb-components/typography.scss @@ -15,10 +15,12 @@
Open Sans 12/16 Regular
Open Sans 10/14 Semibold
Open Sans 10/14 Regular
+? ``` */ @import '../cdb-variables/sizes'; +@import '../cdb-variables/colors'; .CDB-Text { font-family: 'Open Sans'; @@ -32,6 +34,10 @@ } } +.is-help { + border-bottom: 1px dotted $cMainLine; +} + .CDB-Size-huge { font-size: $sFontSize-huge; line-height: $sLineHeight-huge;