Add lateral panel to configure dossier list in back office
This commit is contained in:
parent
2d9fd187d9
commit
a37320bae9
29 changed files with 794 additions and 27 deletions
|
@ -6,6 +6,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
#backoffice_index, #backoffice_search {
|
||||
margin-left: -7rem;
|
||||
margin-right: -7rem;
|
||||
}
|
||||
|
||||
#pref_list{
|
||||
.dropdown-menu {
|
||||
padding: 10px;
|
||||
width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
#onglets {
|
||||
ul {
|
||||
li, li.active {
|
||||
|
|
20
app/assets/stylesheets/pref_list_menu.scss
Normal file
20
app/assets/stylesheets/pref_list_menu.scss
Normal file
|
@ -0,0 +1,20 @@
|
|||
#pref_list_menu{
|
||||
z-index: 100;
|
||||
display: none;
|
||||
position: fixed;
|
||||
visibility: hidden;
|
||||
top: 10px;
|
||||
right: -470px;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
border-left: solid 1px lightgrey;
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
|
||||
width: 470px;
|
||||
height: calc(100% - 25px);
|
||||
padding: 15px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.open_pref_list {
|
||||
right: 0 !important;
|
||||
display: block !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue