CF #16 - Improve the layout

This commit is contained in:
Marc Ducobu
2015-12-11 13:51:46 +01:00
parent 0f632be80b
commit 9a957a9704
3 changed files with 61 additions and 22 deletions

View File

@@ -31,6 +31,7 @@ header {
background-position: center;
}
/* CUSTOM FIELDS -> */
.cf-title {
font-size: 2em;
}
@@ -38,6 +39,7 @@ header {
.cf-subtitle {
font-size: 1.5em;
}
/* <- CUSTOM FIELDS */
@each $len in 11, 15 {
ul.submenu.width-#{$len}-em {
@@ -125,4 +127,21 @@ dd {
dt {
font-family: "open_sanssemibold";
}
}
/* INPUT CLASS -> */
div.input_with_post_text {
display: flex;
align-items: center;
}
div.input_with_post_text span {
flex: 1;
}
div.input_with_post_text input {
width: 70%;
display: inline-block;
flex: 2;
}
/* <- INPUT CLASS */