mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
Poprawki wyglądu
This commit is contained in:
@@ -409,7 +409,7 @@ export default defineComponent({
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
min-width: 200px;
|
min-width: 240px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -458,6 +458,7 @@ export default defineComponent({
|
|||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
min-width: 25%;
|
min-width: 25%;
|
||||||
|
max-width: 120px;
|
||||||
|
|
||||||
&::-webkit-slider-thumb {
|
&::-webkit-slider-thumb {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
@@ -472,8 +473,8 @@ export default defineComponent({
|
|||||||
border: 4px solid $accentCol;
|
border: 4px solid $accentCol;
|
||||||
|
|
||||||
@include smallScreen() {
|
@include smallScreen() {
|
||||||
width: 1em;
|
width: 15px;
|
||||||
height: 1em;
|
height: 15px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
border: 3px solid $accentCol;
|
border: 3px solid $accentCol;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
@include smallScreen {
|
@include smallScreen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 80vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-exit {
|
&-exit {
|
||||||
|
|||||||
Reference in New Issue
Block a user