blob: a7417647272e87cf0342ed3cf3436bd196c7a08c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.vendor-page-header {
display: flex;
align-items: center;
margin-top: 34px;
margin-left: 9px;
margin-bottom: 29px;
.vendor-name {
@extend .heading-1;
color: $blue;
margin-left: 20px;
text-transform: uppercase;
}
.svg-icon-wrapper {
padding: 5px 18px 5px 0;
.svg-icon.back {
height: 25px;
width: 25px;
fill: $blue;
}
}
}
|