-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
69 lines (58 loc) · 1.01 KB
/
style.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
* {
margin: 0;
padding: 0;
}
body{
background-color:#F8F8F8;
font-family: Lato,"Lucida Grande","Lucida Sans Unicode";
}
header{
box-shadow: 0 0 0.25em 0 rgb(0 0 0 / 25%);
font-size: 1rem;
text-align: center;
padding: 1em;
width: 100%;
}
.h1-s{
font-weight: 400;
align-self: center;
}
.main{
margin: auto;
width: 70%;
padding: 10px;
text-align: center;
margin-top:200px;
}
.form-control{
display:inline-block !important;
width: 25% !important;
margin-bottom: 5px;
justify-content: center !important;
margin-right: 10px;
}
.btn{
width: 30px;
padding-top: 1px !important;
padding-bottom: 1px !important;
height: 36px;
}
/* #invField2{
margin-top: 30px;
} */
.field1{
display: flex;
justify-content: center;
}
div.field1{
box-sizing: unset !important;
}
*, ::after, ::before{
box-sizing: unset !important;
}
.field2{
display: flex;
margin-top: 30px;
height: 43px;
justify-content: center;
}