mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
work in progress - about to refactor how sounds are played
This commit is contained in:
25
app/pages/Soundboard/Soundboard.scss
Normal file
25
app/pages/Soundboard/Soundboard.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
@import '../../scss/variables';
|
||||
|
||||
.Soundboard {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.Dropzone {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: 2px solid lighten($gray1, 10%);
|
||||
padding: 20px;
|
||||
color: lighten($gray1, 15%);
|
||||
border-radius: 1em;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.Dropzone--active {
|
||||
background-color: lighten($gray1, 20%);
|
||||
}
|
||||
Reference in New Issue
Block a user