aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_configuration.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-04-16 15:30:33 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-16 15:30:33 +0200
commit41fa4e746df8c2e2399ed753b4994ca85cb21358 (patch)
tree37898c46e025c4619d83c6a319d0c14d635d636c /p/themes/Ansum/_configuration.scss
parent52cde870e20757d39413c01a66ced5bae5f80526 (diff)
Improved: CSS classes for theme preview slider changed (#5303)
* CSS classes changed * fix
Diffstat (limited to 'p/themes/Ansum/_configuration.scss')
-rw-r--r--p/themes/Ansum/_configuration.scss20
1 files changed, 11 insertions, 9 deletions
diff --git a/p/themes/Ansum/_configuration.scss b/p/themes/Ansum/_configuration.scss
index 585ff94c0..8f77cc5c3 100644
--- a/p/themes/Ansum/_configuration.scss
+++ b/p/themes/Ansum/_configuration.scss
@@ -49,16 +49,18 @@
box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
}
-.slide-container {
- .properties {
- padding: 1rem;
- background: rgba(0, 0, 0, 0.75);
- color: white;
- border: 0;
+.theme-preview-list {
+ .preview-container {
+ .properties {
+ padding: 1rem;
+ background: rgba(0, 0, 0, 0.75);
+ color: white;
+ border: 0;
- .page-number {
- right: 1rem;
- top: 1rem;
+ .page-number {
+ right: 1rem;
+ top: 1rem;
+ }
}
}
}