mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
parent
a600a08a28
commit
8740e7a63f
5 changed files with 63 additions and 2 deletions
|
|
@ -108,6 +108,10 @@ a.label-green:hover {
|
|||
position: fixed;
|
||||
}
|
||||
|
||||
.vertical-align-middle {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.top--2 {
|
||||
top: -2px;
|
||||
}
|
||||
|
|
@ -124,14 +128,22 @@ a.label-green:hover {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.border-radius-50 {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.border-pink-light {
|
||||
border: 1px #9b6895 solid;
|
||||
}
|
||||
|
||||
.border-pink {
|
||||
.border-color-pink {
|
||||
border: 1px #a44399 solid;
|
||||
}
|
||||
|
||||
.border-color-green {
|
||||
border: 1px #65916d solid;
|
||||
}
|
||||
|
||||
.border-bottom-pink {
|
||||
border-bottom: 1px #a44399 solid;
|
||||
}
|
||||
|
|
@ -148,6 +160,10 @@ a.label-green:hover {
|
|||
border-top: 1px #5d627d solid;
|
||||
}
|
||||
|
||||
.border-width-2 {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.background-color-night {
|
||||
background-color: #34384f;
|
||||
}
|
||||
|
|
@ -314,6 +330,11 @@ a:visited.background-color-hover-night-light:hover {
|
|||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.margin-y-16 {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.margin-t-16 {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue