File: D:/HostingSpaces/SBogers10/medvalue.komma.pro/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: $darkGrey
+dosisBold
//+bree
h2, h3
font-size: 1.3rem
h3
color: $limeGreen
h4
font-size: 0.7rem
line-height: 1.3
color: $darkGrey
text-transform: uppercase
p
font-size: 0.8rem
line-height: 1.8
color: rgba($grey, 0.75)
ul
padding-left: 0
list-style: none
li
position: relative
padding-left: 30px
font-size: 0.8rem
line-height: 1.4
color: $grey
&:before
position: absolute
left: 0
top: 2px
content: '•'
color: $darkGrey
font-size: 1.2em
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.8rem
line-height: 1.4
color: $grey
&:before
counter-increment: ol-counter
content: counter(ol-counter)'.'
position: absolute
left: 0
color: $darkGrey
+ li
margin-top: 5px
a:not(.button)
color: $darkGrey
text-decoration: none
&:hover
color: $darkGrey
text-decoration: none
a.button
margin-top: 40px