pin: Use less margin
Introduce a common.css so styles don't deviate unintentionally between the different themes. Way more stuff can be moved here once this is in.
This commit is contained in:
@ -61,3 +61,5 @@ sq_button.small {
|
||||
background: mix(@theme_selected_bg_color, @theme_bg_color, 0.4); /*#1c71d8;*/
|
||||
border-color: @borders; /*#3584e4;*/
|
||||
}
|
||||
|
||||
@import url("resource:///sm/puri/squeekboard/common.css");
|
||||
|
||||
Reference in New Issue
Block a user