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/pages/video-archive/video-archive.scss
2018-08-23 00:24:01 -05:00

15 lines
224 B
SCSS

.video-archive {
// custom card
&__card {
border-top-right-radius: 0;
border-top-left-radius: 0;
padding: 0 0 10px;
max-width: initial;
}
&__text-input {
width: 100%;
max-width: 500px;
}
}