diff options
| author | eugenijm <eugenijm@protonmail.com> | 2019-05-07 22:32:47 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2019-05-08 16:50:39 +0300 |
| commit | a89010843deb67f8c03e72ab8681b1de54b3259b (patch) | |
| tree | 52a3995f3d89b4554834c180cc6cfd8580efc657 /src/App.scss | |
| parent | 4af343374af30d781dd6b7a5298928339f6a425d (diff) | |
Use more clear explanation in the scope notice, make sure the hide button doesn't overlap with text in notice.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 921f2c3b..2729e0b0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -648,6 +648,19 @@ nav { border-radius: var(--inputRadius, $fallback--inputRadius); } +.notice-dismissible { + padding-right: 4rem; + position: relative; + + .dismiss { + position: absolute; + top: 0; + right: 0; + padding: .5em; + color: inherit; + } +} + @keyframes modal-background-fadein { from { background-color: rgba(0, 0, 0, 0); |
