Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21090 kshitij.so 1
h2 {
2
	color: grey;
3
	font-family: sans-serif;
4
	font-weight: bold;
5
	margin-top: 0;
6
	padding: 0 20px 20px 0px;
7
}
8
 
9
div.card {
10
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
11
		rgba(0, 0, 0, 0.19);
12
	text-align: center;
13
	width: 250px;
14
	float: left;
15
	margin: 0px 10px 50px 10px;
16
}
17
 
18
div.header {
19
	background-color: #4CAF50;
20
	color: white;
21
	padding: 10px;
22
	font-size: 40px;
23
}
24
 
25
div.card-container {
26
	padding: 10px;
27
	font-weight: bold;
28
	color: grey;
29
	font-family: sans-serif;
30
}
31
 
32
.stats {
33
	margin: auto;
34
	width: 100%;
35
}