diff options
| author | 2023-05-15 00:06:34 +0200 | |
|---|---|---|
| committer | 2023-05-15 00:06:34 +0200 | |
| commit | 360400b7230e14b4684bebb35ca9b68edf3d7e22 (patch) | |
| tree | 229851a63d41667567293b383c2720c7fb08ab0b /p/themes/Ansum | |
| parent | cd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff) | |
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_forms.scss | 7 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 7 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/p/themes/Ansum/_forms.scss b/p/themes/Ansum/_forms.scss index 3bdb30664..6662fb034 100644 --- a/p/themes/Ansum/_forms.scss +++ b/p/themes/Ansum/_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/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 06f241ef2..2ed88a4ea 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.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/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 76b7654a9..8ab09e918 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.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; |
