mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
added soundlist to client
This commit is contained in:
12
app/pages/Soundboard/SoundList.scss
Normal file
12
app/pages/Soundboard/SoundList.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import "../../scss/variables";
|
||||
|
||||
.SoundList__item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 50px;
|
||||
|
||||
& + .SoundList__item {
|
||||
border-top: 1px solid $gray3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user