Switch to Tailwind

This commit is contained in:
Oliver Davies 2017-11-09 22:44:30 +00:00
parent 3a8d5362f2
commit 0d4fd40873
35 changed files with 1128 additions and 293 deletions

View file

@ -2,22 +2,21 @@
.video iframe,
.video embed {
.absolute;
.h-100;
.left-0;
.top-0;
.w-100;
@apply .absolute;
@apply .pin-l;
@apply .pin-t;
@apply .w-full;
}
.slides {
background-image: url('../images/loading.gif');
min-height: 275px;
// .slides {
// background-image: url('../images/loading.gif');
// min-height: 275px;
@media @breakpoint-medium {
min-height: 460px;
}
// @media @breakpoint-medium {
// min-height: 460px;
// }
@media @breakpoint-large {
min-height: 540px;
}
}
// @media @breakpoint-large {
// min-height: 540px;
// }
// }