mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
wip ui for pubg
This commit is contained in:
19
client/app/pages/Pubg/Pubg.scss
Normal file
19
client/app/pages/Pubg/Pubg.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user