aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_components.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-12 12:06:29 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 12:06:29 +0200
commit8b80c4cc8f4f7fc11618e407c1e5e0ec13439b29 (patch)
tree970f7a8687b7876083da721c6b762b9086894da9 /p/themes/Ansum/_components.scss
parente32137b0e24a9dff6119719e4569ca0702301465 (diff)
Settings: User queries - layout upgrade (#3827)
* draft * deleted the out commeted code * improved alert messages * Update queries.phtml * Theme base-theme/template.css * fixed theme: Origin * Fixed: Theme Adark * Fixed: Theme Ansum * Fix: Theme BlueLagoon * Fix: Theme Dark * Fix: Theme Flat * Fix: Theme Mapco * Fix: Theme Mapco (SCSS) * Fix: Theme Origine-compact * Fix: Theme Pafat * Fix: Theme Screwdriver * Fix: Theme Swage * Lint CSS, RTL, and i18n Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Ansum/_components.scss')
-rw-r--r--p/themes/Ansum/_components.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss
index 6bafe1564..d8167d0cd 100644
--- a/p/themes/Ansum/_components.scss
+++ b/p/themes/Ansum/_components.scss
@@ -221,10 +221,6 @@
// border-bottom: 1px solid #ddd;
border-radius: 2px 2px 0 0;
- img {
- margin-right: 0.75rem;
- }
-
&:hover {
.configure {
background: url("icons/cog.svg") no-repeat 4px 4px;
@@ -269,12 +265,18 @@
}
}
}
+
+ .configure {
+ margin-right: 4px;
+ }
}
.box-content {
// max-height: 260px;
+ padding-left: 30px;
+
.item {
- padding: 0.5rem 0.75rem;
+ padding: 0.5rem 0;
color: $main-font-color;
font-size: 1rem;
border-bottom: 1px solid $grey-light;