initial commit
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
29
static/css/translation.scss
Normal file
29
static/css/translation.scss
Normal file
@ -0,0 +1,29 @@
|
||||
.result {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
|
||||
th {
|
||||
background: var(--red-1);
|
||||
border: solid 1px var(--red-2);
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
td {
|
||||
background: none;
|
||||
border: solid 1px var(--dark-3);
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
td i {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: var(--dark-2);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user