diff --git a/src/main/resources/static/css/accounts.css b/src/main/resources/static/css/accounts.css index 6c7d94952f9e5b8813493f4ce15bfe8840c88b43..ac8698d3719dc6a1e9cbd3db9f375f76347981ca 100644 --- a/src/main/resources/static/css/accounts.css +++ b/src/main/resources/static/css/accounts.css @@ -3,6 +3,12 @@ width: 34px; } +.account-select-icon:not(i) { + height: 100%; + width: 100%; + padding: 10% +} + .account-icon-big { height: 4rem !important; width: 4rem !important; @@ -15,6 +21,12 @@ min-width: 4rem; } +.account-icon-big .account-select-icon:not(i) { + height: 100%; + width: 100%; + padding: 0; +} + .account-square-border { border: 3px solid var(--color-blue); line-height: 28px !important; diff --git a/src/main/resources/static/css/categories.css b/src/main/resources/static/css/categories.css index d2690f2964aaa23bce1a19c327c75071d188f985..91303bc71cfc73b631f1fb04fccc8278770667ea 100644 --- a/src/main/resources/static/css/categories.css +++ b/src/main/resources/static/css/categories.css @@ -40,6 +40,15 @@ margin: 14px 16px; } +.category-circle-small .fa, +.category-circle-small .fab, +.category-circle-small .fad, +.category-circle-small .fal, +.category-circle-small .far, +.category-circle-small .fas { + line-height: 34px !important; +} + .category-circle-preview { display: flex; justify-content: center; @@ -53,15 +62,23 @@ font-size: 2.5rem !important; } -.category-circle-small .fa, -.category-circle-small .fab, -.category-circle-small .fad, -.category-circle-small .fal, -.category-circle-small .far, -.category-circle-small .fas { - line-height: 34px !important; +.category-circle-preview .fa, +.category-circle-preview .fab, +.category-circle-preview .fad, +.category-circle-preview .fal, +.category-circle-preview .far, +.category-circle-preview .fas { + line-height: 5rem !important; } +.category-circle-preview.account-icon-big .fa, +.category-circle-preview.account-icon-big .fab, +.category-circle-preview.account-icon-big .fad, +.category-circle-preview.account-icon-big .fal, +.category-circle-preview.account-icon-big .far, +.category-circle-preview.account-icon-big .fas { + line-height: 4rem !important; +} .category-square { border-radius: 10%;