25 lines
295 B
SCSS
25 lines
295 B
SCSS
.manageButtons {
|
|
z-index: 1;
|
|
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
|
|
width: 100%;
|
|
margin-top: 0.375rem;
|
|
}
|
|
|
|
.manageButton {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.text {
|
|
font-size: 0.875rem;
|
|
font-weight: var(--font-weight-normal);
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 1.5rem;
|
|
}
|