1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00

finished ui for pubg

This commit is contained in:
2017-08-03 22:49:31 -05:00
parent e425ada97e
commit 5112bac349
5 changed files with 95 additions and 104 deletions

View File

@@ -8,8 +8,9 @@
border-collapse: collapse;
width: 100%;
text-align: left;
margin-top: 20px;
tr {
tr + tr {
border-top: 1px solid $gray3;
}
@@ -17,3 +18,15 @@
padding: 5px;
}
}
.pubg__button-row {
margin-bottom: 10px;
.button {
min-width: 100px;
& + .button {
margin-left: 5px;
}
}
}