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.
soapbox/app/styles/components/promo-panel.scss

52 lines
902 B

.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;
border-bottom: 1px solid var(--brand-color--med);
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 {
color: var(--primary-text-color--faint);
span {
text-decoration: underline;
}
}
}
&__icon {
margin-right: 12px;
}
}