File: D:/HostingSpaces/SBogers10/ehbo.today/resources/assets/sass/site/partials/_kmsContent.sass
/* ==========================================================================
Default styling for KMS content
========================================================================== */
.kms-content
h1, h2, h3
font-size: 1.8rem
line-height: 1.4
color: $brightBlue
//+bree
strong
color: $brightBlue
font-weight: 400
h2, h3
font-size: 1.4rem
h3
color: $brightBlue
strong
color: $blue
h4
font-size: 0.8rem
line-height: 1.3
color: $blue
text-transform: uppercase
p
font-size: 0.9rem
line-height: 1.4
color: $grey
ul
padding-left: 0
list-style: none
li
position: relative
padding-left: 30px
font-size: 0.9rem
line-height: 1.4
color: $grey
&:before
position: absolute
left: 0
content: '•'
color: $blue
font-size: 1.3em
line-height: 1
+ li
margin-top: 5px
ol
counter-reset: ol-counter /* 2 */
padding-left: 0
list-style: none
li
padding-left: 30px
font-size: 0.9rem
line-height: 1.4
color: $grey
&:before
counter-increment: ol-counter
content: counter(ol-counter)'.'
position: absolute
left: 0
color: $blue
+ li
margin-top: 5px
a
color: $blue
text-decoration: none
&:hover
color: darken($blue, 10%)
text-decoration: none