switched theme

This commit is contained in:
Cameron Squire
2018-01-21 16:06:51 -08:00
parent 84a49691f6
commit 6d9a7eaa60
52 changed files with 4982 additions and 2599 deletions
+4 -27
View File
@@ -1,5 +1,5 @@
///
/// Dimension by HTML5 UP
/// Phantom by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
@@ -12,21 +12,6 @@
display: inline-block;
position: relative;
&:before {
@include vendor('pointer-events', 'none');
background-image: url('../../images/overlay.png');
background-color: _palette(bg-overlay);
border-radius: _size(border-radius);
content: '';
display: block;
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
img {
border-radius: _size(border-radius);
display: block;
@@ -65,23 +50,15 @@
&.main {
display: block;
margin: (_size(element-margin) * 1.25) 0;
margin: 0 0 (_size(element-margin) * 1.5) 0;
width: 100%;
img {
width: 100%;
}
}
@include breakpoint(small) {
&.main {
margin: (_size(element-margin) * 1) 0;
}
}
@include breakpoint(xsmall) {
&.main {
margin: (_size(element-margin) * 0.75) 0;
@include breakpoint(small) {
margin: 0 0 _size(element-margin) 0;
}
}
}