mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
styling changes - added font-awesome
This commit is contained in:
@@ -26,10 +26,12 @@
|
||||
padding: 20px;
|
||||
color: lighten($gray1, 15%);
|
||||
border-radius: 1em;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
background-color: $gray2;
|
||||
transition: background-color 0.1s linear;
|
||||
}
|
||||
|
||||
.Dropzone--active {
|
||||
background-color: lighten($gray1, 20%);
|
||||
background-color: $primaryBlue;
|
||||
}
|
||||
Reference in New Issue
Block a user