fixed linting errors

This commit is contained in:
Linda 2018-09-25 16:06:46 -04:00
parent a5d2ee18ef
commit 35194803b4
3 changed files with 8 additions and 8 deletions

View file

@ -13,8 +13,8 @@ $medium-height: "only screen and (min-height : #{$mobile} + 1) and (max-height :
.addToStudio-modal-content {
margin: 0 auto;
width: 100%;
box-shadow: none;
width: 100%;
}
.studio-list-outer-scrollbox {

View file

@ -17,9 +17,9 @@ $medium-height: "only screen and (min-height : #{$mobile} + 1) and (max-height :
width: 48.75rem;
.modal-content { /* content inside of content */
border-radius: 0;
display: flex;
flex-direction: column;
display: flex;
border-radius: 0;
flex-direction: column;
}
&:focus {
@ -33,9 +33,9 @@ $medium-height: "only screen and (min-height : #{$mobile} + 1) and (max-height :
}
@media #{$small}, #{$small-height} {
height: 100%;
box-shadow: none;
border-radius: 0;
box-shadow: none;
height: 100%;
}
}
@ -138,8 +138,8 @@ row to appear to contain overflow. */
}
@media #{$small}, #{$small-height} {
width: auto;
margin: 0 auto;
width: auto;
overflow: hidden scroll;
}

View file

@ -89,8 +89,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;
}