10 lines
193 B
SCSS
10 lines
193 B
SCSS
.group-account-wrapper {
|
|
position: relative;
|
|
|
|
& > div > .icon-button {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
} |