portal cms apphook and various fixes

This commit is contained in:
2018-03-23 16:53:10 +01:00
parent 5ceb2af5a1
commit 1a3a3f06b5
18 changed files with 161 additions and 28 deletions

View File

@@ -3,6 +3,16 @@
padding: em(100px) 0 0;
will-change: transform, height;
text-align: left;
.section__title {
padding-left: 75%;
}
}
.control_panel, .downloads__frame {
.section__title {
position: relative;
z-index: -1;
}
}
.information__form {
@@ -189,6 +199,9 @@
padding: em(150px) 0;
position: relative;
will-change: transform;
.section__title {
padding-left: 25%;
}
.downloads {
li {
width: 33.3333%;

View File

@@ -60,7 +60,7 @@
width: em(12px);
height: em(12px);
top: em(-1px);
margin-right: em(10px);
margin-left: em(10px);
}
}
@media screen and (max-width: $medium_breakpoint) {

View File

@@ -172,7 +172,7 @@
}
.form__field--icon {
input {
input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
height: em(70px);
padding: 0 em(90px) 0 em(15px);
}