core: better card styling and var name cleaning
This commit is contained in:
+8
-2
@@ -16,7 +16,7 @@ body {
|
||||
border-bottom-right-radius: 18px;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
.navItem {
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
padding: 8px;
|
||||
@@ -37,6 +37,10 @@ body {
|
||||
/*background: #1e2030;*/
|
||||
}
|
||||
|
||||
.cardStats {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
width: 130px;
|
||||
text-align: center;
|
||||
@@ -121,9 +125,11 @@ a.button {
|
||||
border-top-left-radius: 18px;
|
||||
border-top-right-radius: 18px;
|
||||
animation: card 3s linear infinite;
|
||||
max-width: 800px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.card-top {
|
||||
.cardTop {
|
||||
background: #1e2030;
|
||||
border-top-left-radius: 18px;
|
||||
border-top-right-radius: 18px;
|
||||
|
||||
Reference in New Issue
Block a user