81 lines
1.3 KiB
CSS
81 lines
1.3 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 {
|
|
width: 275px;
|
|
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
div {
|
|
user-select: none;
|
|
}
|
|
|
|
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%;
|
|
height: fit-content;
|
|
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: 150%;
|
|
color: red;
|
|
display: block
|
|
}
|
|
|
|
.taximeter-output__additional {
|
|
font-size: 70%
|
|
}
|