Move CSS and JS back into assets

This commit is contained in:
Oliver Davies 2017-11-07 13:04:59 +00:00
parent 1882a48617
commit a4ce3df63c
10 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,23 @@
.video { padding-top: 56.25% }
.video iframe,
.video embed {
.absolute;
.h-100;
.left-0;
.top-0;
.w-100;
}
.slides {
background-image: url('../images/loading.gif');
min-height: 275px;
@media @breakpoint-medium {
min-height: 460px;
}
@media @breakpoint-large {
min-height: 540px;
}
}