Skip to content

Commit

Permalink
Move the back link css to css file (#589)
Browse files Browse the repository at this point in the history
Moved CSS to dedicated file

Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok authored Jul 23, 2024
1 parent 648774c commit f3cba5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions oidc-controller/api/templates/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ a {
.navbar img {
height: 4rem;
}
.back-btn {
display: block;
margin-bottom: 1em;
font-weight: bold;
text-decoration: none;
}
.desktop-head .back-btn {
margin-left: -350px;
}
footer {
background-color: var(--bc-primary);
border-top: 2px solid var(--bc-accent);
Expand Down

0 comments on commit f3cba5a

Please sign in to comment.