fixes scss lint errors

This commit is contained in:
decabeza
2017-09-20 19:26:43 +02:00
parent b291547bae
commit 6642d47f4c
4 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
.communities-show {
.button.disabled, .button[disabled] {
.button.disabled,
.button[disabled] {
pointer-events: none;
}

View File

@@ -44,18 +44,18 @@
position: absolute;
top: 4px;
width: rem-calc(30);
&:hover {
text-decoration: none;
text-decoration: none;
}
}
.ui-datepicker-prev::after {
content: '\62';
content: '\62';
}
.ui-datepicker-next::after {
content: '\63';
content: '\63';
}
table {

View File

@@ -3,18 +3,22 @@
}
.document-form {
.document .file-name {
margin-top: 0;
}
.progress-bar-placeholder {
margin-bottom: 15px;
}
.document .loading-bar.errors {
margin-top: $line-height * 2;
}
}
.document {
.button {
font-weight: normal;
}

View File

@@ -251,7 +251,7 @@
.spending-proposal-form,
.document-form,
.topic-new,
.topic-form {
.topic-form {
.icon-debates,
.icon-proposals,
@@ -769,7 +769,7 @@
display: none;
}
.document-form{
.document-form {
max-width: 75rem;
margin-left: auto;
margin-right: auto;