widget page
This commit is contained in:
parent
9500bc3a45
commit
5eb34f8a86
7 changed files with 175 additions and 26 deletions
36
Dashboard/assets/css/widget.css
Normal file
36
Dashboard/assets/css/widget.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
|
||||
.center {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
background: #252525;
|
||||
color: white;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lists {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.lists .topgg,
|
||||
.lists .botlistspace {
|
||||
padding: 1vh 2vw;
|
||||
}
|
||||
/*# sourceMappingURL=widget.css.map */
|
Loading…
Add table
Add a link
Reference in a new issue