Replace difficulty badges, translate good/ok/bad

This commit is contained in:
LoveEevee
2019-01-21 22:08:02 +03:00
parent 6559e8ee28
commit 4cb84c3426
9 changed files with 142 additions and 59 deletions

View File

@@ -49,8 +49,8 @@
left: 0;
background-repeat: no-repeat;
background-size: auto 70%;
background-position: center;
width: 4em;
background-position: 15% center;
width: 7em;
height: 4em;
}
#lang:focus-within{
@@ -63,3 +63,15 @@
width: 100%;
height: 100%;
}
#lang-id{
position: absolute;
top: 0;
bottom: 0;
left: 2.6em;
font-family: TnT, Meiryo, sans-serif;
font-size: 1.5em;
font-weight: normal;
color: #fff;
line-height: 2.75em;
z-index: 0;
}