-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
120 lines (100 loc) · 1.74 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
120
body {
font-size: 16px;
line-height: 1;
z-index: 4;
}
textarea{
background: transparent;
border: none;
resize: none;
font-family: 'Montserrat', sans-serif;
color: #382107;
font-weight: 500;
border-left: 1px solid saddlebrown;
padding: 10px;
}
.jumbotron {
text-align: center;
background-color: transparent;
color: saddlebrown;
border-radius: 0;
border-bottom: 10px solid saddlebrown;
}
/* background image */
.coffee-bg {
opacity: 5%;
width: 100%;
height: 150%;
position: fixed;
z-index: -1;
}
/* h1 of Jumbotron */
h1 {
font-family: 'Josefin Sans', sans-serif;
font-weight: bolder;
color:saddlebrown;
}
.description{
white-space: pre-wrap;
}
.time-block{
text-align: center;
border-radius: 15px;
}
.row {
white-space: pre-wrap;
height: 80px;
border-top: 1px solid white;;
}
.hour {
background-color: #ffffff;
color: saddlebrown;
border-top: 1px dashed saddlebrown;
}
.past {
background-color: wheat;
color: white;
}
.present {
background-color: #cd6b17;
color: white;
}
.future {
background-color: #dea455;
color: white;
}
.saveBtn {
border-left: 1px solid saddlebrown;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
background-color: #382107;
color: wheat;
}
.saveBtn:hover {
background-color: saddlebrown;
}
.saveBtn i:hover {
font-size: 20px;
transition: all .3s ease-in-out;
}
.footer {
border-top: 10px solid saddlebrown;
margin-top: 30px;
z-index: 3;
}
p, a {
text-align: center;
padding-top: 15px;
color: saddlebrown;
}
.lni-coffee-cup {
margin-left: 50%;
color: #382107;
}
a:hover {
color: darkslategray;
}
/* fonts used */
/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif; */