-
Notifications
You must be signed in to change notification settings - Fork 893
Expand file tree
/
Copy pathbase.css
More file actions
54 lines (44 loc) · 705 Bytes
/
base.css
File metadata and controls
54 lines (44 loc) · 705 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
body {
padding-top: 60px;
}
.login-dropdown-menu {
padding: 15px;
padding-bottom: 0px;
}
.login-form-field {
margin-bottom: 15px;
}
.login-form-submit {
clear: left;
width: 100%;
margin-bottom: 15px;
}
.content-div {
text-align: left;
background-color: rgba(0,0,0,0);
}
.large-content-div {
text-align: center;
}
.login-name {
padding-right: 10px;
}
.center-text {
text-align: center;
}
.error-alert {
text-align: left;
}
.expiry-date input {
line-height: 1;
}
@media (min-width: 768px) {
.content-div-padding {
padding-top: 4em;
}
}
@media (max-width: 768px) {
.content-div-padding {
padding-top: 1em;
}
}