add app.css and fix align of menu button
parent
81a8acf9ec
commit
90f678de52
@ -0,0 +1,22 @@
|
||||
.select2-search--inline .select2-search__field:focus {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.sidebar h4 {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.sidebar-collapse .sidebar h4 {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.logo a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar-toggle {
|
||||
padding: unset !important;
|
||||
}
|
@ -1,8 +1,10 @@
|
||||
import 'select2';
|
||||
require('./app.css');
|
||||
|
||||
import 'select2';
|
||||
jQuery("document").ready(function() {
|
||||
jQuery(".mailselect").select2({
|
||||
tags: true,
|
||||
tokenSeparators: [',', ' ']
|
||||
})
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue