Skip to content

Commit

Permalink
Add in Tip styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 17, 2024
1 parent 00548f9 commit 61ed4b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1879,3 +1879,17 @@ button.image-button.disclosure-button {

.switch .positive { color: $accent_color; }
.switch:disabled .positive { color: $accent_color; }

.tip-popup {
background: bg-color(2);
padding: 0;
margin: 18px;
}

.tip-view {
background: bg-color(0);
border-radius: px-to-rem(12px);
box-shadow: inset 0 0 0 1px gtkalpha($borders, .4);
padding: 0;
margin: 18px;
}

0 comments on commit 61ed4b3

Please sign in to comment.