Adjust language selector (#552)

* Adjust language selector

* rem
This commit is contained in:
Lipis 2020-01-26 22:04:56 +02:00 committed by David Luzar
parent 81d169e90c
commit fc350f2ecd

View File

@ -217,20 +217,19 @@ button,
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 0; bottom: 0;
min-width: 5.5rem; height: 1.5rem;
height: 2rem; margin-bottom: 0.5rem;
margin-bottom: 0.5em; margin-right: 0.5rem;
margin-right: 0.5em; padding: 0 1.5rem 0 0.5rem;
padding: 0.5em;
background-color: #e9ecef; background-color: #e9ecef;
border-radius: var(--space-factor); border-radius: var(--space-factor);
border: none; border: 1px solid #ced4da;
font-size: 0.8em; font-size: 0.8rem;
outline: none; outline: none;
appearance: none; appearance: none;
background-image: url("https://free-use.s3-us-west-2.amazonaws.com/up-sort.svg"); background-image: url("https://free-use.s3-us-west-2.amazonaws.com/up-sort.svg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 0.7em top 50%, 0 0; background-position: right 0.7rem top 50%, 0 0;
background-size: 0.65em auto, 100%; background-size: 0.65em auto, 100%;
&:focus { &:focus {