File: D:/HostingSpaces/bekkers/bekkersengineering.nl/resources/assets/sass/site/partials/_kmsContent.sass
/* ==========================================================================
Default styling for KMS content
========================================================================== */
.kms-content
h1, h2, h3
font-size: 1.7rem
line-height: 1.4
color: $darkBlue
//+bree
strong
color: $blue
h2, h3
font-size: 1.3rem
h3
color: $blue
strong
color: $darkBlue
h4
font-size: 0.7rem
line-height: 1.3
color: $darkBlue
text-transform: uppercase
p
font-size: 0.8rem
line-height: 1.4
color: $textBlue
ul
padding-left: 0
list-style: none
li
position: relative
padding-left: 30px
font-size: 0.8rem
line-height: 1.4
color: lighten($textBlue, 15%)
&:before
position: absolute
left: 0
top: 2px
content: '•'
color: $blue
font-size: 1.2em
line-height: 1
+ li
margin-top: 5px
ol
counter-reset: ol-counter
padding-left: 0
list-style: none
li
padding-left: 30px
font-size: 0.8rem
line-height: 1.4
color: lighten($textBlue, 15%)
&:before
counter-increment: ol-counter
content: counter(ol-counter)'.'
position: absolute
left: 0
color: $blue
+ li
margin-top: 5px
a:not(.button)
color: $blue
text-decoration: none
&:hover
color: darken($blue, 10%)
text-decoration: none