1
0
Fork 0
forked from forgejo/forgejo

Add less linter via npx (#6936)

This commit is contained in:
Xaver Maierhofer 2019-05-14 02:54:23 +02:00 committed by Lunny Xiao
parent c0fc6cd9a8
commit 3957b40021
20 changed files with 2165 additions and 437 deletions

View file

@ -6,7 +6,7 @@
padding-top: 15px !important;
margin-top: -15px !important;
margin-bottom: 15px !important;
background-color: #FAFAFA !important;
background-color: #fafafa !important;
border-width: 1px !important;
.octicon {
@ -22,7 +22,7 @@
padding-bottom: 25px;
&:not(:first-child) {
border-top: 1px solid #eee;
border-top: 1px solid #eeeeee;
padding-top: 25px;
}
@ -35,7 +35,7 @@
}
.metas {
color: #888;
color: #888888;
font-size: 14px;
font-weight: normal;
@ -68,7 +68,7 @@
padding-bottom: 25px;
&:not(:first-child) {
border-top: 1px solid #eee;
border-top: 1px solid #eeeeee;
padding-top: 25px;
}
@ -85,7 +85,7 @@
}
a {
color: #333;
color: #333333;
&:hover {
text-decoration: underline;