Zmiana pozycji karty filtrów scenerii; dodano filtrowanie autorów

This commit is contained in:
2022-06-10 01:17:30 +02:00
parent d0e8b5cb51
commit 756ac0b8d9
12 changed files with 279 additions and 163 deletions
+8 -12
View File
@@ -2,29 +2,25 @@
@import './responsive.scss';
.card {
display: flex;
flex-direction: column;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
left: 0;
z-index: 100;
overflow: auto;
background: $primaryCol;
transform: translateY(-50%);
outline: 2px solid white;
overflow-x: hidden;
background: #202020da;
box-shadow: 0 0 15px 5px #292929;
width: 650px;
max-height: 95%;
box-shadow: 0 0 20px 10px #292929;
width: 550px;
padding: 0.5em 1em;
@include smallScreen {
width: 95%;
width: 100%;
}
&-exit {
+1 -2
View File
@@ -131,11 +131,10 @@ input {
padding: 0.15em;
max-width: 55px;
outline: none;
&::placeholder {
color: #bebebe;
color: #cfcfcf;
}
}