-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreturnpolicy.css
More file actions
99 lines (99 loc) · 1.69 KB
/
returnpolicy.css
File metadata and controls
99 lines (99 loc) · 1.69 KB
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
pagecontents{
display: block;
padding-top: 2em;
}
pagecontents >*{
width: 70%;
margin: auto;
padding-bottom: 10px;
}
h{
display: block;
text-align: right;
color: #666666;
}
p{
display: block;
color: #666666;
text-align: right;
font-size: 1.4em;
}
.rowflex{
display: flex;
flex-direction: row-reverse;
}
.rowflex >*{
padding-left: 10px;
}
.columnflex{
display: flex;
flex-direction: column;
}
#leftside {
transform: rotate(90deg);
transform-origin: 38% 550%;
font-size: 3em;
white-space: nowrap;
display: block;
}
#rightside {
transform: rotate(-90deg);
transform-origin: -20% -30%;
font-size: 3em;
display: block;
white-space: nowrap;
}
#leftcolumn{
flex:2;
justify-content: center;
align-content: center;
}
#rightcolumn{
flex:1;
}
pagecontents >div{
border-top: 1px solid #aaaaaa;
}
#returnform{
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
box-shadow: 10px 10px 10px rgb(201, 201, 201);
}
#returnform >*{
flex:1;
padding: 10px 5px;
margin: 5px;
justify-content: center;
align-content: center;
}
p5{
display: block;
text-align: right;
color: blue;
}
#begin{
border-bottom: 1px solid gray;
}
#orderid{
width: auto;
border: 1px solid #e0e0e0;
background-color: #cccccc;
}
#orderid:hover{
background-color: white;
border-color: blue;
}
#cityselect{
border-radius: 20px;
border: 1px solid #e0e0e0;
background-color: #cccccc;
}
input[type="submit"]{
margin: 20px 0px;
border-radius: 20px;
border: 1px solid #e0e0e0;
background-color: blue;;
color: white;
}