2020-06-02 19:11:01 -07:00
|
|
|
.promo-panel {
|
|
|
|
margin-top: 10px;
|
|
|
|
background-color: transparent !important;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.promo-panel-item {
|
|
|
|
@include standard-panel-shadow;
|
|
|
|
display: block;
|
|
|
|
height: 42px;
|
|
|
|
line-height: 42px;
|
2020-06-06 20:55:00 -07:00
|
|
|
border-bottom: 1px solid var(--brand-color--med);
|
2020-06-02 19:11:01 -07:00
|
|
|
background: var(--foreground-color);
|
|
|
|
|
|
|
|
&--highlighted {
|
|
|
|
background-color: #30ce7d;
|
|
|
|
border-radius: 10px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--top-rounded {
|
|
|
|
border-top-right-radius: 10px;
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__btn {
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
color: var(--primary-text-color);
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 0 20px;
|
|
|
|
|
|
|
|
&:hover {
|
2020-06-06 20:55:00 -07:00
|
|
|
color: var(--primary-text-color--faint);
|
2020-06-02 19:11:01 -07:00
|
|
|
|
|
|
|
span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
}
|