This commit is contained in:
andres alcocer
2018-11-19 23:32:00 -05:00
parent 013e11eeeb
commit fb5fe91325
9 changed files with 155 additions and 28 deletions

View File

@@ -7,9 +7,12 @@
color: #fff;
height: 52rem;
opacity: 0;
// transform: scale(0);
box-shadow: 0 1.5rem 4rem rgba($color-dark, .15);
// transition: all 2s 1s;
@include responsive(tab_port) {
height: 38rem;
}
&__container {
background: linear-gradient(90deg, #000 50%, transparent);
@@ -17,6 +20,17 @@
padding-top: 3rem;
height: 100%;
padding-left: 5rem;
@include responsive(tab_port) {
background: linear-gradient(90deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.733), transparent);
width: 88%;
}
@include responsive(tab_medium) {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.966) 65%, transparent);
width: 100%;
}
}
&__title {
@@ -43,8 +57,22 @@
padding-top: 2rem;
font-size: 2rem;
hyphens: auto;
width: 55%;
width: 60%;
line-height: 1.2;
@include responsive(lg_desktop) {
width: 60%;
font-size: 1.8rem;
}
@include responsive(tab_port) {
width: 80%;
}
@include responsive(tab_medium) {
width: 95%;
color: rgba(255, 255, 255, 0.877);
}
}
&__btn {