12 lines
182 B
SCSS
12 lines
182 B
SCSS
|
.consul-hcp-home {
|
||
|
position: relative;
|
||
|
top: -22px;
|
||
|
}
|
||
|
.consul-hcp-home a::before {
|
||
|
content: '';
|
||
|
--icon-name: icon-arrow-left;
|
||
|
--icon-size: icon-300;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|