21 display: none; opacity: 0;
22 animation-name: none !important;
26 [ng\:cloak], [ng-cloak], .ng-cloak {
27 display: none !important;
35 // Jquery Sortable Styles
41 body.dragging, body.dragging * {
42 cursor: move !important;
48 background-color: #EEE;
73 // System wide notifications
80 background-color: #EEE;
95 vertical-align: middle;
98 background-color: $positive;
102 background-color: $negative;
106 background-color: $secondary;
116 height: $loadingSize;
120 height: $loadingSize;
121 border-radius: $loadingSize;
122 display: inline-block;
124 transform: translate3d(0, 0, 0);
125 animation-name: loadingBob;
126 animation-duration: 1.4s;
127 animation-iteration-count: infinite;
128 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
130 background-color: $color-page;
131 animation-delay: 0.3s;
134 left: -($loadingSize+$-xs);
135 background-color: $color-book;
139 left: $loadingSize+$-xs;
140 background-color: $color-chapter;
141 animation-delay: 0.6s;
147 .search-results > h3 a {
159 background-color: $primary;
168 border-radius: $btt-size;
169 transition: all ease-in-out 180ms;
174 width: $btt-size*3.4;
175 opacity: 1 !important;
177 display: inline-block;
181 width: $btt-size*3.4;
195 .contained-search-box {
199 border: 1px solid #DDD;
214 button.cancel.active {
215 background-color: $negative;
221 border: 1px solid #DDD;
230 border-bottom: 1px solid #DDD;
237 background-color: #EEEEEE;
251 background-color: #FFF;
252 transition: all ease-in-out 120ms;
257 .entity-list-item.selected {
264 margin: $-xl auto 0 auto;
265 padding: $-m $-xxl $-xl $-xxl;
268 display: inline-block;
271 //border: 1px solid #DDD;
276 background-color: #EEE;
277 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
278 border: 1px solid #DDD;
288 border: 1px solid #9e9e9e;