diff options
Diffstat (limited to 'media/sass/_mixins.sass')
-rw-r--r-- | media/sass/_mixins.sass | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/media/sass/_mixins.sass b/media/sass/_mixins.sass index 596de54..5689f66 100644 --- a/media/sass/_mixins.sass +++ b/media/sass/_mixins.sass @@ -1,58 +1,58 @@ =small-serif - font-size= 1.1em - letter-spacing= 1px - line-height= 1.2em + font-size: 1.1em + letter-spacing: 1px + line-height: 1.2em =tiny-serif - font-size= .8em - letter-spacing= 1px - line-height= 1.2em - text-transform= uppercase - + font-size: 0.8em + letter-spacing: 1px + line-height: 1.2em + text-transform: uppercase + =sm-headline-sans - font-family= Helvetica,Verdana,sans-serif - font-size= 1.6em - line-height= 1.3em - font-weight= normal - + font-family: Helvetica, Verdana, sans-serif + font-size: 1.6em + line-height: 1.3em + font-weight: normal + =sm-sans - font-family= Helvetica,Verdana,sans-serif - font-size= 1em - font-weight= normal - + font-family: Helvetica, Verdana, sans-serif + font-size: 1em + font-weight: normal + =headline-sans - font-family= Helvetica,Verdana,sans-serif - font-size= 2em - line-height= 1.5em - font-weight= normal + font-family: Helvetica, Verdana, sans-serif + font-size: 2em + line-height: 1.5em + font-weight: normal =transparent_class - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" - filter: alpha(opacity=90) - -moz-opacity: 0.9 - -khtml-opacity: 0.9 - opacity: 0.9 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" + filter: alpha(opacity = 90) + -moz-opacity: 0.9 + -khtml-opacity: 0.9 + opacity: 0.9 =transparent_class_light - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" - filter: alpha(opacity=85) - -moz-opacity: 0.85 - -khtml-opacity: 0.85 - opacity: 0.85 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" + filter: alpha(opacity = 85) + -moz-opacity: 0.85 + -khtml-opacity: 0.85 + opacity: 0.85 =transparent_class_lighter - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)" - filter: alpha(opacity=65) - -moz-opacity: 0.65 - -khtml-opacity: 0.65 - opacity: 0.65 -=transparent_clear - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" - filter: alpha(opacity=100) - -moz-opacity: 1.0 - -khtml-opacity: 1.0 - opacity: 1.0 + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)" + filter: alpha(opacity = 65) + -moz-opacity: 0.65 + -khtml-opacity: 0.65 + opacity: 0.65 +=transparent_clear + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" + filter: alpha(opacity = 100) + -moz-opacity: 1 + -khtml-opacity: 1 + opacity: 1 -!luxagraf_brown = #201a11 -!luxagraf_orange = #b53a04 +$luxagraf_brown: #201a11 +$luxagraf_orange: #b53a04 |