Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-04-12 08:48:49 +0300
committerdartcafe <github@dartcafe.de>2022-04-12 08:48:49 +0300
commit2344cf80002a2618d14e58429efa41fe25f2ae3d (patch)
treef2e71afc68d3ce5ed4918f937762afec7398cd11 /src
parentdd0bbb590dbddc582af9e3bc41f91c0d9c29f963 (diff)
emptyContent mask-size
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/assets/scss/icons-md.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/assets/scss/icons-md.scss b/src/js/assets/scss/icons-md.scss
index 3a6a49e6..8dd9a8cd 100644
--- a/src/js/assets/scss/icons-md.scss
+++ b/src/js/assets/scss/icons-md.scss
@@ -11,6 +11,10 @@
mask-position: center;
mask-size: var(--icon-size);
background-color: $color;
+
+ &.empty-content__icon {
+ mask-size: 64px;
+ }
}
:root {