-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (59 loc) · 1003 Bytes
/
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
70
71
72
html,
body {
padding: 10px;
}
hr {
border-color: #e6e6e6 !important;
border-width: 0.5px !important;
}
.lnr-arrow-right {
font-size: 20px;
font-weight: 900 !important;
/* border: 1px solid #dcdada; */
/* padding: 5px; */
}
.title {
font-size: 18px;
margin: 5px;
}
.block {
display: flex;
padding: 5px;
/* flex-direction: row;
flex: 1 auto;
justify-content: space-around;
width: 100%; */
}
.productTitle {
font-size: 16px;
margin: 5px;
}
.inputBody {
border: none;
border-bottom: 1px solid;
border-color: #dcdada;
}
.inputBody :active,
:hover,
:focus {
outline: 0;
outline-offset: 0;
}
/* .button:hover::after,
.button:focus::after {
animation: sheen 1s forwards;
} */
/* button::before:hover {
background-color: rgb(11, 168, 37);
;
}
button::after:hover {
background-color: rgb(5, 202, 38);
;
} */
.imageSize {
width: 2em;
height: 2em;
padding: 2px;
margin: 2px;
}