diff options
author | moisseev <moiseev@mezonplus.ru> | 2024-03-04 14:54:08 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2024-03-04 14:54:08 +0300 |
commit | 08c034c966086a4a790653627ba84455b2e5ba8c (patch) | |
tree | 7ef5dd9c5297cb6837802a37347f4f1e23eea0e4 /interface/css/rspamd.css | |
parent | 108dad4a6e4b795d13f1ad8a05f5b6541232a142 (diff) | |
download | rspamd-08c034c966086a4a790653627ba84455b2e5ba8c.tar.gz rspamd-08c034c966086a4a790653627ba84455b2e5ba8c.zip |
[Minor] Align items in card headers and buttons
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r-- | interface/css/rspamd.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 2959e6b1d..767c11175 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -213,15 +213,11 @@ table#symbolsTable input[type="number"] { padding-bottom: 0.1rem; } -/* widget */ .card-header, .modal-header { background-color: #f3f3f3; background-image: linear-gradient(to bottom, #fdfdfd, #eaeaea); } -.card-header > .icon > svg { - vertical-align: middle; -} .card-header .h6 { font-size: 0.857rem; } |