feat(overlays): for filmstrip only mode

This commit is contained in:
hristoterezov
2017-03-27 14:20:25 -05:00
parent c461e8b63c
commit 3ae99ea0b9
18 changed files with 839 additions and 227 deletions
+13 -1
View File
@@ -57,6 +57,18 @@
}
}
&_overlay {
color: $primaryButtonColor;
background-color: $overlayButtonBg;
border-radius: 2px;
border: none;
&:hover {
background-color: $primaryButtonBackground;
border: none;
}
}
&_primary {
background-color: $primaryButtonBackground;
border: 1px solid $primaryButtonBackground;
@@ -86,4 +98,4 @@
&_center {
float: none !important;
}
}
}