mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
fixed linting errors
This commit is contained in:
parent
a5d2ee18ef
commit
35194803b4
3 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue