14 @import "highlightjs";
22 [v-cloak], [v-show] {display: none;}
24 [ng\:cloak], [ng-cloak], .ng-cloak {
25 display: none !important;
33 // Jquery Sortable Styles
39 body.dragging, body.dragging * {
40 cursor: move !important;
46 background-color: #EEE;
66 // System wide notifications
73 background-color: #EEE;
88 vertical-align: middle;
91 background-color: $positive;
95 background-color: $negative;
99 background-color: $secondary;
109 height: $loadingSize;
113 height: $loadingSize;
114 border-radius: $loadingSize;
115 display: inline-block;
117 transform: translate3d(0, 0, 0);
118 animation-name: loadingBob;
119 animation-duration: 1.4s;
120 animation-iteration-count: infinite;
121 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
123 background-color: $color-page;
124 animation-delay: 0.3s;
127 left: -($loadingSize+$-xs);
128 background-color: $color-book;
132 left: $loadingSize+$-xs;
133 background-color: $color-chapter;
134 animation-delay: 0.6s;
140 .search-results > h3 a {
152 background-color: $primary;
161 border-radius: $btt-size;
162 transition: all ease-in-out 180ms;
167 width: $btt-size*3.4;
168 opacity: 1 !important;
170 display: inline-block;
174 width: $btt-size*3.4;
188 .contained-search-box {
192 border: 1px solid #DDD;
207 button.cancel.active {
208 background-color: $negative;
214 border: 1px solid #DDD;
223 border-bottom: 1px solid #DDD;
230 background-color: #EEEEEE;
244 background-color: #FFF;
245 transition: all ease-in-out 120ms;
250 .entity-list-item.selected {
257 margin: $-xl auto 0 auto;
258 padding: $-m $-xxl $-xl $-xxl;
261 display: inline-block;
264 //border: 1px solid #DDD;
269 background-color: #EEE;
270 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
271 border: 1px solid #DDD;