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.
18 lines
241 B
18 lines
241 B
10 years ago
|
@import "var";
|
||
|
|
||
|
.breads {
|
||
|
.bread {
|
||
|
&:after {
|
||
|
content: "/";
|
||
|
font-weight: bold;
|
||
|
margin: 0 4px 0 7px;
|
||
|
color:@breadColor;
|
||
|
}
|
||
|
}
|
||
|
.bread:last-child {
|
||
|
&:after {
|
||
|
content: "";
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|