mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
UI done for video archiving
This commit is contained in:
14
client/app/scss/input.scss
Normal file
14
client/app/scss/input.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user