diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-20 22:54:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-20 22:54:43 +0300 |
| commit | 3cbaa0044943341fa4af4e4eb880649fc7eecda4 (patch) | |
| tree | 96db86a986868b76ef8ae7200fa20d51607a54d3 /src/App.scss | |
| parent | b19c2eb0fb45aca4f4a59c4afacaffddf695987d (diff) | |
more replacements + small renames
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 { |
