aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/MaterialDesignInXamlToolkit-master/web/styles/style.css
blob: 2d6465ddebb3456b5823277693732beb0fba2cdd (plain)
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%;
}