Back to sass
This commit is contained in:
parent
4a140df2a6
commit
19d4f8bc1b
36 changed files with 176 additions and 276 deletions
15
assets/sass/components/slides.sass
Normal file
15
assets/sass/components/slides.sass
Normal file
|
@ -0,0 +1,15 @@
|
|||
.slides
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue