20 display: none; opacity: 0;
21 animation-name: none !important;
24 // Jquery Sortable Styles
30 body.dragging, body.dragging * {
31 cursor: move !important;
37 background-color: #EEE;
66 border-radius: $loadingSize;
67 display: inline-block;
69 transform: translate3d(-10px, 0, 0);
71 animation-name: loadingBob;
72 animation-duration: 1.4s;
73 animation-iteration-count: infinite;
74 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
76 background-color: $color-page;
77 animation-delay: 0.3s;
80 left: -($loadingSize+$-xs);
81 background-color: $color-book;
85 left: $loadingSize+$-xs;
86 background-color: $color-chapter;
87 animation-delay: 0.6s;
99 .search-results > h3 a {
111 background-color: $primary;
120 width: $btt-size / 1.5;
125 border-radius: $btt-size;
126 transition: all ease-in-out 180ms;
131 width: $btt-size*3.4;
132 opacity: 1 !important;
134 display: inline-block;
138 width: $btt-size*3.4;
147 .contained-search-box {
151 border: 1px solid #DDD;
166 button.cancel.active {
167 background-color: $negative;
173 border: 1px solid #DDD;
182 border-bottom: 1px solid #DDD;
189 background-color: #EEEEEE;
203 background-color: #FFF;
204 transition: all ease-in-out 120ms;
209 .entity-list-item.selected {
216 margin: $-xxl auto 0 auto;
219 display: inline-block;