Skip to content

Commit

Permalink
styling, v.a. sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jakosch committed Nov 29, 2019
1 parent c21ef5b commit 0abcf99
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion resources/sass/base/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.colored
{
background-color: $gray-lighter;
background-color: $gray-lightest;
}

.info {
Expand Down
2 changes: 1 addition & 1 deletion resources/sass/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ li.nav-item.gradient-light > .active, btn.gradient-light.active {
}

li.nav-item.gradient-light > .nav-link {
border-left:4px solid $gray-lighter;
border-left:4px solid $gray-light;
}

4 changes: 2 additions & 2 deletions resources/sass/components/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
display:none;
}
.item-title {
background-color: $gray-lighter;
background-color: $gray-lightest;
padding: 8px 14px;
border-bottom:1px solid $popover-border-color;
margin: 0px;
Expand Down Expand Up @@ -93,7 +93,7 @@
span.tei_lemma {
margin-bottom: 6px;
display: block;
border-left: 6px solid #f0f0f0;
border-left: 6px solid $gray-lighter;
padding-left: 6px;
}
.preview {
Expand Down
2 changes: 1 addition & 1 deletion resources/sass/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ li.resp-tab-item {
}

button.resp-tab-active, li.resp-tab-active {
border-bottom: 3px solid #F0F0F0!important;
border-bottom: 3px solid $gray-lighter!important;
border-top: 4px solid $gray;
}

Expand Down
2 changes: 1 addition & 1 deletion resources/sass/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
margin-top: 20px;
margin-bottom: 0px;
border-bottom: 4px solid $gray-lighter;
border-bottom: 4px solid $gray-lightest;
}

#navbarCollapse .navbar-nav {
Expand Down
27 changes: 19 additions & 8 deletions resources/sass/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ a.checkbox-only {
}

.checkbox label {
margin-top: -24px;
color: $gray;
position: relative;
display: inline-block;
margin-bottom: 0px;
Expand All @@ -63,28 +63,35 @@ a.checkbox-only {
.checkbox input[type="checkbox"] + label::before {
content: "\f096\00a0";
font-family: "FontAwesome";
margin-right:11px;
margin-right:8px;
margin-left:2px;
color: $gray;
}

.checkbox input[type="checkbox"]:checked + label::before {
content: "\f14a\00a0";
font-family: "FontAwesome";
margin-right:10px;
margin-right:8px;
margin-left:2px;
color: $primary;
}

// allFilter sidebar

.allFilter {
margin-bottom: 30px;

&.panel-collapse {
padding: 10px;
background: $gray-lightest;
}

.nav {
margin-top: 0px;
}

h2 {
margin-bottom:10px!important;
margin-bottom:12px!important;
}

h4 {
Expand Down Expand Up @@ -286,7 +293,7 @@ a.checkbox-only {

.borderBox {
border:0!important;
background:$gray-lighter;
background:$gray-lightest;
padding: 20px;
}

Expand All @@ -301,11 +308,15 @@ a.checkbox-only {

// Single Collapse Elements in Sidebar
.filtersection .panel-collapse {
background: $gray-lighter;
padding: 4px;
background: $gray-lightest;
}

.panel-collapse {
margin-top: -10px;
}

.panel-collapse.collapse
{
margin-bottom: 30px;
margin-top: -4px;
margin-bottom: 30px;
}

0 comments on commit 0abcf99

Please sign in to comment.