65 lines
1.0 KiB
CSS
65 lines
1.0 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: 640px
|
|
}
|
|
|
|
h4 {
|
|
margin: 0
|
|
}
|
|
|
|
.taximeter-company {
|
|
background-color: #171717;
|
|
max-width: 100%
|
|
}
|
|
|
|
.taximeter-company__header {
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 170%;
|
|
font-family: DS-Digital;
|
|
color: #ff0
|
|
}
|
|
|
|
.taximeter {
|
|
max-width: 100%;
|
|
height: 80px;
|
|
padding: 1em;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background-color: #171717
|
|
}
|
|
|
|
.taximeter-element {
|
|
margin: 3px;
|
|
width: 200px;
|
|
height: 50px
|
|
}
|
|
|
|
.taximeter-header {
|
|
font-size: 170%;
|
|
color: red;
|
|
font-family: DS-Digital
|
|
}
|
|
|
|
.taximeter-output {
|
|
height: 40px;
|
|
max-width: 100%;
|
|
margin: 0;
|
|
font-family: DS-Digital;
|
|
font-size: 250%;
|
|
color: red;
|
|
display: block
|
|
}
|
|
|
|
.taximeter-output__additional {
|
|
font-size: 70%
|
|
}
|
|
/*# sourceMappingURL=main.css.map */
|