Large diffs are not rendered by default.

This file was deleted.

BIN +125 Bytes (100%) public/images/paws/logo100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN +638 Bytes (100%) public/images/paws/logo200.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

@@ -1,21 +1,22 @@
//Colors
$background: #fff;//#fafaf1;
$text: #343434;
$background: #fff;
$text: #6d6e71;

$main_color: #8fd2c8; //#92d14f; //blue;//#91dd50; //#7bdcb1; //8fe1bd; //aaf0d1;//#4ed0b8;//#91dd50;
$main_dark: #12cdb2; //#5dd1c0; //darkblue;//#479327; //2daa73; //53d199; //67d6a5; //479327;
$main_light: #a8d5ce; //lightblue;//#bbfc9f; //bdedd8; //a3e6c9; //cbf1e1; //bbfc9f;
$main_color: #87cdac;
$main_dark: #49c1b8;
$main_light: #def0e5;

// $nav_main
$menu_dark: #BAD38D;//#d8eeb1; //#E0F7B8; //#def343; //#fbc09e; //#36393b; fbc09e
$menu_light: #fff; //#d2d8d8; //#dde88a; //#fed4bc;
$menu_dark: #def0e5;
$menu_light: #49c1b8;
$menu_text: #49c1b8;


// $contrast_main
$contrast_dark: #ff7c81; //darkred;//#ff5a5a; //ff4040; //E30B5D; ff5a5a
$contrast_light: #fd8d91; //#f78589; //#f8ccb0; //red;//#ff7474; //#f41469; //ff5a5a; //f41469;

// $white
$white: #fff;
// $background


@@ -3,6 +3,9 @@
/*margin-top: 4rem; */
height: 155px; /* .push must be the same height as .footer */
}
.footer__wrapper{
margin-left: 0rem
}

.footer {
position: relative;
@@ -172,26 +172,7 @@ input:-webkit-autofill {
.side__member__button:hover {
background-color: $contrast_light; }

.side--nav {
color: #fff;
display: block;
background-color: $menu_dark;
width: 100%;
padding-left: 1rem;
// margin: 0.1rem 0;
height: 3.5rem;
line-height: 3.5rem;
text-align: left;
font-size: 1.125rem;
border-bottom: #fff 1px solid;
font-weight: 700;
}

.side--nav:hover {
background-color: $menu_light;
color: $contrast_light;
border-bottom: #e0e0e0 1px solid;
}

.total__price{
width: 100%;
@@ -238,16 +219,19 @@ input:-webkit-autofill {
}

.input__text {
display: block;
color: $text;
padding: 0.7rem;
border-radius: 5px;
background-color: #fff;
border: 0px;
/*width: 80%;*/
border: 1px solid $main_light;
/*margin-right: 20rem;*/
/*margin-bottom: 1rem; */
display: block;
color: $text;
padding: 0.7rem;
border-radius: 5px;
background-color: #fff;
border: 0px;

border: 1px solid $main_light;
/*margin-right: 20rem;*/
/*margin-bottom: 1rem; */
@media #{$small-only} {
width: 100%;
}
}

/* line 28, C:/webroot/lcsnbn/sass/modules/signup */
@@ -287,4 +271,43 @@ input:-webkit-autofill {
background: url(/images/paws/logo100.png) no-repeat 0 0;
height: 100px;
width:140px;
}
@media #{$small-only} {
position: static;
margin-top: 2rem;
}

}

.form__image__submit:active{
border: 0;
}

.form__buttons{
@media #{$small-only}{
text-align: center;
}
}

.side--nav {
/*position: fixed;
top: 6rem;*/
color: $menu_text;
display: block;
background-color: $menu_dark;
width: 100%;
padding-left: 1rem;
// margin: 0.1rem 0;
height: 3.5rem;
line-height: 3.5rem;
text-align: left;
font-size: 1.125rem;
border-bottom: #fff 1px solid;
font-weight: 700;
}

.side--nav:hover {
background-color: $menu_light;
color: $white;
border-bottom: #e0e0e0 1px solid;
}

@@ -1,4 +1,7 @@

*:focus {
outline: 0;
}

video#bgvid {
position: static;
@@ -11,7 +14,7 @@ video#bgvid {
width: auto;
height: auto;
z-index: -100;
background: url(polina.jpg) no-repeat;
background: url(/images/paws/videopic.jpg) no-repeat;
background-size: cover;
}

@@ -22,27 +25,56 @@ video#bgvid {
}*/
.section__white--form{
position: absolute;
top: 20rem;
top: 9rem;
/* background-color: #fff; */
padding: 1rem;
/* width: 100%; */
/* border: 1px solid #e0e0e0; */
color: #fff;
@media #{$small-only} {
padding: 0.2rem;
top: 11rem;
/*background-color: red;*/

@media #{$large-only} {
top: 15rem;
/*background-color: green;*/
}

@media #{$xlarge-only} {
top: 20rem;
/*background-color: green;*/
}

@media #{$medium-only} {
top: 11rem;
@media #{$xxlarge-only} {
top: 20rem;
/*background-color: green;*/
}
}


.section__white--homepage{
background-color: #fff;
padding: 5rem;
/* background-color: #fff; */
padding: 1rem;
padding-top: 7rem;
padding-bottom: 4rem;
height: 100%;
width: 100%;
text-align: center;
/* background: url(/images/paws/quote.png) no-repeat; */
@media #{$medium-up} {
padding: 2rem;
padding-top: 4rem;
padding-bottom: 4rem;
}
}

.section__mission{
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
font-size: 18px;
background-color: $main_color;
color: $white;
@media #{$medium-up} {
font-size: 22px;
}

}

@@ -1,5 +1,5 @@
.panel--right {
position: absolute;
position: fixed;
z-index: 0;
width: 18rem;
height: 100%;