-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
112 lines (106 loc) · 1.78 KB
/
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
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
body {
background: #690;
}
.dropdown-menu .label {
float: right;
margin: 3px 0 0;
}
.col-md-5 {
background: #060;
border: 2px solid #70a600;
padding: 15px;
}
.col-md-7 {
/* color: #fff; */
}
.wall-clock {
font-size: 92px;
margin: 0;
}
.wall-clock:hover{
cursor: default;
}
.alarm .list-group,
.alarm .form-group {
margin-bottom: 0;
}
.alarm .alarmList {
margin-top: 15px;
}
.alarm-digits {
overflow: hidden;
}
.alarm-digit {
/* float: left; */
/* width: 150px; */
}
.alarm-digit button {
border: 0;
padding: 0;
margin: 0;
background: none;
width: 100%;
height: 30px;
-webkit-box-shadow: none;
box-shadow: none;
}
.alarm-digit button:active {
border: 0;
outline: 0 !important;
background: #adadad;
}
.alarm-digit button:focus, .alarm-digit button.focus {
border: 0;
outline: 0;
}
.alarm-digit:hover button, .alarm-digit.focus button {
background: #e0e0e0;
}
.alarm-digit input {
font-size: 50px;
line-height: 50px;
height: 64px;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
}
.alarm-digit input:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.alarm-container {
overflow: hidden;
/* width: 450px; */
/* margin: 0 auto; */
}
.comment {
margin-top: 15px;
display: relative;
}
.comment input.form-control {
width: 80%;
position: relative;
display: inline-block;
}
.comment button {
width: 20%;
position: relative;
display: inline-block;
}
.bell select {
width: 60% !important;
}
.bell button {
width: 20%;
}
li.list-group-item span.label {
margin: 0 15px 0 0;
background: #000;
}
.list-group-item input {
position: absolute;
right: 15px;
top: 10px;
}