diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/widgets.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/widgets.scss b/scss/widgets.scss index 24fe4af..39ab490 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -17,15 +17,6 @@ label.icon { @include font.icon; } -.popup-window { - transition: opacity 300ms linear; - opacity: 0; - - &.visible { - opacity: 1; - } -} - separator, .separator { @include lib.rounded(2); |