Skip to content

Commit 61ed4b3

Browse files
committed
Add in Tip styles
1 parent 00548f9 commit 61ed4b3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Helium/gtk-4.0/_tauos.scss

+14
Original file line numberDiff line numberDiff line change
@@ -1879,3 +1879,17 @@ button.image-button.disclosure-button {
18791879

18801880
.switch .positive { color: $accent_color; }
18811881
.switch:disabled .positive { color: $accent_color; }
1882+
1883+
.tip-popup {
1884+
background: bg-color(2);
1885+
padding: 0;
1886+
margin: 18px;
1887+
}
1888+
1889+
.tip-view {
1890+
background: bg-color(0);
1891+
border-radius: px-to-rem(12px);
1892+
box-shadow: inset 0 0 0 1px gtkalpha($borders, .4);
1893+
padding: 0;
1894+
margin: 18px;
1895+
}

0 commit comments

Comments
 (0)