53 lines
942 B
SCSS
53 lines
942 B
SCSS
:host {
|
|
padding: 24px 16px 0px;
|
|
|
|
& > h2 {
|
|
font-family: Montserrat;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
letter-spacing: -0.24px;
|
|
}
|
|
|
|
& > .info-order {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
span {
|
|
color: #828282;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
gap: 8px;
|
|
}
|
|
}
|
|
|
|
.evaluate-order {
|
|
margin: 24px 0;
|
|
width: 100%;
|
|
padding: 12px;
|
|
text-align: center;
|
|
border: 2px solid #28af49;
|
|
border-radius: 6px;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 17px;
|
|
line-height: 22px;
|
|
letter-spacing: -0.408px;
|
|
background-color: transparent;
|
|
color: #28af49;
|
|
}
|
|
|
|
.info {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
}
|