Skip to content

Commit

Permalink
challenge view link style
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 27, 2024
1 parent 5536d41 commit 3a92966
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ui/challenge/css/_challenge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

.buttons {
@extend %flex-between-nowrap;

align-items: stretch;
@media (hover: hover) {
display: none;
}
Expand All @@ -50,13 +50,14 @@
a.view {
font-size: 1.5rem;
color: $c-primary;

&:hover {
font-size: 1.85rem;
background: $c-primary;
color: $c-over;
}
}

button {
border-radius: 0;
cursor: pointer;
color: $c-good;
width: 100%;
Expand Down Expand Up @@ -97,7 +98,8 @@
}
}

button::before {
button::before,
a.view::before {
line-height: 3rem;
}

Expand Down

0 comments on commit 3a92966

Please sign in to comment.