Skip to content
Snippets Groups Projects
Commit 7bb95bc4 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed alignment of icons for accounts

parent 917cef3a
Branches
Tags
No related merge requests found
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
width: 34px; width: 34px;
} }
.account-select-icon:not(i) {
height: 100%;
width: 100%;
padding: 10%
}
.account-icon-big { .account-icon-big {
height: 4rem !important; height: 4rem !important;
width: 4rem !important; width: 4rem !important;
...@@ -15,6 +21,12 @@ ...@@ -15,6 +21,12 @@
min-width: 4rem; min-width: 4rem;
} }
.account-icon-big .account-select-icon:not(i) {
height: 100%;
width: 100%;
padding: 0;
}
.account-square-border { .account-square-border {
border: 3px solid var(--color-blue); border: 3px solid var(--color-blue);
line-height: 28px !important; line-height: 28px !important;
......
...@@ -40,6 +40,15 @@ ...@@ -40,6 +40,15 @@
margin: 14px 16px; 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 { .category-circle-preview {
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -53,15 +62,23 @@ ...@@ -53,15 +62,23 @@
font-size: 2.5rem !important; font-size: 2.5rem !important;
} }
.category-circle-small .fa, .category-circle-preview .fa,
.category-circle-small .fab, .category-circle-preview .fab,
.category-circle-small .fad, .category-circle-preview .fad,
.category-circle-small .fal, .category-circle-preview .fal,
.category-circle-small .far, .category-circle-preview .far,
.category-circle-small .fas { .category-circle-preview .fas {
line-height: 34px !important; 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 { .category-square {
border-radius: 10%; border-radius: 10%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment