16 lines
292 B
CSS
16 lines
292 B
CSS
.map__price{
|
|
color: #000;
|
|
display: block;
|
|
text-align: end;
|
|
font-size: 1.4rem;
|
|
}
|
|
.courierName{
|
|
display: flex;
|
|
align-items: center;
|
|
word-break: break-all;
|
|
margin-bottom: 1rem;
|
|
img{
|
|
position: static!important;
|
|
max-width: 100px!important;
|
|
}
|
|
} |