This commit is contained in:
Mo Bitar
2017-10-13 10:09:59 -05:00
parent cfb2c6084c
commit 6fd57195cd
63 changed files with 6587 additions and 413 deletions

View File

@@ -1,7 +1,7 @@
ul.section-menu-bar {
width: 100%;
padding-top: 0px;
padding-left: 15px;
padding-left: 6px;
padding-right: 21px;
background-color: #f1f1f1;
@@ -63,10 +63,13 @@ ul.section-menu-bar {
> li {
width: 100%;
height: 35px;
height: 40px;
padding-top: 3px;
overflow: hidden;
cursor: pointer;
border-bottom: 1px solid rgba(black, 0.1);
color: $selected-text-color;
float: left;
@@ -103,10 +106,6 @@ ul.section-menu-bar {
overflow-y: scroll;
max-height: calc(85vh - 90px);
&:not(:first-child) {
margin-top: 18px;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
@@ -143,7 +142,7 @@ ul.section-menu-bar {
background-color: $blue-color;
.blue {
.tinted {
color: white;
}