-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-ui.css
59 lines (51 loc) · 790 Bytes
/
app-ui.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
body {
font-family: sans-serif;
}
core-header-panel {
background: white;
}
/*
#navheader {
background-color: #CC0000;
}*/
#mainheader span {
color:white;
text-shadow: 0px 2px 3px #666;
}
#navicon{
color:white;
}
core-toolbar {
background-color: #CC0000;
}
.content {
padding: 20px;
}
/* drawer is always visible on a wide screen
so menu button isn't required */
core-drawer-panel:not([narrow]) #navicon {
display: none;
}
/**
* SERVICE
*/
#btn-demo{
position: absolute;
right: 15px;
bottom: 20px;
}
#btn-service{
position: absolute;
right: 85px;
bottom: 20px;
}
.service-on{
font-weight: bolder;
text-shadow: 0px 3px 4px #666;
}
.span-service-off{
font-weight: normal;
}
paper-radio-button {
display: block;
}