Fixed missing semicolons in less
This commit is contained in:
parent
9af941741d
commit
bfba239770
@ -28,6 +28,5 @@
|
|||||||
|
|
||||||
// These rules are really good rules to have around IMO (Caleb) but they're not being honored.
|
// These rules are really good rules to have around IMO (Caleb) but they're not being honored.
|
||||||
"duplicateProperty": false,
|
"duplicateProperty": false,
|
||||||
"trailingSemicolon": false,
|
|
||||||
"maxCharPerLine": false
|
"maxCharPerLine": false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.font_neuropolitical () {
|
.font_neuropolitical () {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Neuropolitical;
|
font-family: Neuropolitical;
|
||||||
src: url(/customize/fonts/neuropolitical.ttf)
|
src: url("/customize/fonts/neuropolitical.ttf");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.font_open-sans () {
|
.font_open-sans () {
|
||||||
|
|||||||
@ -93,7 +93,7 @@ body {
|
|||||||
}
|
}
|
||||||
@callout-padding: 15px;
|
@callout-padding: 15px;
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.bs-callout {
|
.bs-callout {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
color: @cryptpad_header_col;
|
color: @cryptpad_header_col;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
color: @cryptpad_text_col
|
color: @cryptpad_text_col;
|
||||||
}
|
}
|
||||||
#zeroknowledge {
|
#zeroknowledge {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user