implement torrent locales form #11

This commit is contained in:
ghost 2023-10-08 01:03:27 +03:00
parent 6031ce59a2
commit bf08fa6191
7 changed files with 544 additions and 243 deletions

View file

@ -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;
}