Skip to content

Commit

Permalink
Merge pull request #37 from digitalrebelbv/fixes/feedback-5
Browse files Browse the repository at this point in the history
Fixed the feedback on issues #36, #29, #35, #32, #28
  • Loading branch information
andmor- authored Mar 26, 2021
2 parents 95f7568 + 4c9d064 commit 2c5d939
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 6 deletions.
19 changes: 17 additions & 2 deletions assets/styles/modules/basicpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,35 @@

.node {
.field--name-body {
a {
a:not(.btn):not(.btn-default):not(.btn-link-blue-s) {
color: $blue;
}
}
}

.paragraph {
.field--name-field-body {
a {
a:not(.btn):not(.btn-default):not(.btn-link-blue-s) {
color: $blue;
}
}
}

// Sidebar
.sidebar {
.block {
display: flex;
flex-flow: column;
border: 1px solid rgba(5,45,77,.13);
}

nav {
ul.nav {
margin: 0;
}
}
}

// Search page
.path-search {
.search-form {
Expand Down
28 changes: 28 additions & 0 deletions assets/styles/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,34 @@
@media (min-width: #{$screen-lg-desktop}) {
height: unset;
}

.navbar-toggle {
display: flex;
}
}

.block-we-megamenu {
.navbar-toggle {
display: none;
}
}

.we-mega-menu-col.span12 {
.nav {
@media (max-width: #{$screen-tablet}) {
padding: 0;

li {
a {
line-height: 1 !important;
}
}

.we-mega-menu-li:last-child>a.we-mega-menu-li {
border-bottom: none !important;
}
}
}
}

// Private secondary menu
Expand Down
30 changes: 30 additions & 0 deletions assets/styles/modules/resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,33 @@
}
}
}

body.node--type-resource {
border-top: none;

&:hover,
&:focus {
border-top: none;

h2.node__title {
text-decoration: none;
}

.tag {
text-decoration: none;
}
}

.node.node--type-resource {
border-top: none;

&:hover,
&:focus {
border-top: none;

.tag {
text-decoration: underline;
}
}
}
}
53 changes: 50 additions & 3 deletions css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

0 comments on commit 2c5d939

Please sign in to comment.