mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 04:30:11 +00:00
10 lines
121 B
CSS
10 lines
121 B
CSS
|
.circular-button {
|
||
|
border-radius: 20px;
|
||
|
outline-radius: 20px;
|
||
|
}
|
||
|
|
||
|
.small-button {
|
||
|
padding: 0;
|
||
|
outline-width: 0;
|
||
|
}
|