Skip to content

Commit

Permalink
Reposition top bar right side icons
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 22, 2024
1 parent a48ce70 commit f890d58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
26 changes: 14 additions & 12 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
}
}

.field__label {
display: contents;
float: left;
font-weight: bold;
}

.field--label-inline {
.node--type-k-centre {
.field__label {
display: inline;
padding-right: 0.5rem;
display: contents;
float: left;
font-weight: bold;
}

&::after {
content: ":";
.field--label-inline {
.field__label {
display: inline;
padding-right: 0.5rem;

&::after {
content: ":";
}
}
}
}
}
5 changes: 1 addition & 4 deletions scss/modules/navbar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.searchicon {
margin: 0 10px;

a,
span {
background: url('../images/search_icon.svg') no-repeat center center/22px;
Expand Down Expand Up @@ -32,8 +30,6 @@
}

.menu-fa-icon {
margin: 0 5px;

.fa {
text-decoration: none;
}
Expand Down Expand Up @@ -247,6 +243,7 @@
.menu-fa-icon {
@media (max-width: #{$screen-md-max}) {
font-size: 19px;
padding-bottom: 5px;
}
}

Expand Down

0 comments on commit f890d58

Please sign in to comment.