2019-08-12 12:43:53 +02:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
2019-08-12 15:06:41 +02:00
|
|
|
html {
|
2020-04-14 11:28:33 +02:00
|
|
|
font-size: 62.5%; /* 10px */
|
|
|
|
font-size: calc(1em * 0.625); /* fix */
|
|
|
|
color: $font_color;
|
2019-08-12 12:43:53 +02:00
|
|
|
}
|
2019-08-12 15:06:41 +02:00
|
|
|
|
|
|
|
.text-right {
|
2020-04-14 11:28:33 +02:00
|
|
|
text-align: right;
|
2019-08-12 15:06:41 +02:00
|
|
|
}
|
2019-11-29 20:19:49 +01:00
|
|
|
|
|
|
|
.Language- {
|
2020-04-14 11:28:33 +02:00
|
|
|
padding-right: 2em;
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-stretch: normal;
|
|
|
|
font-style: normal;
|
|
|
|
line-height: normal;
|
|
|
|
letter-spacing: normal;
|
|
|
|
color: var(--black);
|
|
|
|
border: none;
|
2019-11-29 20:19:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.select_language {
|
2020-04-14 11:28:33 +02:00
|
|
|
display: none;
|
|
|
|
}
|