Skip to content

Commit

Permalink
Merge branch 'pr/34' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Mar 16, 2021
2 parents a809d7d + cfff7e5 commit 6e6e4a8
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 22 deletions.
16 changes: 16 additions & 0 deletions assets/styles/modules/basicpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
}
}

.node {
.field--name-body {
a {
color: $blue;
}
}
}

.paragraph {
.field--name-field-body {
a {
color: $blue;
}
}
}

// Search page
.path-search {
.search-form {
Expand Down
28 changes: 27 additions & 1 deletion assets/styles/modules/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
}

&:hover {
&.clicked {
> .we-megamenu-nolink,
> a.we-mega-menu-li {
&:before {
Expand Down Expand Up @@ -155,6 +155,32 @@
}
}
}

.span12 {
margin: 0;
}

.we-mega-menu-li {
padding: 0;
margin-bottom: 15px;

@media (min-width: #{$screen-desktop}) {
margin-bottom: 8px;
}

a.we-mega-menu-li {
color: $dark-blue-01;
font-size: 16px;
line-height: 1.5;
padding: 0;
margin: 0;
border: none;

@media (min-width: #{$screen-desktop}) {
font-size: 18px;
}
}
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions assets/styles/utility/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ h6 {
font-size: $h6-font-size-h6;
}

a {
color: $blue;
}

.row {
margin: 0 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/utility/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $inverse-color: $white;
// Links
//
// Style anchor elements.
$link-color: $blue;
$link-color: #153D57;
$link-decoration: none;
$link-hover-color: #153D57;
$link-hover-decoration: underline;
Expand Down
51 changes: 36 additions & 15 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 6e6e4a8

Please sign in to comment.