Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Cinnamon: [Keyboard] Update spacing factors
Browse files Browse the repository at this point in the history
Fork the recent changes from Gnome-shell theming.
  • Loading branch information
tista500 committed Aug 19, 2018
1 parent 06246f6 commit c1af378
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions shell/sass/cinnamon/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1181,23 +1181,23 @@ $ws_thumb_spacing: 32px;

.keyboard {
&-layout {
spacing: 12px;
padding: 12px;
spacing: $ref_size * 0.3;
padding: $ref_size * 0.3;
}

&-row { spacing: 12px; }
&-row { spacing: $ref_size * 0.3; }

&-key {
@include fontscaling($ref_size * 2.0);
min-height: 2em;
min-width: 2em;
min-height: $ref_size * 2;
min-width: $ref_size * 2;
border-radius: 2px;
border: none;
background-color: $osd_bg_color;
color: $osd_secondary_fg_color;
box-shadow: $empty_shadow;
text-shadow: none;
icon-shadow: none;
font-size: $ref_size * 2; // use unscalable unit
font-weight: 700;
transition-timing-function: $slope_slow;
&:focus,
Expand Down Expand Up @@ -1228,7 +1228,7 @@ $ws_thumb_spacing: 32px;
-arrow-border-color: transparent;
-arrow-base: 0;
-arrow-rise: 0;
-boxpointer-gap: 12px;
-boxpointer-gap: $ref_size * 0.3;
background-color: $suggested_color;
color: $selected_fg_color;
box-shadow: $z-depth-2;
Expand Down

0 comments on commit c1af378

Please sign in to comment.