Add SASS variables for colors

This commit is contained in:
Frederic Guillot
2016-08-07 18:08:28 -04:00
parent 508a5eaf85
commit 41f93e0957
50 changed files with 329 additions and 220 deletions

View File

@@ -1,14 +1,16 @@
@import variables
header
margin-top: 5px
margin-bottom: 5px
border-bottom: 1px solid #dedede
h1
font-size: $page-title-size
font-size: size('title')
.tooltip
opacity: 0.3
font-size: $text-tiny
font-size: size('tiny')
.web-notification-icon
color: #3366CC
color: link-color('primary')
&:focus, &:hover
color: #000
color: color('dark')