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;
121 height: $btt-size / 1.5;
126 border-radius: $btt-size;
127 transition: all ease-in-out 180ms;
132 width: $btt-size*3.4;
133 opacity: 1 !important;
136 width: $btt-size*3.4;
145 .contained-search-box {
149 border: 1px solid #DDD;
165 button.cancel.active {
166 background-color: $negative;
172 border: 1px solid #DDD;
181 border-bottom: 1px solid #DDD;
188 background-color: #EEEEEE;
202 background-color: #FFF;
203 transition: all ease-in-out 120ms;
208 .entity-item-snippet {
214 .entity-list-item.selected {
223 border: 1px solid #DDD;
227 border-bottom: 1px solid #DDD;
235 margin: $-xxl auto 0 auto;
238 display: inline-block;