mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-07-14 10:00:03 +02:00
New UI merge in progress
This commit is contained in:
parent
0a739cf9ac
commit
8dd07c0ddd
199 changed files with 15030 additions and 9325 deletions
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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue