summaryrefslogtreecommitdiff
path: root/assets/sass/_header.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_header.sass')
-rw-r--r--assets/sass/_header.sass10
1 files changed, 6 insertions, 4 deletions
diff --git a/assets/sass/_header.sass b/assets/sass/_header.sass
index e3afe1b3..13ae6a99 100644
--- a/assets/sass/_header.sass
+++ b/assets/sass/_header.sass
@@ -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')