Merge branch 'feature/removing-jquery' into develop

This commit is contained in:
Simon Vieille 2021-11-14 17:03:04 +01:00
commit 228f07ea25
14 changed files with 413 additions and 272 deletions

View file

@ -20,7 +20,7 @@
margin: 10px 0 10px 0;
}
#side-menu-section input[type="checkbox"] {
#-dropside-menu-section input[type="checkbox"] {
vertical-align: middle;
}
@ -81,6 +81,12 @@
cursor: pointer;
}
.side-menu-setting-list-drop {
background: yellow;
border-color: yellow;
height: 34px;
}
.side-menu-setting.arrow {
color: #ccc;
padding-right: 5px;