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

View File

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