11 lines
164 B
SCSS
11 lines
164 B
SCSS
|
|
.actions {
|
||
|
|
padding-bottom: 1rem;
|
||
|
|
|
||
|
|
.list {
|
||
|
|
display: flex;
|
||
|
|
gap: 2rem;
|
||
|
|
list-style: none;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
}
|