mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
update transaction tag icon style
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 12px;
|
||||
--ebk-transaction-account-arrow-font-size: 12px;
|
||||
--ebk-transaction-account-arrow-margin-top: -1px;
|
||||
--ebk-transaction-tag-icon-font-size: 22px;
|
||||
--ebk-transaction-tag-chip-font-size: 13px;
|
||||
--ebk-transaction-tag-chip-media-size: 19px;
|
||||
--ebk-transaction-tag-chip-height: 19px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 13px;
|
||||
--ebk-transaction-account-arrow-font-size: 13px;
|
||||
--ebk-transaction-account-arrow-margin-top: -2px;
|
||||
--ebk-transaction-tag-icon-font-size: 24px;
|
||||
--ebk-transaction-tag-chip-font-size: 13px;
|
||||
--ebk-transaction-tag-chip-media-size: 20px;
|
||||
--ebk-transaction-tag-chip-height: 20px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 12px;
|
||||
--ebk-transaction-account-arrow-font-size: 12px;
|
||||
--ebk-transaction-account-arrow-margin-top: -1px;
|
||||
--ebk-transaction-tag-icon-font-size: 20px;
|
||||
--ebk-transaction-tag-chip-font-size: 13px;
|
||||
--ebk-transaction-tag-chip-media-size: 18px;
|
||||
--ebk-transaction-tag-chip-height: 18px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 14px;
|
||||
--ebk-transaction-account-arrow-font-size: 14px;
|
||||
--ebk-transaction-account-arrow-margin-top: -2px;
|
||||
--ebk-transaction-tag-icon-font-size: 26px;
|
||||
--ebk-transaction-tag-chip-font-size: 14px;
|
||||
--ebk-transaction-tag-chip-media-size: 22px;
|
||||
--ebk-transaction-tag-chip-height: 22px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 15px;
|
||||
--ebk-transaction-account-arrow-font-size: 15px;
|
||||
--ebk-transaction-account-arrow-margin-top: -3px;
|
||||
--ebk-transaction-tag-icon-font-size: 28px;
|
||||
--ebk-transaction-tag-chip-font-size: 15px;
|
||||
--ebk-transaction-tag-chip-media-size: 22px;
|
||||
--ebk-transaction-tag-chip-height: 22px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 17px;
|
||||
--ebk-transaction-account-arrow-font-size: 17px;
|
||||
--ebk-transaction-account-arrow-margin-top: -4px;
|
||||
--ebk-transaction-tag-icon-font-size: 30px;
|
||||
--ebk-transaction-tag-chip-font-size: 16px;
|
||||
--ebk-transaction-tag-chip-media-size: 24px;
|
||||
--ebk-transaction-tag-chip-height: 24px;
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
--ebk-transaction-day-of-week-font-size: 19px;
|
||||
--ebk-transaction-account-arrow-font-size: 19px;
|
||||
--ebk-transaction-account-arrow-margin-top: -4px;
|
||||
--ebk-transaction-tag-icon-font-size: 32px;
|
||||
--ebk-transaction-tag-chip-font-size: 18px;
|
||||
--ebk-transaction-tag-chip-media-size: 26px;
|
||||
--ebk-transaction-tag-chip-height: 26px;
|
||||
|
||||
@@ -138,6 +138,11 @@ i.icon.la, i.icon.las, i.icon.lab {
|
||||
font-size: var(--ebk-hide-icon-font-size);
|
||||
}
|
||||
|
||||
.transaction-tag-icon {
|
||||
font-size: var(--ebk-transaction-tag-icon-font-size);
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.login-page-logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
|
||||
Reference in New Issue
Block a user