22 display: none; opacity: 0;
23 animation-name: none !important;
26 // Jquery Sortable Styles
32 body.dragging, body.dragging * {
33 cursor: move !important;
39 background-color: #EEE;
68 border-radius: $loadingSize;
69 display: inline-block;
71 transform: translate3d(-10px, 0, 0);
73 animation-name: loadingBob;
74 animation-duration: 1.4s;
75 animation-iteration-count: infinite;
76 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
78 background-color: $color-page;
79 animation-delay: 0.3s;
82 left: -($loadingSize+$-xs);
83 background-color: $color-book;
87 left: $loadingSize+$-xs;
88 background-color: $color-chapter;
89 animation-delay: 0.6s;
101 .search-results > h3 a {
113 background-color: $primary;
122 width: $btt-size / 1.5;
123 height: $btt-size / 1.5;
128 border-radius: $btt-size;
129 transition: all ease-in-out 180ms;
134 width: $btt-size*3.4;
135 opacity: 1 !important;
138 width: $btt-size*3.4;
147 .contained-search-box {
151 border: 1px solid #DDD;
167 button.cancel.active {
168 background-color: $negative;
174 border: 1px solid #DDD;
183 border-bottom: 1px solid #DDD;
190 background-color: #EEEEEE;
195 background-color: #FFF;
197 .entity-list-item p {
200 .entity-list-item.selected {
201 background-color: rgba(0, 0, 0, 0.15) !important;
207 .entity-selector-add button {
212 border-top: 1px solid #DDD;
216 .entity-item-snippet {
225 border: 1px solid #DDD;
229 border-bottom: 1px solid #DDD;
237 margin: $-xxl auto 0 auto;
240 display: inline-block;
260 .list-sort-container {
261 display: inline-block;
263 display: inline-block;
266 display: inline-grid;
268 grid-template-columns: 120px 40px;
269 border: 2px solid #DDD;
274 display: inline-block;
280 .list-sort-type, .list-sort-dir {
285 border-left: 2px solid #DDD;
288 transition: transform ease-in-out 120ms;
291 transform: rotate(180deg);