File: D:/HostingSpaces/Lacom/lacom.nl/resources/assets/sass/site/partials/_kmsContent.sass
/* ==========================================================================
Default styling for KMS content
========================================================================== */
.kms-content
h1, h2, h3
font-size: 2rem
line-height: 1.4
color: $black
//+bree
strong
color: $blue
font-weight: 400
h2, h3
font-size: 1.5rem
h2
strong
color: $black
h3
color: $black
strong
color: $blue
h4
font-size: 1.2rem
color: $blue
text-transform: uppercase
p
font-size: 1rem
line-height: 1.5
color: $lightGrey
ul
padding-left: 0
list-style: none
li
position: relative
padding-left: 30px
font-size: 0.9rem
line-height: 1.4
color: $black
&: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: $black
&:before
counter-increment: ol-counter
content: counter(ol-counter)'.'
position: absolute
left: 0
color: $blue
+ li
margin-top: 5px
a
color: $blue
transition: color 0.3s
&:hover
color: darken($blue, 15%)