lesshint compliance

pull/1/head
yflory 6 years ago
parent 64b51f3a80
commit 2b1ed904f7

@ -40,7 +40,7 @@
"depthLevel": { "depthLevel": {
"depth": 1 // TODO(cjd) This is obviously not triggering, even with 1 "depth": 1 // TODO(cjd) This is obviously not triggering, even with 1
}, },
"duplicateProperty": { "enabled": true }, "duplicateProperty": { "enabled": false },
"emptyRule": { "enabled": true }, "emptyRule": { "enabled": true },
"hexValidation": { "enabled": true }, // disallow actual garbage color hex codes (e.g. #ab) "hexValidation": { "enabled": true }, // disallow actual garbage color hex codes (e.g. #ab)
"propertyUnits": { "propertyUnits": {

@ -22,4 +22,5 @@
border: 0; border: 0;
} }
} }
} }

@ -152,7 +152,6 @@
} }
} }
.cp-radio-mark { .cp-radio-mark {
margin-right: 10px; margin-right: 10px;
position: relative; position: relative;

@ -8,4 +8,5 @@
src: url("/customize/fonts/neuropolitical.ttf"); src: url("/customize/fonts/neuropolitical.ttf");
} }
@import (once) '/customize/fonts/open-sans.less'; @import (once) '/customize/fonts/open-sans.less';

@ -68,4 +68,5 @@
& { & {
body.cp-readonly .cp-hidden-if-readonly { display: none !important; } body.cp-readonly .cp-hidden-if-readonly { display: none !important; }
} }

@ -55,4 +55,5 @@
ul, ol, p { margin: 0; } ul, ol, p { margin: 0; }
} }
} }
} }

@ -219,4 +219,5 @@ body {
font-size: 1.2em; font-size: 1.2em;
color: #1E1F1F; color: #1E1F1F;
} }
} }

@ -114,4 +114,5 @@
.cp-margin-bot { .cp-margin-bot {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
} }

@ -88,4 +88,5 @@
color: #fff; color: #fff;
} }
} }
} }

@ -82,4 +82,5 @@
} }
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
} }

@ -189,4 +189,5 @@
left: 5px; left: 5px;
} }
} }
} }

@ -67,4 +67,5 @@
padding-top: 3em; padding-top: 3em;
min-height: 66vh; min-height: 66vh;
} }
} }

@ -47,4 +47,5 @@
color: #3F4141; color: #3F4141;
} }
} }
} }

@ -138,4 +138,5 @@
#cp-main { #cp-main {
background: #fff; background: #fff;
} }
} }

@ -4,3 +4,4 @@
&.cp-page-terms { &.cp-page-terms {
.infopages_main(); .infopages_main();
} }

@ -41,4 +41,5 @@
margin: 0 auto; margin: 0 auto;
} }
} }
} }

Loading…
Cancel
Save