diff --git a/ReallifeGamemode.Client/assets/css/taximeter/main.css b/ReallifeGamemode.Client/assets/css/taximeter/main.css index 60c32204..0cf4a56a 100644 --- a/ReallifeGamemode.Client/assets/css/taximeter/main.css +++ b/ReallifeGamemode.Client/assets/css/taximeter/main.css @@ -6,10 +6,18 @@ } body { +<<<<<<< HEAD width: 240px; position: absolute; bottom: 2%; right: 2%; +======= + width: 275px; + + position: absolute; + right: 0; + bottom: 0 +>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70 } h4 { @@ -19,7 +27,6 @@ h4 { .taximeter-company { background-color: #171717; max-width: 100% - } .taximeter-company__header { @@ -28,22 +35,36 @@ h4 { margin: 0; font-size: 100%; font-family: DS-Digital; - color: #ff0; + color: #ff0 } .taximeter { max-width: 100%; +<<<<<<< HEAD height: 60px; +======= + height: fit-content; +>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70 padding: 1em; display: flex; justify-content: space-between; - background-color: #171717; + background-color: #171717 } .taximeter-element { - margin: 3px; - width: 200px; - height: 50px + width: fit-content; + height: fit-content; + + margin-right: 1em +} + +.taximeter-element:last-child { + margin-right: unset +} + +.taximeter-element--large { + width: fit-content; + max-width: 250px } .taximeter-header { @@ -53,7 +74,7 @@ h4 { } .taximeter-output { - height: 40px; + height: fit-content; max-width: 100%; margin: 0; font-family: DS-Digital; @@ -65,4 +86,3 @@ h4 { .taximeter-output__additional { font-size: 70% } -/*# sourceMappingURL=main.css.map */