update gulpfile to make SASS default

This commit is contained in:
David Miller 2017-03-01 12:26:48 -05:00
parent 1cd2fada7e
commit ee4604de57
3 changed files with 507 additions and 622 deletions

View File

@ -5,78 +5,64 @@
*/
body {
overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.text-primary {
color: #fed136 !important;
}
color: #fed136 !important; }
p {
line-height: 1.75;
}
line-height: 1.75; }
a {
color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #fed136; }
a:hover, a:focus, a:active, a.active {
color: #fec503; }
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}
font-weight: 700; }
.btn-primary {
color: white;
background-color: #fed136;
border-color: #fed136;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
font-weight: 700; }
.btn-primary:focus, .btn-primary.focus {
color: white;
background-color: #fec503;
border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
border-color: #b48b01; }
.btn-primary:hover {
color: white;
background-color: #fec503;
border-color: #f6bf01; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: white;
background-color: #fec503;
border-color: #f6bf01; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: white;
background-color: #dcab01;
border-color: #b48b01; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #fed136;
border-color: #fed136;
}
.btn-primary .badge {
border-color: #fed136; }
.btn-primary .badge {
color: #fed136;
background-color: white;
}
background-color: white; }
.btn-xl {
color: white;
background-color: #fed136;
@ -86,84 +72,70 @@ fieldset[disabled] .btn-primary.active {
font-weight: 700;
border-radius: 3px;
font-size: 18px;
padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.btn-xl:active:focus,
.open .dropdown-toggle.btn-xl {
padding: 20px 40px; }
.btn-xl:focus, .btn-xl.focus {
color: white;
background-color: #fec503;
border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
border-color: #b48b01; }
.btn-xl:hover {
color: white;
background-color: #fec503;
border-color: #f6bf01; }
.btn-xl:active, .btn-xl.active,
.open > .btn-xl.dropdown-toggle {
color: white;
background-color: #fec503;
border-color: #f6bf01; }
.btn-xl:active:hover, .btn-xl:active:focus, .btn-xl:active.focus, .btn-xl.active:hover, .btn-xl.active:focus, .btn-xl.active.focus,
.open > .btn-xl.dropdown-toggle:hover,
.open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle.focus {
color: white;
background-color: #dcab01;
border-color: #b48b01; }
.btn-xl:active, .btn-xl.active,
.open > .btn-xl.dropdown-toggle {
background-image: none; }
.btn-xl.disabled:hover, .btn-xl.disabled:focus, .btn-xl.disabled.focus, .btn-xl[disabled]:hover, .btn-xl[disabled]:focus, .btn-xl[disabled].focus,
fieldset[disabled] .btn-xl:hover,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl.focus {
background-color: #fed136;
border-color: #fed136;
}
.btn-xl .badge {
border-color: #fed136; }
.btn-xl .badge {
color: #fed136;
background-color: white;
}
background-color: white; }
#mainNav {
background-color: #222222;
}
#mainNav .navbar-toggler {
background-color: #222222; }
#mainNav .navbar-toggler {
border: 0;
color: white;
background-color: #fed136;
font-size: 12px;
text-transform: uppercase;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
padding: 13px;
right: 0;
}
#mainNav .container {
padding: 0;
}
#mainNav .container .navbar-brand {
right: 0; }
#mainNav .container {
padding: 0; }
#mainNav .container .navbar-brand {
color: #fed136;
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
#mainNav .container .navbar-brand:hover,
#mainNav .container .navbar-brand:focus,
#mainNav .container .navbar-brand:active,
#mainNav .container .navbar-brand.active {
color: #fec503;
}
#mainNav .container .navbar-nav .nav-item .nav-link {
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive; }
#mainNav .container .navbar-brand:hover, #mainNav .container .navbar-brand:focus, #mainNav .container .navbar-brand:active, #mainNav .container .navbar-brand.active {
color: #fec503; }
#mainNav .container .navbar-nav .nav-item .nav-link {
font-size: 90%;
padding: 0.75em 0;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
color: white;
}
#mainNav .container .navbar-nav .nav-item .nav-link:hover,
#mainNav .container .navbar-nav .nav-item .nav-link.active {
color: #fed136;
}
color: white; }
#mainNav .container .navbar-nav .nav-item .nav-link:hover, #mainNav .container .navbar-nav .nav-item .nav-link.active {
color: #fed136; }
@media (min-width: 992px) {
#mainNav {
background-color: transparent;
@ -171,28 +143,23 @@ fieldset[disabled] .btn-xl.active {
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
border: none;
}
border: none; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
transition: all 0.3s; }
#mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important;
}
padding: 1.1em 1em !important; }
#mainNav.navbar-shrink {
background-color: #222222;
padding: 0;
}
padding: 0; }
#mainNav.navbar-shrink .navbar-brand {
padding: 12px 0;
font-size: 1.25em;
}
}
font-size: 1.25em; } }
header {
background-image: url('../img/header-bg.jpg');
background-image: url("../img/header-bg.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
@ -201,97 +168,84 @@ header {
background-size: cover;
-o-background-size: cover;
text-align: center;
color: white;
}
header .intro-text {
color: white; }
header .intro-text {
padding-top: 100px;
padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
padding-bottom: 50px; }
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 22px;
line-height: 22px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
margin-bottom: 25px; }
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 50px;
line-height: 50px;
margin-bottom: 25px;
}
margin-bottom: 25px; }
@media (min-width: 768px) {
header .intro-text {
padding-top: 300px;
padding-bottom: 200px;
}
padding-bottom: 200px; }
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 40px;
line-height: 40px;
margin-bottom: 25px;
}
margin-bottom: 25px; }
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 75px;
line-height: 75px;
margin-bottom: 50px;
}
}
margin-bottom: 50px; } }
section {
padding: 100px 0;
}
section h2.section-heading {
padding: 100px 0; }
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
margin-bottom: 15px; }
section h3.section-subheading {
font-size: 16px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: none;
font-style: italic;
font-weight: 400;
margin-bottom: 75px;
}
margin-bottom: 75px; }
@media (min-width: 768px) {
section {
padding: 150px 0;
}
}
padding: 150px 0; } }
.service-heading {
margin: 15px 0;
text-transform: none;
}
text-transform: none; }
#portfolio .portfolio-item {
margin: 0 0 15px;
right: 0;
}
#portfolio .portfolio-item .portfolio-link {
right: 0; }
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
max-width: 400px;
margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
background: rgba(254, 209, 54, 0.9);
margin: 0 auto; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
background: rgba(254, 209, 54, 0.1);
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
-moz-transition: all ease 0.5s; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
position: absolute;
width: 100%;
height: 20px;
@ -299,46 +253,39 @@ section h3.section-subheading {
text-align: center;
top: 50%;
margin-top: -12px;
color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
color: white; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0; }
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
background-color: white;
text-align: center;
padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
padding: 25px; }
#portfolio .portfolio-item .portfolio-caption h4 {
text-transform: none;
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
margin: 0; }
#portfolio .portfolio-item .portfolio-caption p {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px;
margin: 0;
}
margin: 0; }
#portfolio * {
z-index: 2;
}
z-index: 2; }
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
margin: 0 0 30px; } }
.timeline {
list-style: none;
padding: 0;
position: relative;
}
.timeline:before {
position: relative; }
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
@ -346,41 +293,33 @@ section h3.section-subheading {
width: 2px;
background-color: #f1f1f1;
left: 40px;
margin-left: -1.5px;
}
.timeline > li {
margin-left: -1.5px; }
.timeline > li {
margin-bottom: 50px;
position: relative;
min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
min-height: 50px; }
.timeline > li:before, .timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li .timeline-panel {
display: table; }
.timeline > li:after {
clear: both; }
.timeline > li .timeline-panel {
width: 100%;
float: right;
padding: 0 20px 0 100px;
position: relative;
text-align: left;
}
.timeline > li .timeline-panel:before {
text-align: left; }
.timeline > li .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li .timeline-panel:after {
right: auto; }
.timeline > li .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li .timeline-image {
right: auto; }
.timeline > li .timeline-image {
left: 0;
margin-left: 0;
width: 80px;
@ -391,213 +330,172 @@ section h3.section-subheading {
color: white;
border-radius: 100%;
border: 7px solid #f1f1f1;
text-align: center;
}
.timeline > li .timeline-image h4 {
text-align: center; }
.timeline > li .timeline-image h4 {
font-size: 10px;
margin-top: 12px;
line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
line-height: 14px; }
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
text-align: left;
padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
padding: 0 20px 0 100px; }
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
right: auto; }
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li:last-child {
margin-bottom: 0;
}
.timeline .timeline-heading h4 {
right: auto; }
.timeline > li:last-child {
margin-bottom: 0; }
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit;
}
.timeline .timeline-heading h4.subheading {
text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
margin-bottom: 0;
}
color: inherit; }
.timeline .timeline-heading h4.subheading {
text-transform: none; }
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
margin-bottom: 0; }
@media (min-width: 768px) {
.timeline:before {
left: 50%;
}
left: 50%; }
.timeline > li {
margin-bottom: 100px;
min-height: 100px;
}
min-height: 100px; }
.timeline > li .timeline-panel {
width: 41%;
float: left;
padding: 0 20px 20px 30px;
text-align: right;
}
text-align: right; }
.timeline > li .timeline-image {
width: 100px;
height: 100px;
left: 50%;
margin-left: -50px;
}
margin-left: -50px; }
.timeline > li .timeline-image h4 {
font-size: 13px;
margin-top: 16px;
line-height: 18px;
}
line-height: 18px; }
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
text-align: left;
padding: 0 30px 20px 20px;
}
}
padding: 0 30px 20px 20px; } }
@media (min-width: 992px) {
.timeline > li {
min-height: 150px;
}
min-height: 150px; }
.timeline > li .timeline-panel {
padding: 0 20px 20px;
}
padding: 0 20px 20px; }
.timeline > li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px;
}
margin-left: -75px; }
.timeline > li .timeline-image h4 {
font-size: 18px;
margin-top: 30px;
line-height: 26px;
}
line-height: 26px; }
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px;
}
}
padding: 0 20px 20px; } }
@media (min-width: 1200px) {
.timeline > li {
min-height: 170px;
}
min-height: 170px; }
.timeline > li .timeline-panel {
padding: 0 20px 20px 100px;
}
padding: 0 20px 20px 100px; }
.timeline > li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px;
}
margin-left: -85px; }
.timeline > li .timeline-image h4 {
margin-top: 40px;
}
margin-top: 40px; }
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 100px 20px 20px;
}
}
padding: 0 100px 20px 20px; } }
.team-member {
text-align: center;
margin-bottom: 50px;
}
.team-member img {
margin-bottom: 50px; }
.team-member img {
height: 225px;
width: 225px;
border: 7px solid white;
}
.team-member h4 {
border: 7px solid white; }
.team-member h4 {
margin-top: 25px;
margin-bottom: 0;
text-transform: none;
}
.team-member p {
margin-top: 0;
}
text-transform: none; }
.team-member p {
margin-top: 0; }
aside.clients img {
margin: 50px auto;
}
margin: 50px auto; }
section#contact {
background-color: #222222;
background-image: url('../img/map-image.png');
background-image: url("../img/map-image.png");
background-position: center;
background-repeat: no-repeat;
}
section#contact .section-heading {
color: white;
}
section#contact .form-group {
margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px;
}
section#contact .form-group input.form-control {
height: auto;
}
section#contact .form-group textarea.form-control {
height: 236px;
}
section#contact .form-control:focus {
background-repeat: no-repeat; }
section#contact .section-heading {
color: white; }
section#contact .form-group {
margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px; }
section#contact .form-group input.form-control {
height: auto; }
section#contact .form-group textarea.form-control {
height: 236px; }
section#contact .form-control:focus {
border-color: #fed136;
box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
box-shadow: none; }
section#contact ::-webkit-input-placeholder {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact :-moz-placeholder {
color: #eeeeee; }
section#contact :-moz-placeholder {
/* Firefox 18- */
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact ::-moz-placeholder {
color: #eeeeee; }
section#contact ::-moz-placeholder {
/* Firefox 19+ */
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact :-ms-input-placeholder {
color: #eeeeee; }
section#contact :-ms-input-placeholder {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact .text-danger {
color: #e74c3c;
}
color: #eeeeee; }
section#contact .text-danger {
color: #e74c3c; }
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
text-align: center; }
footer span.copyright {
font-size: 90%;
line-height: 40px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
text-transform: none;
}
footer ul.quicklinks {
text-transform: none; }
footer ul.quicklinks {
font-size: 90%;
margin-bottom: 0;
line-height: 40px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
text-transform: none;
}
text-transform: none; }
ul.social-buttons {
margin-bottom: 0;
}
ul.social-buttons li a {
margin-bottom: 0; }
ul.social-buttons li a {
display: block;
background-color: #222222;
height: 40px;
@ -609,24 +507,21 @@ ul.social-buttons li a {
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
background-color: #fed136;
}
transition: all 0.3s; }
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
background-color: #fed136; }
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
outline: none;
}
outline: none; }
.portfolio-modal .modal-dialog {
margin: 0;
height: 100%;
max-width: none;
}
max-width: none; }
.portfolio-modal .modal-content {
border-radius: 0;
background-clip: border-box;
@ -635,28 +530,23 @@ ul.social-buttons li a:active {
border: none;
min-height: 100%;
padding: 100px 0;
text-align: center;
}
.portfolio-modal .modal-content h2 {
text-align: center; }
.portfolio-modal .modal-content h2 {
margin-bottom: 15px;
font-size: 3em;
}
.portfolio-modal .modal-content p {
margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
font-size: 3em; }
.portfolio-modal .modal-content p {
margin-bottom: 30px; }
.portfolio-modal .modal-content p.item-intro {
margin: 20px 0 30px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
font-size: 16px; }
.portfolio-modal .modal-content ul.list-inline {
margin-bottom: 30px;
margin-top: 0;
}
.portfolio-modal .modal-content img {
margin-bottom: 30px;
}
margin-top: 0; }
.portfolio-modal .modal-content img {
margin-bottom: 30px; }
.portfolio-modal .close-modal {
position: absolute;
width: 75px;
@ -664,12 +554,10 @@ ul.social-buttons li a:active {
background-color: transparent;
top: 25px;
right: 25px;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
cursor: pointer; }
.portfolio-modal .close-modal:hover {
opacity: 0.3; }
.portfolio-modal .close-modal .lr {
height: 75px;
width: 1px;
margin-left: 35px;
@ -679,9 +567,8 @@ ul.social-buttons li a:active {
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Safari and Chrome */
z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1051; }
.portfolio-modal .close-modal .lr .rl {
height: 75px;
width: 1px;
background-color: #222222;
@ -690,26 +577,25 @@ ul.social-buttons li a:active {
/* IE 9 */
-webkit-transform: rotate(90deg);
/* Safari and Chrome */
z-index: 1052;
}
z-index: 1052; }
.portfolio-modal .modal-backdrop {
opacity: 0;
display: none;
}
display: none; }
::-moz-selection {
text-shadow: none;
background: #fed136;
}
background: #fed136; }
::selection {
text-shadow: none;
background: #fed136;
}
background: #fed136; }
img::selection {
background: transparent;
}
background: transparent; }
img::-moz-selection {
background: transparent;
}
background: transparent; }
body {
webkit-tap-highlight-color: #fed136;
}
webkit-tap-highlight-color: #fed136; }

