14 @import "highlightjs";
23 display: none; opacity: 0;
24 animation-name: none !important;
28 [ng\:cloak], [ng-cloak], .ng-cloak {
29 display: none !important;
37 // Jquery Sortable Styles
43 body.dragging, body.dragging * {
44 cursor: move !important;
50 background-color: #EEE;
70 // System wide notifications
77 background-color: #EEE;
92 vertical-align: middle;
95 background-color: $positive;
99 background-color: $negative;
103 background-color: $secondary;
113 height: $loadingSize;
117 height: $loadingSize;
118 border-radius: $loadingSize;
119 display: inline-block;
121 transform: translate3d(0, 0, 0);
122 animation-name: loadingBob;
123 animation-duration: 1.4s;
124 animation-iteration-count: infinite;
125 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
127 background-color: $color-page;
128 animation-delay: 0.3s;
131 left: -($loadingSize+$-xs);
132 background-color: $color-book;
136 left: $loadingSize+$-xs;
137 background-color: $color-chapter;
138 animation-delay: 0.6s;
144 .search-results > h3 a {
156 background-color: $primary;
165 border-radius: $btt-size;
166 transition: all ease-in-out 180ms;
171 width: $btt-size*3.4;
172 opacity: 1 !important;
174 display: inline-block;
178 width: $btt-size*3.4;
192 .contained-search-box {
196 border: 1px solid #DDD;
211 button.cancel.active {
212 background-color: $negative;
218 border: 1px solid #DDD;
227 border-bottom: 1px solid #DDD;
234 background-color: #EEEEEE;
248 background-color: #FFF;
249 transition: all ease-in-out 120ms;
254 .entity-list-item.selected {
261 margin: $-xl auto 0 auto;
262 padding: $-m $-xxl $-xl $-xxl;
265 display: inline-block;
268 //border: 1px solid #DDD;
273 background-color: #EEE;
274 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
275 border: 1px solid #DDD;