fix front page, realign text and sensitive content clicker

master
James 2018-02-28 04:14:37 +00:00 committed by Noiob
parent eea24ac2bd
commit a868f45cfc
3 changed files with 41 additions and 1 deletions

View File

@ -1319,6 +1319,18 @@ $small-breakpoint: 960px;
display: none;
}
}
@import 'landing_page';
@keyframes floating {
from {
transform: translate(0, 0);
}
65% {
transform: translate(0, 4px);
}
}
}
}
}
}

View File

@ -1,4 +1,5 @@
@import 'application';
@import 'landing_page';
.button {
&:disabled {
@ -72,3 +73,19 @@
}
}
}
.sensitive-info {
left: 26px;
}
.status__info {
padding-left: 68px;
}
.status {
padding-left: 0;
}
.sensitive-info {
padding-left: 20px;
}

View File

@ -0,0 +1,11 @@
.landing-page {
.header-wrapper {
.mascot {
position: absolute;
bottom: 0px;
width: 75%;
height: auto;
left: 0px;
}
}
}