mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 16:42:48 +00:00
15 lines
224 B
SCSS
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;
|
|
}
|
|
}
|