diff options
Diffstat (limited to 'assets/sass/_page_header.sass')
-rw-r--r-- | assets/sass/_page_header.sass | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/assets/sass/_page_header.sass b/assets/sass/_page_header.sass new file mode 100644 index 00000000..7a3681f2 --- /dev/null +++ b/assets/sass/_page_header.sass @@ -0,0 +1,45 @@ +@import variables +@import mixins + +.page-header + margin-bottom: 20px + .dropdown + padding-right: 10px + h2 + margin: 0 + padding: 0 + font-weight: bold + border-bottom: 1px dotted #ccc + a + color: color('primary') + text-decoration: none + &:focus, &:hover + color: color('light') + ul + text-align: left + margin-top: 5px + display: inline-block + li + display: inline + padding-right: 15px + + @include xs-device + display: block + line-height: 1.5em + + &.active a + color: color('primary') + text-decoration: none + font-weight: bold + &:hover, &:focus + text-decoration: underline + +.menu-inline + margin-bottom: 5px + li + display: inline + padding-right: 15px + .active a + font-weight: bold + color: color('dark') + text-decoration: none |