mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki wizualne i zachowania strony
This commit is contained in:
@@ -15,23 +15,15 @@
|
||||
|
||||
box-shadow: 0 0 15px 5px #474747;
|
||||
|
||||
// width: 75%;
|
||||
width: 650px;
|
||||
max-height: 95%;
|
||||
|
||||
padding: 0.5em 1em;
|
||||
|
||||
|
||||
@include smallScreen {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
// @include midScreen {
|
||||
// width: 85%;
|
||||
// }
|
||||
|
||||
|
||||
|
||||
&-exit {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
@@ -107,7 +107,6 @@ input {
|
||||
font-size: 1em;
|
||||
|
||||
padding: 0.15em;
|
||||
margin: 0.2em;
|
||||
|
||||
max-width: 55px;
|
||||
outline: none;
|
||||
@@ -141,33 +140,6 @@ input {
|
||||
|
||||
}
|
||||
|
||||
.button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
background: #333;
|
||||
border: none;
|
||||
|
||||
color: #bdbdbd;
|
||||
|
||||
font-size: 1em;
|
||||
|
||||
outline: none;
|
||||
padding: 0.35em 0.5em;
|
||||
cursor: pointer;
|
||||
|
||||
transition: all 0.3s;
|
||||
|
||||
&.open {
|
||||
color: $accentCol;
|
||||
border: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #5c5c5c;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user