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;
69 // System wide notifications
76 background-color: #EEE;
91 vertical-align: middle;
94 background-color: $positive;
98 background-color: $negative;
102 background-color: $secondary;
112 height: $loadingSize;
116 height: $loadingSize;
117 border-radius: $loadingSize;
118 display: inline-block;
120 transform: translate3d(0, 0, 0);
121 animation-name: loadingBob;
122 animation-duration: 1.4s;
123 animation-iteration-count: infinite;
124 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
126 background-color: $color-page;
127 animation-delay: 0.3s;
130 left: -($loadingSize+$-xs);
131 background-color: $color-book;
135 left: $loadingSize+$-xs;
136 background-color: $color-chapter;
137 animation-delay: 0.6s;
143 .search-results > h3 a {
155 background-color: $primary;
164 border-radius: $btt-size;
165 transition: all ease-in-out 180ms;
170 width: $btt-size*3.4;
171 opacity: 1 !important;
173 display: inline-block;
177 width: $btt-size*3.4;
191 .contained-search-box {
195 border: 1px solid #DDD;
210 button.cancel.active {
211 background-color: $negative;
217 border: 1px solid #DDD;
226 border-bottom: 1px solid #DDD;
233 background-color: #EEEEEE;
247 background-color: #FFF;
248 transition: all ease-in-out 120ms;
253 .entity-list-item.selected {
260 margin: $-xl auto 0 auto;
261 padding: $-m $-xxl $-xl $-xxl;
264 display: inline-block;
267 //border: 1px solid #DDD;
272 background-color: #EEE;
273 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
274 border: 1px solid #DDD;