-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_header.scss
More file actions
48 lines (40 loc) · 757 Bytes
/
_header.scss
File metadata and controls
48 lines (40 loc) · 757 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
43
44
45
46
47
48
.header {
padding: 18px 0;
background-color: $b-color;
text-decoration: none;
&__wrap {
display: flex;
justify-content: space-between;
}
&__right {
display: flex;
align-items: center;
}
&__logo {
margin-right: 41px;
}
&__item {
margin-left: 25px;
}
}
.shop {
margin-left: 42px;
position: relative;
width: 32px;
height: 29px;
}
.count {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
right: -10px;
top: -10px;
width: 19px;
height: 19px;
background: $decor-color;
border-radius: 50%;
font-size: 12px;
line-height: 14px;
color: $text-color;
}