mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-09 20:05:22 +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
|
@ -41,7 +41,7 @@
|
|||
|
||||
.attached {
|
||||
&.tab {
|
||||
border: none;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
|
||||
&.header {
|
||||
padding: .1rem 1rem;
|
||||
padding: 0.1rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@
|
|||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
font-size: 12px;
|
||||
color: rgba(0, 0, 0, .6)
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.ui.right.floated {
|
||||
|
@ -106,5 +106,5 @@
|
|||
|
||||
.file-comment {
|
||||
font: 12px @monospaced-fonts, monospace;
|
||||
color: rgba(0, 0, 0, .87);
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue