-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (37 loc) · 865 Bytes
/
style.css
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
.center {
text-align: center;
}
.heading {
font-size: 40px;
text-align: center;
}
.grid {
background-color: #80d8ff;
}
/*Button*/
.buttondemoBasicUsage section {
background: #f7f7f7;
border-radius: 3px;
text-align: center;
margin: 1em;
position: relative !important;
padding-bottom: 10px; }
.buttondemoBasicUsage md-content {
margin-right: 7px; }
.buttondemoBasicUsage section .md-button {
margin-top: 16px;
margin-bottom: 16px; }
.buttondemoBasicUsage .label {
position: absolute;
bottom: 5px;
left: 7px;
font-size: 14px;
opacity: 0.54; }
/*main content styling*/
.selectdemoBasicUsage p {
padding: 0 20px;
text-align: center; }
.selectdemoBasicUsage p.md-caption {
color: #777; }
.selectdemoBasicUsage .demo-content {
min-height: 348px; }