-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_variable.scss
More file actions
69 lines (36 loc) · 1.01 KB
/
Copy path_variable.scss
File metadata and controls
69 lines (36 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
//main platform config
$platform-shadow-y :2px;
$platform-shadow-blur : 18px;
//search bar
$search-title-bar-height :50px;
$search-bottom-bar-height :50px;
//module section config
$module-left-bar-width : 60px;
$module-title-bar-height : 50px;
//colors
$color-pink-main : #E91E63;
$color-pink-dull :#F48FB1;
$color-white-dull : #f4f4f4;
$color-black-dark : #333333;
$color-black-main : #6A6B70;
$color-black-dull: #A8A9B1;
$color-cyan-main : #00BCD4;
$color-purple-main: #9c27b0;
$color-light-green-main : #8bc34a;
$color-blue-main : #2196F3;
$color-red-main : #F44336;
$colo-green-main :#009688;
$color-orange-main :#ff9800;
$color-yellow-main : #FFC107;
$color-light-blue-main : #03a9f4;
//fonts
$font-main-normal : segoeui-font;
$font-main-italic : segoeui-italic-font;
$font-main-semi-bold :segoeui-semibol-font;
$font-main-light : segoeui-light-font;
$font-logo : logo-font;
$font-awesome :font-awesome;
//transition
$module-tab-transition : all .2s ease-out;
//padding
$module-padding :10px;