You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.0 KiB
58 lines
1.0 KiB
.destination {
|
|
position: fixed;
|
|
height: 120px;
|
|
left: 8px;
|
|
right: 8px;
|
|
bottom: 82px;
|
|
background: linear-gradient(180deg, #ffffff 0%, #ffffff 100.83%);
|
|
z-index: 12 !important;
|
|
border-radius: 16px 16px 0 0;
|
|
}
|
|
.destination > image {
|
|
position: absolute;
|
|
top: 28px;
|
|
left: 20px;
|
|
width: 56px;
|
|
height: 56px;
|
|
border: 2px solid #e2e1df;
|
|
border-radius: 50%;
|
|
}
|
|
.destination > .name {
|
|
position: absolute;
|
|
top: 28px;
|
|
left: 92px;
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-size: 24px;
|
|
line-height: 34px;
|
|
height: 34px;
|
|
letter-spacing: 1px;
|
|
color: #767571;
|
|
}
|
|
.destination > .name.noicon {
|
|
left: 20px;
|
|
}
|
|
.destination > .meta {
|
|
display: inline-flex;
|
|
position: absolute;
|
|
top: 64px;
|
|
left: 92px;
|
|
right: 10px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
color: #6a6665;
|
|
}
|
|
.destination > .meta.noicon {
|
|
left: 20px;
|
|
}
|
|
.destination > .meta > .sep {
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: 8px;
|
|
background: #c4c4c4;
|
|
opacity: 0.5;
|
|
margin: auto 8px;
|
|
}
|
|
|