mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-06 18:35:23 +02:00
Add less linter via npx (#6936)
This commit is contained in:
parent
c0fc6cd9a8
commit
3957b40021
20 changed files with 2165 additions and 437 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
.dashboard-navbar {
|
||||
width: 100vw;
|
||||
padding: 0 .5rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -142,7 +142,7 @@
|
|||
|
||||
li {
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid #EAEAEA;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
|
||||
&.private {
|
||||
|
@ -154,7 +154,7 @@
|
|||
display: block;
|
||||
|
||||
.octicon {
|
||||
color: #888;
|
||||
color: #888888;
|
||||
|
||||
&.rear {
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue