mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
CF #16 - Improve the layout
This commit is contained in:
@@ -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 */
|
Reference in New Issue
Block a user