Skip to content

Commit

Permalink
restyle send button hover (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell authored Dec 1, 2023
1 parent 012895d commit 96c80a0
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
&:hover {
background: var(--pf-v5-global--palette--red-300);
}
}

.astro__badge {
width: 100%;
.astro__badge {
width: 100%;
}
}

.astro-l-stack {
Expand Down Expand Up @@ -67,10 +66,10 @@
outline: none;
box-shadow: 0 -3px 0 var(--pf-v5-global--palette--red-200);
}
.pf-c-button {
border-bottom: 2px solid var(--pf-v5-global--BackgroundColor--100);
.pf-c-input-group__text {
&:hover {
border-bottom: 3px solid var(--pf-v5-global--palette--red-200);
box-shadow: 0 -3px 0 var(--pf-v5-global--palette--red-200);
border-bottom: 1px solid var(--pf-v5-global--palette--red-200);
}
}
}
Expand Down

0 comments on commit 96c80a0

Please sign in to comment.