You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

40 lines
702 B
Sass

=clear-fix
&:after
content: ""
display: block
clear: both
width: 100%
height: 1px
margin-bottom: -1px
=font($family, $size, $height, $color, $style, $decoration, $transform)
font-family: $family
font-size: $size
line-height: $height
color: $color
font-style: $style
text-decoration: $decoration
text-transform: $transform
text-rendering: geometricPrecision
=chageFontSize($size, $height)
font-size: $size
line-height: $height
=transition($speed, $type)
transition: all $speed $type
=resetForAbsoluteCentering()
top: 0
right: 0
left: 0
bottom: 0
@mixin text-link
a
color: $orange
font-weight: bold
&:hover
text-decoration: underline