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;
68 // System wide notifications
75 background-color: #EEE;
90 vertical-align: middle;
93 background-color: $positive;
97 background-color: $negative;
101 background-color: $secondary;
111 height: $loadingSize;
115 height: $loadingSize;
116 border-radius: $loadingSize;
117 display: inline-block;
119 transform: translate3d(0, 0, 0);
120 animation-name: loadingBob;
121 animation-duration: 1.4s;
122 animation-iteration-count: infinite;
123 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
125 background-color: $color-page;
126 animation-delay: 0.3s;
129 left: -($loadingSize+$-xs);
130 background-color: $color-book;
134 left: $loadingSize+$-xs;
135 background-color: $color-chapter;
136 animation-delay: 0.6s;
142 .search-results > h3 a {
154 background-color: $primary;
163 border-radius: $btt-size;
164 transition: all ease-in-out 180ms;
169 width: $btt-size*3.4;
170 opacity: 1 !important;
172 display: inline-block;
176 width: $btt-size*3.4;
190 .contained-search-box {
194 border: 1px solid #DDD;
209 button.cancel.active {
210 background-color: $negative;
216 border: 1px solid #DDD;
225 border-bottom: 1px solid #DDD;
232 background-color: #EEEEEE;
246 background-color: #FFF;
247 transition: all ease-in-out 120ms;
252 .entity-list-item.selected {
259 margin: $-xl auto 0 auto;
260 padding: $-m $-xxl $-xl $-xxl;
263 display: inline-block;
266 //border: 1px solid #DDD;
271 background-color: #EEE;
272 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
273 border: 1px solid #DDD;