aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-05-15 00:06:34 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-15 00:06:34 +0200
commit360400b7230e14b4684bebb35ca9b68edf3d7e22 (patch)
tree229851a63d41667567293b383c2720c7fb08ab0b /p/themes/Mapco
parentcd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff)
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_forms.scss7
-rw-r--r--p/themes/Mapco/mapco.css7
-rw-r--r--p/themes/Mapco/mapco.rtl.css7
3 files changed, 3 insertions, 18 deletions
diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss
index 977a70346..6da6f8ae1 100644
--- a/p/themes/Mapco/_forms.scss
+++ b/p/themes/Mapco/_forms.scss
@@ -12,7 +12,7 @@
font-size: 1rem;
border: none;
border-radius: 5px;
- min-height: 38px;
+ min-height: 25px;
min-width: 15px;
line-height: 25px;
vertical-align: middle;
@@ -51,11 +51,6 @@
}
}
-a.btn {
- min-height: 25px;
- line-height: 25px;
-}
-
/*=== Forms */
legend {
margin: 2rem 0 1rem 0;
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 678f59e51..e41bdbdd4 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -66,7 +66,7 @@
font-size: 1rem;
border: none;
border-radius: 5px;
- min-height: 38px;
+ min-height: 25px;
min-width: 15px;
line-height: 25px;
vertical-align: middle;
@@ -95,11 +95,6 @@
text-decoration: none;
}
-a.btn {
- min-height: 25px;
- line-height: 25px;
-}
-
/*=== Forms */
legend {
margin: 2rem 0 1rem 0;
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 5ea646d10..345e90ae0 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -66,7 +66,7 @@
font-size: 1rem;
border: none;
border-radius: 5px;
- min-height: 38px;
+ min-height: 25px;
min-width: 15px;
line-height: 25px;
vertical-align: middle;
@@ -95,11 +95,6 @@
text-decoration: none;
}
-a.btn {
- min-height: 25px;
- line-height: 25px;
-}
-
/*=== Forms */
legend {
margin: 2rem 0 1rem 0;