-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
54 lines (54 loc) · 880 Bytes
/
app.css
File metadata and controls
54 lines (54 loc) · 880 Bytes
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
.doneicon{
cursor:pointer;
color:rgba(63,81,181,0.6);
}
.doneicon:hover{
color:rgb(63,81,181);
}
.rbutton{
margin-right:10px !important;
}
.bgimage{
z-index:-1;
position: fixed;
top: 0px;
height: 100%;
width: 100%;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center center !important;
}
#bgimage1{
background: url(images/corridor-min.jpg);
}
#bgimage2{
background: url(images/room-min.jpg);
}
body,#grid{
background:transparent;
}
md-card{
background-color: rgba(255,255,255,0.6) !important;
}
.md-button{
display: flex;
}
.editinput{
margin-top:0px;
margin-bottom:0px;
}
.task{
padding-top:5px;
padding-bottom:5px;
}
#nav{
background-color: rgba(40,40,40,0.3);
color: white;
font-size:24px;
}
#nav:hover{
background-color: rgba(40,40,40,0.4);
}
.nav-link{
font-weight: bold;
}