Newer
Older

Robert Goldmann
committed
#account-icon {
margin-top: 3rem;
justify-content: center;
}
#account-icon-preview {
text-align: center;
border: 2px solid var(--color-text);
padding: 1rem;
color: var(--color-text);
}
#button-remove-account-icon {
margin-left: 1rem;
}
#button-remove-account-icon i {
font-size: 1.8rem;
}
.account-icon-option-column {
text-align: center;
margin-bottom: 1.5rem;
}
.account-icon-option {
padding: 0.5rem;
border: 2px solid transparent;
}
.account-icon-option:hover {
cursor: pointer;
}
.account-icon-option.selected {
border: 2px solid var(--color-text);
}
.account-icon-preview-icon {
height: 5rem;
}

Robert Goldmann
committed
#account-icon-preview:hover {
cursor: pointer;
}
.account-select-icon {
height: 34px;
width: 34px;
}