ui : temp commit to test template

This commit is contained in:
simon louvet
2018-11-20 16:28:00 +01:00
parent 7c0f88153d
commit b7da28c3a8
10 changed files with 66 additions and 40 deletions

View File

@ -318,14 +318,32 @@ hdapp-available {
}
#project-edit form{
display: flex;
flex-direction: column;
align-items: stretch;
>*{
display: flex;
margin-bottom: 1em;
label{
flex-basis : 8em;
flex-shrink: 0;
}
input,textarea{
flex-grow: 1;
min-width: 0;
}
}
}
.right-link{
padding: 0.5em;
margin-bottom: 1em;
margin-left: 1em;
flex-basis: content;
border-radius: 2em;
sib-trigger{
padding-left: 1em;
div[class*="icon-"]{
margin-right: 1em
}
}
@ -344,10 +362,7 @@ hdapp-available {
flex-direction: column;
width: 1.8em;
height: 1.8em;
}
sib-trigger{
padding-left: 1em;
width: 12em;
//margin-right: 1em;
}
}
@ -364,7 +379,7 @@ hdapp-available {
align-items: center;
display: flex;
&:before {
font-size: 1.3em;
//font-size: 1.3em;
}
}
}

View File

@ -172,16 +172,16 @@ h4 {
#mainContainer > div {
display: flex;
flex-direction: row-reverse;
align-items: flex-start;
align-items: stretch;
> sib-router {
font-family: monospace;
color: $color-black;
display: block;
background-color: $color-grey-light2;
display: flex;
flex-direction: column;
sib-route {
display: block;
sib-route {
cursor: pointer;
> div {