-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (107 loc) · 1.67 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
107
108
109
110
111
112
113
114
115
116
117
118
html{
font-family:"Montserrat", sans-serif;
}
html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
width: 100%;
}
* {
box-sizing: border-box;
}
#Pet, #Produtos, #Mapa {
width: 100%;
}
.main-container {
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
max-width: 1200px;
padding: 20px;
}
.main-container {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
max-width: 1200px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
#Pet, #Produtos, #Mapa {
width: 100%;
text-align: center;
}
.product-cont {
justify-content: center;
}
#cor{
background-color: #d6660a;
}
#corB{
background-color: #d6660a;
border: none;
}
#corB2{
background-color: #48067f;
}
#corB3{
background-color: #525151;
}
#corT{
color: #525151;
}
#corT2{
color: #d6660a;
}
#corT3{
color: #48067f;
}
h6{
color: #d6660a;
}
.productStyle{
border: 1px solid #CBCBCB !important;
border-radius: 30px;
width: 180px !important;
}
.container{
max-width: 100% !important;
}
.productStyle button{
background-color: #48067f;
margin-bottom: 13px;
}
.serviceStyle{
border: 1px solid #CBCBCB !important;
border-radius: 27px;
padding: 0;
width: 32% !important;
}
.serviceStyle button{
background-color: #48067f;
margin-bottom: 13px;
}
.product-cont{
gap: 12px;
margin-left: 40px;
}
.locationStyle{
border: 1px solid #CBCBCB !important;
border-radius: 27px;
padding: 0;
width: 32% !important;
}
.locationStyle button{
background-color: #48067f;
margin-bottom: 13px;
}