Stopping point.

Just saving current progress to pick back up tomorrow.
This commit is contained in:
Dank Gabs
2019-07-19 00:53:20 -04:00
parent 96bd40f2ff
commit 8e1d931996
5 changed files with 36 additions and 17 deletions

View File

@@ -1,22 +1,16 @@
.group-column-header {
border-radius: 10px;
background: $gab-background-container;
overflow: hidden;
@include gab-container-standards();
.group-column-header__title {
padding: 15px;
font-size: 20px;
font-weight: bold;
}
.group-column-header__cta {
float: right;
padding: 15px;
font-size: 17px;
a {
color: $primary-text-color;
}
a {color: #fff;}
}
}

View File

@@ -3,13 +3,7 @@
width: 285px;
flex-direction: column;
overflow-y: hidden;
border-radius: 10px;
background: $gab-background-container;
body.theme-gabsocial-light & {
@include light-theme-shadow();
background: $gab-background-container-light;
}
@include gab-container-standards();
&__header {
display: block;
height: 112px;