mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
20 lines
257 B
SCSS
20 lines
257 B
SCSS
@import "../../scss/variables";
|
|
|
|
.pubg__container {
|
|
padding: 10px;
|
|
}
|
|
|
|
.pubg__table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
text-align: left;
|
|
|
|
tr {
|
|
border-top: 1px solid $gray3;
|
|
}
|
|
|
|
td, th {
|
|
padding: 5px;
|
|
}
|
|
}
|