fixes scss lint errors
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.communities-show {
|
||||
.button.disabled, .button[disabled] {
|
||||
.button.disabled,
|
||||
.button[disabled] {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user