This commit is contained in:
Robin Hägg 2015-09-12 17:29:15 +02:00
parent 8db5e69a4a
commit c61e4c5d6b
2 changed files with 7 additions and 4 deletions

View File

@ -485,6 +485,9 @@
position:relative;
overflow:hidden;
padding:3%;
h3 {
font-size:2.7em;
}
.ipad {
min-height:450px;
img {
@ -631,9 +634,6 @@
opacity:1;
z-index:1;
}
.bluebutton {
width:48%;
}
}
}
}

View File

@ -50,6 +50,7 @@ html {
color:$softwhite;
background:$htblue;
border:2px solid transparent !important;
margin-top:1px;
transition: color .3s ease,background .3s ease,border .3s ease, border-radius .3s ease;
&:hover{
background:transparent;
@ -311,6 +312,7 @@ body {
&.animate {
transition: opacity 0.5s linear;
position: absolute;
right:0;
}
&.leave {
margin-right: -100%;
@ -368,7 +370,8 @@ footer {
background:$softblack;
border-top:2px solid $softwhite;
padding-top:35px;
padding-top:35px;
padding-bottom:35px;
padding-left:2%;
*:not(.company-name):not(strong) {font-weight:500;}
h3, h2, *:not(li) > a {
color:$softwhite;