-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewdesign.css
83 lines (71 loc) · 2.03 KB
/
newdesign.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
/*input[type="text"] {
width: 20px;
}*/
#red {
color: white;
background-color: #bb0600;
}
#green {
color: white;
font-weight: lighter;
background-color: #00bc00;
}
#blue {
font-weight: lighter;
color: white;
background-color: #0515d3;
}
#white {
font-weight: normal;
color: black;
background-color: #ffffff;
}
#button {
text-alignr: center;
font-family: sans-serif;
font-style: normal;
}
#default {
text-align: center;
font-family: sans-serif;
font-style: normal;
}
#left {
text-align: left;
font-family: sans-serif;
font-style: normal;
font-weight: lighter;
}
#grey {
text-align: center;
font-family: sans-serif;
font-style: normal;
background-color: lightslategrey;
}
.steady_lighting-card.mdl-card {
width: auto;
align-content: center;
align-self: center;
align-items:stretch;
vertical-align: middle;
margin-left: 0px;
margin-right: 0px;
margin: 0px;
padding-bottom: 0px;
padding: inherit;
background-color: whitesmoke;
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1.9;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
font-feature-settings: "liga";
}