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;
|
2021-09-12 17:33:00 -07:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-06-02 19:11:01 -07:00
|
|
|
height: 42px;
|
|
|
|
line-height: 42px;
|
2020-11-10 16:22:02 -08:00
|
|
|
color: var(--primary-text-color);
|
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);
|
2020-11-10 16:22:02 -08:00
|
|
|
text-decoration: none;
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 0 20px;
|
2020-06-02 19:11:01 -07:00
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-07-03 06:33:47 -07:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2020-11-10 16:22:02 -08:00
|
|
|
color: var(--primary-text-color--faint);
|
2020-06-02 19:11:01 -07:00
|
|
|
|
2020-11-10 16:22:02 -08:00
|
|
|
span {
|
|
|
|
text-decoration: underline;
|
2020-06-02 19:11:01 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-27 21:47:43 -07:00
|
|
|
i.fa {
|
|
|
|
font-size: 22px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2021-09-27 18:47:44 -07:00
|
|
|
.svg-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2021-09-27 20:16:25 -07:00
|
|
|
margin-right: 12px;
|
2021-09-27 18:47:44 -07:00
|
|
|
|
|
|
|
svg {
|
|
|
|
stroke-width: 1.3px;
|
|
|
|
}
|
|
|
|
}
|
2020-06-02 19:11:01 -07:00
|
|
|
}
|