File: D:/HostingSpaces/SBogers10/zipwire.komma.pro/resources/assets/sass/site/partials/_kmsContent.sass
/* ==========================================================================
Default styling for KMS content
========================================================================== */
.kms-content
h1
font-size: 1.6rem
font-weight: extrabold()
line-height: 1.8
h2
font-size: 1.4rem
line-height: 1.6
h3
font-size: 1.1rem
line-height: 1.4
h4
font-size: 0.8rem
line-height: 1.6
text-transform: uppercase
p
font-size: 0.8rem
line-height: 1.625
color: $darkgrey
ul
padding-left: 0
margin-top: 1em
list-style: none
font-size: 0.8rem
line-height: 1.4
li
position: relative
padding-left: 30px
&:before
position: absolute
left: 0
top: 1px
content: '•'
font-size: 1.2em
line-height: 1
+ li
margin-top: 5px
ol
counter-reset: ol-counter
margin-top: 1em
padding-left: 0
list-style: none
font-size: 0.8rem
line-height: 1.4
li
padding-left: 30px
&:before
counter-increment: ol-counter
content: counter(ol-counter)'.'
position: absolute
left: 0
+ li
margin-top: 5px
a:not(.button)
color: $dark
text-decoration: underline
transition: color 0.2s
&:hover
color: $grey