Cleanup styling and gulp merge @media queries

This commit is contained in:
djmaze 2021-07-20 16:45:55 +02:00
parent d3d0180208
commit e13337e247
60 changed files with 699 additions and 731 deletions

View file

@ -1,16 +1,15 @@
.b-languages-content {
&.modal {
width: 700px;
max-width: 700px;
}
.lang-item {
label {
display: inline-block;
padding: 5px 15px;
margin: 2px 5px;
width: 180px;
background-color: rgba(128, 128, 128, 0.1);
text-align: left;
border: 1px solid transparent;
border-radius: 3px;
position: relative;
@ -26,7 +25,6 @@
}
&.selected::after {
content: "✔";
color: #080;
position: absolute;
right: 4px;
font-family: snappymail;
@ -39,7 +37,7 @@
}
@media screen and (max-width: 999px) {
.b-languages-content .lang-item {
.b-languages-content label {
width: calc(100% - 40px);
}
}