fixed linting errors

This commit is contained in:
Linda 2018-09-25 17:54:07 -04:00 committed by Ray Schamp
parent 6f5b5c3278
commit 8009978c06
3 changed files with 3 additions and 3 deletions

View file

@ -111,8 +111,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
.form-group.has-error {
.textarea, select {
border: 1px solid $ui-orange;
margin: 0;
border: 1px solid $ui-orange;
}
margin-bottom: 1rem;
}

View file

@ -7,8 +7,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
justify-content: flex-start;
@media #{$medium-and-small} {
width: 100%;
margin: 0;
width: 100%;
justify-content: center;
flex-direction: row;
}

View file

@ -13,8 +13,8 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
flex: 1;
@media #{$medium-and-small} {
width: 100%;
margin-top: 1rem;
width: 100%;
}
.share-date {