-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder.css
More file actions
52 lines (44 loc) · 695 Bytes
/
Copy pathorder.css
File metadata and controls
52 lines (44 loc) · 695 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
body{
background-color: #E5E2E1 ;
}
.brd{
margin-bottom: 50px;
padding: 0;
}
.brd1{
width: 100%;
height: 200px;
}
.brd2{
padding: 0;
/*border: solid 1px #DCD9D8;*/
margin:auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#ssd{
padding-right: 40px;
padding-left: 40px;
background-color: white;
margin-top: 0;
justify-content: space-around;
padding-bottom: 50px;
}
.yep{
padding-top: 10px;
font-weight: bold;
font-size: 20px;
}
.yep1{
letter-spacing: -0.8px;
color: #AAA7A6;
text-align: justify;
}
select{
width: 40px;
height: 31px;
}
@media(max-width: 415px){
div.container h1{
font-size: 2.5em!important;
}
}