21 display: none; opacity: 0;
22 animation-name: none !important;
25 // Jquery Sortable Styles
31 body.dragging, body.dragging * {
32 cursor: move !important;
38 background-color: #EEE;
67 border-radius: $loadingSize;
68 display: inline-block;
70 transform: translate3d(-10px, 0, 0);
72 animation-name: loadingBob;
73 animation-duration: 1.4s;
74 animation-iteration-count: infinite;
75 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
77 background-color: $color-page;
78 animation-delay: 0.3s;
81 left: -($loadingSize+$-xs);
82 background-color: $color-book;
86 left: $loadingSize+$-xs;
87 background-color: $color-chapter;
88 animation-delay: 0.6s;
100 .search-results > h3 a {
112 background-color: $primary;
121 width: $btt-size / 1.5;
122 height: $btt-size / 1.5;
127 border-radius: $btt-size;
128 transition: all ease-in-out 180ms;
133 width: $btt-size*3.4;
134 opacity: 1 !important;
137 width: $btt-size*3.4;
146 .contained-search-box {
150 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-item-snippet {
215 .entity-list-item.selected {
224 border: 1px solid #DDD;
228 border-bottom: 1px solid #DDD;
236 margin: $-xxl auto 0 auto;
239 display: inline-block;
259 .list-sort-container {
260 display: inline-block;
262 display: inline-block;
265 display: inline-grid;
267 grid-template-columns: 120px 40px;
268 border: 2px solid #DDD;
273 display: inline-block;
279 .list-sort-type, .list-sort-dir {
284 border-left: 2px solid #DDD;
287 transition: transform ease-in-out 120ms;
290 transform: rotate(180deg);