1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Replaced jquery sortable with sortablejs

This commit is contained in:
Dan Brown
2019-06-06 13:09:58 +01:00
parent 2eba8c611e
commit d87eb277dd
8 changed files with 214 additions and 194 deletions

View File

@ -59,8 +59,11 @@
}
/*
* Entity background colors
* Standard & Entity background colors
*/
.bg-white {
background-color: #FFFFFF;
}
.bg-book {
background-color: $color-book;
}