2
css/agency.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -17,10 +17,10 @@ var banner = ['/*!\n',
''
].join('');
// Compile LESS files from /less into /css
gulp.task('less', function() {
return gulp.src('less/agency.less')
.pipe(less())
// Compiles SCSS files from /scss into /css
gulp.task('sass', function() {
return gulp.src('scss/agency.scss')
.pipe(sass())
.pipe(header(banner, { pkg: pkg }))
.pipe(gulp.dest('css'))
.pipe(browserSync.reload({
@ -29,7 +29,7 @@ gulp.task('less', function() {
});
// Minify compiled CSS
gulp.task('minify-css', ['less'], function() {
gulp.task('minify-css', ['sass'], function() {
return gulp.src('css/agency.css')
.pipe(cleanCSS({ compatibility: 'ie8' }))
.pipe(rename({ suffix: '.min' }))
@ -74,7 +74,7 @@ gulp.task('copy', function() {
})
// Run everything
gulp.task('default', ['less', 'minify-css', 'minify-js', 'copy']);
gulp.task('default', ['sass', 'minify-css', 'minify-js', 'copy']);
// Configure the browserSync task
gulp.task('browserSync', function() {
@ -86,8 +86,8 @@ gulp.task('browserSync', function() {
})
// Dev task with browserSync
gulp.task('dev', ['browserSync', 'less', 'minify-css', 'minify-js'], function() {
gulp.watch('less/*.less', ['less']);
gulp.task('dev', ['browserSync', 'sass', 'minify-css', 'minify-js'], function() {
gulp.watch('scss/*.scss', ['sass']);
gulp.watch('css/*.css', ['minify-css']);
gulp.watch('js/*.js', ['minify-js']);
// Reloads the browser whenever HTML or JS files change
@ -95,11 +95,10 @@ gulp.task('dev', ['browserSync', 'less', 'minify-css', 'minify-js'], function()
gulp.watch('js/**/*.js', browserSync.reload);
});
// Compiles SCSS files from /scss into /css
// NOTE: This theme uses LESS by default. To swtich to SCSS you will need to update this gulpfile by changing the 'less' tasks to run 'sass'!
gulp.task('sass', function() {
return gulp.src('scss/agency.scss')
.pipe(sass())
// OPTIONAL: LESS task if you prefer to use LESS over SASS
gulp.task('less', function() {
return gulp.src('less/agency.less')
.pipe(less())
.pipe(header(banner, { pkg: pkg }))
.pipe(gulp.dest('css'))
.pipe(browserSync.reload({