forked from MaterialDesignInXAML/MaterialDesignInXamlToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (42 loc) · 767 Bytes
/
style.css
File metadata and controls
46 lines (42 loc) · 767 Bytes
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
html,
body {
width: 100%;
height: auto;
padding: 0px 16px 16px 16px;
margin: 0px auto;
font-family: 'Roboto', sans-serif;
background: #fafafa;
}
#header{
width: 100%;
height: 140px;
overflow: hidden;
position: fixed;
background: #fafafa;
z-index: 1;
}
#huesContainer{
width: 210px;
height: 700px;
padding-left: 8px;
padding-top: 140px;
overflow:hidden;
position:fixed;
background: #fafafa;
right:0px;
}
#swatchesScroller{
height: auto;
padding-top: 140px;
margin-right: 210px;
padding-bottom: 30px;
overflow: auto; //code added
}
.swatch {
margin: 8px;
display: inline-block;
}
.swatchColor {
padding: 2px 20px 8px 2px;
font-size: 80%;
}