Updated promo panel to include button for upgrading to pro

This commit is contained in:
mgabdev
2019-09-18 19:45:59 -04:00
parent 9195193d80
commit f7db2ec2f2
2 changed files with 49 additions and 3 deletions

View File

@@ -1649,7 +1649,9 @@ a.account__display-name {
}
.promo-panel {
margin-top: 10px;
margin-top: 10px;
background-color: transparent !important;
overflow: hidden;
}
.promo-panel-item {
@@ -1657,6 +1659,23 @@ a.account__display-name {
height: 42px;
line-height: 42px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
background: $gab-background-container;
body.theme-gabsocial-light & {
@include light-theme-shadow();
background: $gab-background-container-light;
}
&--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: none;