We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c036182 commit 5ac71afCopy full SHA for 5ac71af
2 files changed
data/theme/cinnamon-sass/_widgets.scss
@@ -2,6 +2,7 @@
2
@import 'widgets/alttab';
3
@import 'widgets/applets';
4
@import 'widgets/base';
5
+@import 'widgets/buttons';
6
@import 'widgets/calendar';
7
@import 'widgets/desklet';
8
@import 'widgets/dialogs';
data/theme/cinnamon-sass/widgets/_buttons.scss
@@ -0,0 +1,21 @@
1
+.button {
+ @extend %button;
+
+ min-height: 22px;
+ &.flat { @extend %flat_button; }
+}
9
+.icon-button {
10
11
12
+ border-radius: 9999px;
13
+ padding: $base_padding;
14
+ min-height: 16px;
15
16
+ StIcon {
17
+ icon-size: 16px;
18
+ }
19
20
21
0 commit comments