Skip to content

Commit

Permalink
Roundness classes
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 30, 2024
1 parent 5ba7c7e commit d3cbeb6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,28 @@
background: $surface_bright_bg_color;
}

/*
* Radius
* ------
* Helper classes to round custom elements wherever they are needed.
*/

.small-radius {
border-radius: 2px;
}
.medium-radius {
border-radius: 4px;
}
.large-radius {
border-radius: 8px;
}
.x-large-radius {
border-radius: 12px;
}
.circle-radius {
border-radius: 50%;
}

/*
* Colors
* ------
Expand Down

0 comments on commit d3cbeb6

Please sign in to comment.