Styling tidy
This commit is contained in:
parent
918d355844
commit
2d9d67dfe1
4 changed files with 29 additions and 11 deletions
|
@ -2,7 +2,21 @@
|
|||
background: url('../../../images/loading.gif') center no-repeat;
|
||||
min-height: 275px;
|
||||
|
||||
@screen md { & { min-height: 375px; } }
|
||||
@screen lg { & { min-height: 450px; } }
|
||||
@screen xl { & { min-height: 560px; } }
|
||||
@screen md {
|
||||
& {
|
||||
min-height: 375px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen lg {
|
||||
& {
|
||||
min-height: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
@screen xl {
|
||||
& {
|
||||
min-height: 560px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue