baseline
This commit is contained in:
12
web/css/components/app-breadcrumb.css
Normal file
12
web/css/components/app-breadcrumb.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.app-breadcrumb {
|
||||
margin-bottom: 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.app-breadcrumb a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user