diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-11 16:51:27 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-11 16:51:27 +0200 |
commit | 628a4df0df81347c74a88e4c110066c9dc6017d1 (patch) | |
tree | 474ba777084cf5593c79330b71539f2a4fa7733f /assets/pure-extension.scss | |
parent | 43974d0908a341ef8dd5d100a63563784fdbf70c (diff) |
Refactor partials, layout and sass files
Diffstat (limited to 'assets/pure-extension.scss')
-rw-r--r-- | assets/pure-extension.scss | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/assets/pure-extension.scss b/assets/pure-extension.scss deleted file mode 100644 index b4c1ab5..0000000 --- a/assets/pure-extension.scss +++ /dev/null @@ -1,55 +0,0 @@ -@import 'variables'; - -html, button, input, select, textarea, .pure-g [class *= "pure-u"] { - font-family: "Open Sans", "Roboto", sans-serif; - font-weight: 300; - -} - -.pure-g { - [class *= "pure-u"] { - box-sizing: border-box; - } -} - -.pure-u { - flex-grow: 1; - width: 0; -} - -.pure-menu-list ul ul { - // left padding for nested sections - padding-left: $padding-16; -} - -.pure-menu-root { - // vertical space between root sections - > li { - padding-bottom: $padding-16; - } - - // font weight only for root sections - > li > .section { - font-weight: 600; - } -} - -.pure-menu-link, .pure-menu-heading { - color: $gray-800; - padding: $padding-4 $padding-16; - text-transform: capitalize; -} - -.pure-menu-link { - &:hover, &.active { - background: none; - } - - &:hover { - color: $gray-600; - } - - &.active { - color: #1F37E6; - } -}
\ No newline at end of file |