diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/common.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/common.scss b/scss/common.scss index 1cf7249..de9f424 100644 --- a/scss/common.scss +++ b/scss/common.scss @@ -6,6 +6,12 @@ label.icon { @include font.icon; } +.screen-corner { + @include lib.rounded(15); + + background-color: scheme.$mantle; +} + .notification { .inner { @include lib.rounded(8); |