mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
UI - cross-browser svg scaling fixes (#6933)
* fix icon sizing in firefox * specify height becuase IE likes to make things way too tall
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
align-items: flex-start;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 2px 4px;
|
||||
}
|
||||
|
||||
@@ -21,16 +22,20 @@
|
||||
|
||||
.hs-icon-s {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.hs-icon-l {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.hs-icon-xl {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.hs-icon-xxl {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
@@ -103,7 +103,6 @@
|
||||
|
||||
.hs-icon {
|
||||
margin: 0 $spacing-xxs 0 0;
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
.p {
|
||||
|
||||
Reference in New Issue
Block a user