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

#658 - improved icon size

parent 0b10221d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,16 @@
width: 34px;
}
.account-icon-big {
height: 4rem !important;
width: 4rem !important;
}
.account-icon-big .account-select-icon {
height: 4rem !important;
width: 4rem !important;
}
.account-square-border {
border: 3px solid var(--color-blue);
line-height: 28px !important;
......
......@@ -328,11 +328,6 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa
cursor: pointer;
}
#globalAccountSelect .account-select-icon {
height: 3.5rem;
width: 3.5rem;
}
.global-account-select-right {
display: flex;
flex-direction: column;
......
......@@ -98,7 +98,7 @@
<#assign accountName=selectedAccount.getName()/>
</#if>
<@customSelectMacros.accountIcon selectedAccount accountName "category-circle-preview"/>
<@customSelectMacros.accountIcon selectedAccount accountName "category-circle-preview account-icon-big"/>
<div class="global-account-select-right">
<div>${accountName}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment