portal cms apphook and various fixes
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user