diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 126a3297..06915e16 100644 --- a/src/App.scss +++ b/src/App.scss @@ -188,7 +188,7 @@ input, textarea, .select, .input { opacity: 0.5; } - .icon-down-open { + .select-down-icon { position: absolute; top: 0; bottom: 0; @@ -368,7 +368,9 @@ i[class*=icon-], .svg-inline--fa { flex-wrap: wrap; .nav-icon { - margin-left: 0.4em; + margin-left: 0.2em; + width: 2em; + text-align: center; } &.right { |
