Merge branch post-branch into master via CloudCannon
This commit is contained in:
commit
fd08daab87
2 changed files with 20 additions and 15 deletions
|
|
@ -20,7 +20,8 @@ input[type=text], input[type=email], textarea, select {
|
||||||
|
|
||||||
|
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
width: 200px;
|
font-size: 1em;
|
||||||
|
|
||||||
background: linear-gradient(242deg, #829e99, #93fce7);
|
background: linear-gradient(242deg, #829e99, #93fce7);
|
||||||
background-size: 400% 400%;
|
background-size: 400% 400%;
|
||||||
|
|
||||||
|
|
@ -50,15 +51,15 @@ input[type=submit] {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: avantB, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: avantB, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
-webkit-transition: background-color 0.2s linear;
|
-webkit-transition: color 0.2s linear;
|
||||||
-moz-transition: background-color 0.2s linear;
|
-moz-transition: color 0.2s linear;
|
||||||
-ms-transition: background-color 0.2s linear;
|
-ms-transition: color 0.2s linear;
|
||||||
-o-transition: background-color 0.2s linear;
|
-o-transition: color 0.2s linear;
|
||||||
transition: background-color 0.2s linear;
|
transition: color 0.2s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover {
|
input[type=submit]:hover {
|
||||||
background-color: rgb(84, 241, 210);
|
color: #fff;
|
||||||
|
|
||||||
}
|
}
|
||||||
/* CSS Created by CSS CHECKBOX */
|
/* CSS Created by CSS CHECKBOX */
|
||||||
|
|
@ -93,7 +94,7 @@ label {
|
||||||
line-height:15px;
|
line-height:15px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
font-size:15px;
|
font-size: 1em;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
@ -116,7 +117,7 @@ label {
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
font-size:15px;
|
font-size: 1em;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,11 @@ canvas {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
background-color: rgba(201, 246, 236, 0.9);
|
background-color: rgba(201, 246, 236, 0.9);
|
||||||
|
p {
|
||||||
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
|
|
@ -263,14 +267,14 @@ a.cta{
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: avantB, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: avantB, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
-webkit-transition: background-color 0.2s linear;
|
-webkit-transition: color 0.2s linear;
|
||||||
-moz-transition: background-color 0.2s linear;
|
-moz-transition: color 0.2s linear;
|
||||||
-ms-transition: background-color 0.2s linear;
|
-ms-transition: color 0.2s linear;
|
||||||
-o-transition: background-color 0.2s linear;
|
-o-transition: color 0.2s linear;
|
||||||
transition: background-color 0.2s linear;
|
transition: color 0.2s linear;
|
||||||
}
|
}
|
||||||
a.cta:hover {
|
a.cta:hover {
|
||||||
background-color: #54f1d2;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.square-image {
|
.square-image {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue