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/Mapco/mapco.rtl.css | |
| parent | cd004cb97894c3d07c8ab209ab6ec3ce4b7f853b (diff) | |
CSS: refactor of a.btn (#5401)
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 7 |
1 files changed, 1 insertions, 6 deletions
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; |
