mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement torrent locales form #11
This commit is contained in:
parent
6031ce59a2
commit
bf08fa6191
7 changed files with 544 additions and 243 deletions
|
|
@ -188,6 +188,10 @@ a.label-green:hover {
|
|||
background-color: #34384f;
|
||||
}
|
||||
|
||||
.background-color-night-light {
|
||||
background-color: #3d4159;
|
||||
}
|
||||
|
||||
.background-color-green {
|
||||
background-color: #65916d;
|
||||
}
|
||||
|
|
@ -325,6 +329,11 @@ a:visited.background-color-hover-night-light:hover {
|
|||
padding: 24px;
|
||||
}
|
||||
|
||||
.padding-x-24-px {
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.margin-l-4-px {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue