summaryrefslogtreecommitdiffstats
path: root/app/common
diff options
context:
space:
mode:
Diffstat (limited to 'app/common')
-rw-r--r--app/common/directives/app-navigation.html2
-rw-r--r--app/common/styles/directives/app-navigation.scss7
2 files changed, 7 insertions, 2 deletions
diff --git a/app/common/directives/app-navigation.html b/app/common/directives/app-navigation.html
index eabb137..329381c 100644
--- a/app/common/directives/app-navigation.html
+++ b/app/common/directives/app-navigation.html
@@ -36,7 +36,7 @@
</li>
<li>
<button class="btn-control" ng-class="{opened: firstLevel == 'server-control'}" ng-click="change('server-control')">
- <icon class="nav-icon" file="icon-control.svg"></icon>
+ <icon class="nav-icon nav-icon__control" file="icon-control.svg"></icon>
Server control
</button>
<ul class="nav__second-level btn-control"
diff --git a/app/common/styles/directives/app-navigation.scss b/app/common/styles/directives/app-navigation.scss
index 3baa214..4e66ee4 100644
--- a/app/common/styles/directives/app-navigation.scss
+++ b/app/common/styles/directives/app-navigation.scss
@@ -12,7 +12,6 @@ $nav__second-level-text-color: $base-02--01;
stroke-width: .5;
display: block;
margin: .5em auto;
- overflow: hidden;
.st0 {
fill: none;
stroke: $primary-light;
@@ -62,6 +61,12 @@ $nav__second-level-text-color: $base-02--01;
height: auto;
}
}
+ .nav-icon__control {
+ margin-bottom: 1em;
+ svg {
+ width: 30px;
+ }
+ }
.button, button, a {
background: transparent;
border: 0;
OpenPOWER on IntegriCloud