You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

53 lines
864 B

.breadcrumb {
width:100%;
margin:0 0 REM(5px) 0;
padding:0 0 0 REM(186px); // 좌측 메뉴 만큼 띄워주기
ol {
list-style:none;
display:flex;
padding:0;
margin:0;
li {
a,span {
color:#252525;
font-size:REM(14px);
font-weight:600;
}
& + li {
a, span {
&:before {
content: '>';
color:#252525;
font-size:REM(14px);
font-weight:600;
margin:0 REM(3px);
}
}
}
}
}
@include display-xs(){
padding : 0;
ol {
li {
a,span {
font-size:REM(22px / 3);
}
& + li {
a, span {
&:before {
font-size:REM(22px / 3);
margin:0 REM(12px / 3);
}
}
}
}
}
}
}