forked from DGNum/gestioCOF
Logout button fix
This commit is contained in:
parent
b4fbc3edf8
commit
54e8f95667
4 changed files with 38 additions and 7466 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
// Compilation command :
|
||||
// sass -I shared/static/src/ --watch bds/static/src/sass/bds.scss bds/static/bds/css/bds.css
|
||||
// sass -I shared/static/src/ --watch bds/static/src/sass/bds.scss bds/static/bds/css/bds.css --style compressed
|
||||
|
||||
$text: black;
|
||||
|
||||
|
@ -25,6 +25,29 @@ a {
|
|||
padding: 0 1em;
|
||||
margin-bottom: 0;
|
||||
|
||||
#logout-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
#logout-mobile {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#logout {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#search-input {
|
||||
flex: 0 1 100%;
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround : `justify-content : <left/right>` pas encore supporté
|
||||
// Voir https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
|
||||
& :first-child, & :last-child {
|
||||
|
@ -37,6 +60,7 @@ a {
|
|||
|
||||
input {
|
||||
border-radius: 0;
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue