Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 19, 2023
1 parent af1abb9 commit 74f3df9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.am-container {
height: 100%;
display: contents;
}

.am-button {
Expand Down Expand Up @@ -43,7 +43,7 @@
top: 48px;
right: 2%;
height: auto;
padding: 2em;
padding: var(--section-padding);
text-align: left;
display: block;
background-color: var(--background);
Expand All @@ -66,6 +66,7 @@

.am-message-list {
padding: 0;
margin: 0;
}

.am-container .am-message .alert form {
Expand Down
10 changes: 5 additions & 5 deletions war/src/main/scss/components/_page-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ a.page-header__brand-link {
}

.page-header__am-wrapper {
height: 100%;
padding: 0.5rem 0;
display: contents;
}

.page-header__hyperlinks {
display: flex;
align-items: center;
}

.page-header__hyperlinks a {
.page-header__hyperlinks > a,
.am-container > a {
@include mixins.item;

--text-color: var(--header-link-color);
Expand All @@ -56,11 +56,11 @@ a.page-header__brand-link {
align-items: center;
color: var(--text-color);
text-decoration: none;

padding: 0.5rem;
margin-right: 0 !important;

&::before, &::after {
&::before,
&::after {
inset: 0 !important;
}

Expand Down

0 comments on commit 74f3df9

Please sign in to comment.