Skip to content

Commit

Permalink
Update saml login and top banner buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed Oct 4, 2023
1 parent d14cd44 commit f85b8b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
22 changes: 11 additions & 11 deletions src/scss/components/banner/_banner--general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
// Link/buttons colors.
.su-page-banner {

div {
.su-card__button {
.su-link.su-button {
background-color: $su-color-black;
color: $su-color-white;
}
}
div {
.su-card__button {
.su-link.su-button {
background-color: $su-color-black;
color: $su-color-white;
}
}
}

.su-button:not(.su-link--external):after,
.su-button:not(.su-link--external):after {
background: url(../../assets/svg/icon_east_white.svg) no-repeat 0 0;
}
.su-button:not(.su-link--external):after,
.su-button:not(.su-link--external):after {
background: url(../../assets/svg/icon_east_white.svg) no-repeat 0 0;
}
}

7 changes: 6 additions & 1 deletion src/scss/theme/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,17 @@ footer {
}

&.mailto,
&.simplesamlphp-auth-login-link {
&.simplesamlphp-auth-login-link,
&.samlauth-login {
&::after {
content: none;
}
}

&.samlauth-login {
color: $su-color-white;
}

}
}

Expand Down

0 comments on commit f85b8b0

Please sign in to comment.