1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00
Files
go-discord-bot/client/app/scss/input.scss
2018-08-23 00:24:01 -05:00

15 lines
229 B
SCSS

.input {
line-height: 38px;
border-radius: 3px;
border: 1px solid $lightGray;
padding-left: 5px;
padding-right: 5px;
height: 38px;
background: $gray5;
color: $white;
&::placeholder {
font-size: 14px;
}
}