1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00
Files
go-discord-bot/app/pages/Soundboard/SoundList.scss
2017-02-05 06:57:52 +00:00

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;
}
}