V2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user