Revision 656c135b snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss
71 71
// $global-rounded: 1000px;
72 72

  
73 73
// header settings
74
$header-height:80px;
75
$header-height-responsive:120px;
76
$header-padding-vertical:20px;
77
$header-padding-horizontal:15px;
74
$header-height: 80px;
75
$header-height-responsive: 120px;
76
$header-padding-vertical: 20px;
77
$header-padding-horizontal: 15px;
78 78

  
79 79
// icons nav settings
80
$icons-nav-margin-horizontal :10px;
80
$icons-nav-margin-horizontal : 10px;
81 81

  
82 82
// bar options
83
$bar-height:30px;
84
$bar-menu-height:50px;
85
$bar-submenu-height:40px;
83
$bar-height: 30px;
84
$bar-menu-height: 50px;
85
$bar-submenu-height: 40px;
86 86

  
87 87
// button options
88
$btn-height:30px;
88
$btn-height: 30px;
89

  
90
// list-view 
91
$lt-bar-width: 110px;
92
$list-vm-height: 34px;
89 93

  
90 94

  
91 95
// We use these to control inset shadow shiny edges and depressions.
......
119 123
$row-full-width:100%;
120 124
$row-width: emCalc(960px);
121 125
$row-small: emCalc(580px);
126
$main-padding-horizontal: emCalc(10px);
122 127

  
123 128
$conf-area-h-width: emCalc(300px);
124 129

  
......
1011 1016
$has-tip-cursor-type: inherit;
1012 1017

  
1013 1018
$tooltip-padding: emCalc(2px) emCalc(12px);
1014
$tooltip-bg: $primary-color;
1019
$tooltip-bg: #cecece;
1015 1020
$tooltip-font-size: emCalc(12px);
1016 1021
$tooltip-font-weight: normal;
1017
$tooltip-font-color: #fff;
1022
$tooltip-font-color: $black;
1018 1023
// $tooltip-line-height: 1.3;
1019 1024
// $tooltip-close-font-size: emCalc(10px);
1020 1025
// $tooltip-close-font-weight: normal;

Also available in: Unified diff