diff options
Diffstat (limited to 'app/common/styles/directives')
-rw-r--r-- | app/common/styles/directives/app-header.scss | 0 | ||||
-rw-r--r-- | app/common/styles/directives/app-navigation.scss | 27 | ||||
-rw-r--r-- | app/common/styles/directives/confirm.scss | 0 | ||||
-rw-r--r-- | app/common/styles/directives/index.scss | 4 |
4 files changed, 15 insertions, 16 deletions
diff --git a/app/common/styles/directives/app-header.scss b/app/common/styles/directives/app-header.scss deleted file mode 100644 index e69de29..0000000 --- a/app/common/styles/directives/app-header.scss +++ /dev/null diff --git a/app/common/styles/directives/app-navigation.scss b/app/common/styles/directives/app-navigation.scss index 1e21659..79eb11e 100644 --- a/app/common/styles/directives/app-navigation.scss +++ b/app/common/styles/directives/app-navigation.scss @@ -8,8 +8,8 @@ $nav__seclvlWidth: 240px; max-height: 40px; stroke-width: .5; display: block; - width: 40px; - margin: 0 auto .5em auto; + margin: .5em auto; + overflow: hidden; .st0 { fill: none; stroke: $white; @@ -46,13 +46,21 @@ $nav__seclvlWidth: 240px; li { margin: 0; } + > li > a, + > li > button { + height: 120px; + } //svg icons .nav-icon { @include navIcons; + width: 100%; + svg { + width: 36px; + height: auto; + } } .button, button, a { background: transparent; - height: auto; border: 0; color: $white; fill: $white; @@ -66,16 +74,9 @@ $nav__seclvlWidth: 240px; text-decoration: none; border-top: 1px solid transparent; border-bottom: 1px solid $darkgrey; - a { - margin-bottom: 5px; - } - span { - margin: 1em 0 0 0; - display: block; - font-size: .9em; - font-weight: 400; - line-height: 1rem; - } + font-weight: normal; + font-size: .9em; + line-height: 1.2; &:hover { background: $white; fill: $black; diff --git a/app/common/styles/directives/confirm.scss b/app/common/styles/directives/confirm.scss deleted file mode 100644 index e69de29..0000000 --- a/app/common/styles/directives/confirm.scss +++ /dev/null diff --git a/app/common/styles/directives/index.scss b/app/common/styles/directives/index.scss index a70c007..5d9de6f 100644 --- a/app/common/styles/directives/index.scss +++ b/app/common/styles/directives/index.scss @@ -1,3 +1 @@ -@import "./app-header.scss"; -@import "./app-navigation.scss"; -@import "./confirm.scss";
\ No newline at end of file +@import "./app-navigation.scss";
\ No newline at end of file |