mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmiana pozycji karty filtrów scenerii; dodano filtrowanie autorów
This commit is contained in:
+8
-12
@@ -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 {
|
||||
|
||||
@@ -131,11 +131,10 @@ input {
|
||||
|
||||
padding: 0.15em;
|
||||
|
||||
max-width: 55px;
|
||||
outline: none;
|
||||
|
||||
&::placeholder {
|
||||
color: #bebebe;
|
||||
color: #cfcfcf;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user