try fix taxifahrer
This commit is contained in:
@@ -6,10 +6,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
<<<<<<< HEAD
|
||||||
width: 240px;
|
width: 240px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 2%;
|
bottom: 2%;
|
||||||
right: 2%;
|
right: 2%;
|
||||||
|
=======
|
||||||
|
width: 275px;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0
|
||||||
|
>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
@@ -19,7 +27,6 @@ h4 {
|
|||||||
.taximeter-company {
|
.taximeter-company {
|
||||||
background-color: #171717;
|
background-color: #171717;
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.taximeter-company__header {
|
.taximeter-company__header {
|
||||||
@@ -28,22 +35,36 @@ h4 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-family: DS-Digital;
|
font-family: DS-Digital;
|
||||||
color: #ff0;
|
color: #ff0
|
||||||
}
|
}
|
||||||
|
|
||||||
.taximeter {
|
.taximeter {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
<<<<<<< HEAD
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
=======
|
||||||
|
height: fit-content;
|
||||||
|
>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: #171717;
|
background-color: #171717
|
||||||
}
|
}
|
||||||
|
|
||||||
.taximeter-element {
|
.taximeter-element {
|
||||||
margin: 3px;
|
width: fit-content;
|
||||||
width: 200px;
|
height: fit-content;
|
||||||
height: 50px
|
|
||||||
|
margin-right: 1em
|
||||||
|
}
|
||||||
|
|
||||||
|
.taximeter-element:last-child {
|
||||||
|
margin-right: unset
|
||||||
|
}
|
||||||
|
|
||||||
|
.taximeter-element--large {
|
||||||
|
width: fit-content;
|
||||||
|
max-width: 250px
|
||||||
}
|
}
|
||||||
|
|
||||||
.taximeter-header {
|
.taximeter-header {
|
||||||
@@ -53,7 +74,7 @@ h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.taximeter-output {
|
.taximeter-output {
|
||||||
height: 40px;
|
height: fit-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: DS-Digital;
|
font-family: DS-Digital;
|
||||||
@@ -65,4 +86,3 @@ h4 {
|
|||||||
.taximeter-output__additional {
|
.taximeter-output__additional {
|
||||||
font-size: 70%
|
font-size: 70%
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=main.css.map */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user