22 display: none; opacity: 0;
23 animation-name: none !important;
27 [ng\:cloak], [ng-cloak], .ng-cloak {
28 display: none !important;
36 // Jquery Sortable Styles
42 body.dragging, body.dragging * {
43 cursor: move !important;
49 background-color: #EEE;
79 border-radius: $loadingSize;
80 display: inline-block;
82 transform: translate3d(0, 0, 0);
83 animation-name: loadingBob;
84 animation-duration: 1.4s;
85 animation-iteration-count: infinite;
86 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
88 background-color: $color-page;
89 animation-delay: 0.3s;
92 left: -($loadingSize+$-xs);
93 background-color: $color-book;
97 left: $loadingSize+$-xs;
98 background-color: $color-chapter;
99 animation-delay: 0.6s;
105 .search-results > h3 a {
117 background-color: $primary;
126 border-radius: $btt-size;
127 transition: all ease-in-out 180ms;
132 width: $btt-size*3.4;
133 opacity: 1 !important;
135 display: inline-block;
139 width: $btt-size*3.4;
153 .contained-search-box {
157 border: 1px solid #DDD;
172 button.cancel.active {
173 background-color: $negative;
179 border: 1px solid #DDD;
188 border-bottom: 1px solid #DDD;
195 background-color: #EEEEEE;
209 background-color: #FFF;
210 transition: all ease-in-out 120ms;
215 .entity-list-item.selected {
222 margin: $-xl auto 0 auto;
223 padding: $-m $-xxl $-xl $-xxl;
226 display: inline-block;
229 //border: 1px solid #DDD;
234 background-color: #EEE;
235 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
236 border: 1px solid #DDD;