diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/style.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss index a58003f..4476504 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -145,6 +145,10 @@ table { height: 1em; } +.sub-menu { + font-size: .7em; +} + .desktop-only, .desktop-only-ib { display: none; } @@ -215,6 +219,15 @@ table { font-size: 1.1em; opacity: .8; + .has-children { + padding-right: .5em; + border-right: 2px solid $highlight-grey; + } + + .sub-menu > a{ + margin-left: .3em; + } + a { margin-left: .8em; } |
