Project

General

Profile

« Previous | Next » 

Revision 403a0ebd

Added by Andreas Kohlbecker over 5 years ago

fix #7950 fixing scss for icon button fields and adding variable for box-shadow-width

View differences:

src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss
24 24
//$v-friendly-color: #2c9720;
25 25
//$v-error-indicator-color: #ed473b;
26 26

  
27
// $edit-v-shadow-spread-radius: 0px; // default
27 28
// ================== DARK ================ //
28 29

  
29 30
// $v-app-loading-text: "Dark Valo";
30 31
/*
31 32
*/
33
$edit-v-shadow-spread-radius: 3px;
32 34
$v-background-color: #444d50;
33 35
$v-focus-color: #07a9ca;
34 36
$v-focus-style: 0 0 3px 2px $v-focus-color;
......
39 41
$v-font-weight: 400;
40 42
$v-font-weight--header: 400;
41 43
$v-bevel: inset 0 1px 2px v-tint, inset 0 0 1px (v-tint 0.1);
42
$v-shadow: 0 0 0 3px rgba(0,0,0,0.32), 0 1px 0 3px rgba(255,255,255,0.14);
44
$v-shadow: 0 0 0 $edit-v-shadow-spread-radius rgba(0,0,0,0.32), 0 1px 0 $edit-v-shadow-spread-radius rgba(255,255,255,0.14);
43 45
$v-textfield-bevel: inset 0 2px 2px v-shade;
44 46
$v-textfield-shadow: $v-shadow;
45 47
$v-unit-size: 40px;

Also available in: Unified diff