-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate_accour.css
112 lines (106 loc) · 1.7 KB
/
create_accour.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
#container{
margin:auto;
background-color:white;
width:80%;
border:1px solid #DAD9D1;
margin-bottom:3%;
padding-left:2%;
padding-top:2%;
}
#headerBar{
background-color: #007399;
padding-top:2em;
padding-bottom: 2em;
color:white;
position: relative;
padding-left: 4%;
overflow: hidden;
}
input{
width:60%;
height: 4%;
font-size:20px;
}
.error{
color:red;
font-size:12px;
}
.errorInput{
background-color: #FB8585;
}
#error_box{
background-color: #ff6666;
border: 1px solid #ff6666;
border-radius:2px;
width: 45%;
padding-top:1em;
padding-bottom:2em;
margin-top:1em;
position: relative;
font-size:18px;
}
#additionalErrors{
margin-left:5%;
}
.right{
position: absolute;
right: 0;
padding-right:1em;
z-index: 1001;
}
.error_symbol{
position: absolute;
left:1em;
}
.middle{
position: absolute;
display: inline-block;
width: 100%;
z-index: 0;
text-align: center;
}
button{
width: 45%;
background: #992600;
color:white;
margin-top: 3%;
display:block;
margin-bottom:3%;
padding-bottom: 1%;
padding-top:1%;
margin-left: 5%;
border:1px solid black;
}
button:hover{
background:#7a1e00;
}
h3{
margin-bottom: 0;
}
.error_header{
margin-top:1%;
font-weight: 500;
margin-bottom:1em;
}
ul{
margin-top:0;
}
h1{
margin-bottom:0;
margin-top:0;
display:inline;
}
#title-position{
width:100%;
left:9%;
display:inline;
position: absolute;
vertical-align: middle;
}
.fa-arrow-circle-left{
font-size:30px;
color:white;
}
.fa-arrow-circle-left:hover{
color:#992600;
}