-
Notifications
You must be signed in to change notification settings - Fork 28
/
style.css
120 lines (104 loc) · 2.04 KB
/
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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
paper-toolbar.drawer_toolbar{
background-color:#263238;
}
paper-toolbar.main_toolbar{
background-color:#ffffff;
}
paper-ripple{
color:#ffffff
}
a {
text-decoration: none !important;
color: inherit;
}
.title{
color: black;
font-size: 20px;
}
.paper_toolbar_main{
background-color: #fafafa;
}
.paper_toolbar_drawer{
background-color: #607d8b;
}
paper-icon-button.white {
color: #607d8b;
}
#logo{
padding-left: 55px;
padding-top: 140px;
}
/*paper-material {
display: inline-block;
background: white;
box-sizing: border-box;
margin: 16px;
padding: 16px;
border-radius: 2px;
}
*/
.demo_heading {
display: inline-block;
background: white;
box-sizing: border-box;
margin: 16px;
padding: 16px;
border-radius: 2px;
}
.demo-cards {
/*height:225px;*/
width:280px;
display: inline-block;
background: white;
box-sizing: border-box;
margin: 16px;
border-radius: 2px;
font-weight: 300;
}
.main_content_area{
position: relative;
}
paper-material.iron-pages-demo-cards {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*margin-left: auto;
margin-right: auto;
margin-top: 150px;
display:block;*/
background: white;
box-sizing: border-box;
border-radius: 10px;
font-weight: 300;
/*width:600px;*/
}
paper-material.iron-pages-demo-cards-feedback {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-left: auto;
margin-right: auto;
margin-top: 15px;
display:block;
*/
background: white;
box-sizing: border-box;
border-radius: 10px;
font-weight: 300;
/*width:100%;*/
}
.demo_card_content{
font-size: 1.25em;
}
.demo_buttons{
margin-left:105px ;
margin-top: 45px;
margin-right: 5px;
margin-bottom: 5px;
}
a {
text-decoration: none !important;
color: inherit;
}