mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
New UI merge in progress
This commit is contained in:
18
public/ng/less/ui/bread.less
Normal file
18
public/ng/less/ui/bread.less
Normal file
@@ -0,0 +1,18 @@
|
||||
@import "var";
|
||||
|
||||
.breads {
|
||||
.bread {
|
||||
&:after {
|
||||
content: "/";
|
||||
font-weight: bold;
|
||||
margin: 0 4px 0 7px;
|
||||
color:@breadColor;
|
||||
}
|
||||
}
|
||||
.bread:last-child {
|
||||
&:after {
|
||||
content: "";
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user