89 lines
1.4 KiB
CSS
89 lines
1.4 KiB
CSS
@font-face {
|
|
font-family: DS-Digital;
|
|
src: url(../../font/taximeter/DS-Digital.woff2) format("woff2"),url(../../font/taximeter/DS-Digital.woff) format("woff");
|
|
font-weight: 400;
|
|
font-style: normal
|
|
}
|
|
|
|
body {
|
|
<<<<<<< HEAD
|
|
width: 240px;
|
|
position: absolute;
|
|
bottom: 2%;
|
|
right: 2%;
|
|
=======
|
|
width: 275px;
|
|
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0
|
|
>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70
|
|
}
|
|
|
|
h4 {
|
|
margin: 0
|
|
}
|
|
|
|
.taximeter-company {
|
|
background-color: #171717;
|
|
max-width: 100%
|
|
}
|
|
|
|
.taximeter-company__header {
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
font-family: DS-Digital;
|
|
color: #ff0
|
|
}
|
|
|
|
.taximeter {
|
|
max-width: 100%;
|
|
<<<<<<< HEAD
|
|
height: 60px;
|
|
=======
|
|
height: fit-content;
|
|
>>>>>>> d5315eb4bf0834bfa3f1c68e2e67a0e379b9ef70
|
|
padding: 1em;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background-color: #171717
|
|
}
|
|
|
|
.taximeter-element {
|
|
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 {
|
|
font-size: 70%;
|
|
color: red;
|
|
font-family: DS-Digital
|
|
}
|
|
|
|
.taximeter-output {
|
|
height: fit-content;
|
|
max-width: 100%;
|
|
margin: 0;
|
|
font-family: DS-Digital;
|
|
font-size: 120%;
|
|
color: red;
|
|
display: block
|
|
}
|
|
|
|
.taximeter-output__additional {
|
|
font-size: 70%
|
|
}
|