catalog-content.scss
631 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
@import "../../vars";
@import "../../mixins";
.cat-check {
align-self: start;
}
.catalog-content-main {
display: flex;
flex-direction: column;
align-items: center;
}
.tabs-item-catalog {
> :not(:nth-child(3n)) {
margin-right: 10px;
}
}
.catalog-sorting-wrapper {
margin-top: 40px;
align-self: flex-end;
}
.catalog-content-items {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.catalog-content-btn {
@include btn-orange-hover;
padding: 16px 40px;
margin-top: 60px;
margin-bottom: 20px;
&:hover {
@include btn-orange;
}
}