ui : temp commit to test template
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user