Fix trailing whitespace and empty selectors in less

pull/1/head
Caleb James DeLisle 7 years ago
parent 62c5bbd9b6
commit 9af941741d

@ -29,7 +29,5 @@
// These rules are really good rules to have around IMO (Caleb) but they're not being honored.
"duplicateProperty": false,
"trailingSemicolon": false,
"emptyRule": false,
"maxCharPerLine": false,
"trailingWhitespace": false
"maxCharPerLine": false
}

@ -159,9 +159,6 @@
width: 100%;
font-size: 100%;
padding: @alertify_padding-base;
&:focus {
//outline-offset: -2px;
}
}
input[type="checkbox"] {
@ -244,7 +241,7 @@
&.bottom, &:not(.top) {
bottom: 16px;
// Bottom left placement. Default. Use for transitions.
/* // Bottom left placement. Default. Use for transitions.
&.left, &:not(.right) {
> * {
@ -255,7 +252,7 @@
> * {
}
}
}*/
}
// All left positions.
@ -293,7 +290,7 @@
&.top {
top: 0;
// Top left placement, use for transitions.
/* // Top left placement, use for transitions.
&.left, &:not(.right) {
> * {
@ -304,7 +301,7 @@
> * {
}
}
}*/
}
> * {

@ -89,7 +89,6 @@
color: #fff;
padding-top: 30%;
margin-bottom: 0;
}
}
@ -153,7 +152,7 @@
}
// navigation top bar
.navbar {
.navbar {
background: #fff;
.navbar-brand {
display: block;

@ -1,9 +1,6 @@
//@import (once) "./variables.less";
@import (once) "../include/infopages.less";
@import (once) "../include/colortheme-all.less";
.infopages_main();
.infopages_topbar();
@ -141,9 +138,6 @@ h4 {
transform: scale(1.05);
cursor: pointer;
}
.bs-callout:hover .fa {
//width: 100%;
}
.bs-callout:hover.cp-callout-more {
transform: none !important;
}

@ -12,10 +12,7 @@
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
.login {
}
}
}
.cp-container {

Loading…
Cancel
Save