-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (86 loc) · 1.49 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
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
button:focus,
input:focus {
outline: none;
}
* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
header {
background-color: black;
height: 58px;
left: 0px;
right: 0px;
top: 0px;
flex: auto;
align-items: center;
display: flex;
}
.linksHeader {
font-family: 'Inter';
color: #FFFFFF;
text-decoration: none;
margin: 10px;
}
#logoHeader {
flex-direction: row;
margin-left: 10px;
margin-right: 15px;
}
.PesquisaHeader {
margin-left: auto;
margin-right: 15px;
}
.inputHeader {
border-radius: 0px;
border-color: transparent;
font-family: 'Inter';
padding: 2px;
height: 35px;
padding-left: 8px;
}
.buttonHeader {
font-family: 'Inter';
border-color: white;
border-width: 1px;
background-color: transparent;
color: #FFFFFF;
padding: 10px;
margin-left: 10px;
}
.carrosselFotos {
width: 100%;
}
#categorias {
display: flex;
justify-content: center;
}
.categoriasEstilo {
align-items: center;
}
.categoriasEstilo img {
vertical-align: middle;
margin-left: 15px;
}
.categoriasTexto{
background-color: black;
color: white;
font-family: 'Inter';
text-align: center;
font-size: 16px;
padding: 5px;
margin: 0%;
margin-left: 15px;
}
.tituloProdutos {
text-align: center;
font-family: 'Inter';
margin-top: 5%;
font-size: 32px;
}