forked from AyatsujiTsukasa/Ant-Planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
public.css
63 lines (52 loc) · 832 Bytes
/
public.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
.navbar {
background-color: white;
padding-right: 8%;
padding-left: 8%;
}
.logo{
float: left;
height: 50px;
width: 200px;
}
.nav-item{
font-size:16px;
margin-top: 10px;
}
.nav a{
color: grey !important;
}
.nav a:hover, .nav a:active{
color: black !important;
}
.myForm{
background-color: white;
margin: auto;
margin-top:2%;
padding: 30px;
}
@media screen and (min-width: 500px) {
.myForm{
width: 500px;
}
}
.warning{
font-size: 14px;
}
.lineWithWords {
color: #c7c7c7;
width: 100%;
text-align: center;
border-bottom: 1px solid #c7c7c7;
line-height: 0.1em;
margin: 40px 0 20px;
}
.lineWithWords span {
background:#fff;
padding:0 10px;
}
.ajaxMsg {
display: none;
}
.ajaxMsg > ul{
padding-left: 14px;
}