-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
54 lines (46 loc) · 885 Bytes
/
custom.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
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker td, .datepicker th {
width: 2.5rem;
height: 2.5rem;
font-size: 0.85rem;
}
.datepicker {
margin-bottom: 3rem;
}
/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
body {
min-height: 100vh;
background-color: #fafafa;
}
.input-group {
border-radius: 30rem;
}
input.form-control {
border-radius: 30rem 0 0 30rem;
border: none;
}
input.form-control:focus {
box-shadow: none;
}
input.form-control::placeholder {
font-style: italic;
}
.input-group-text {
border-radius: 0 30rem 30rem 0;
border: none;
}
.datepicker-dropdown {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}