mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
12 lines
227 B
SCSS
12 lines
227 B
SCSS
@import "../../scss/variables";
|
|
|
|
.SoundList__item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 50px;
|
|
|
|
& + .SoundList__item {
|
|
border-top: 1px solid $gray3;
|
|
}
|
|
} |