14 @import "highlightjs";
15 @import "image-manager";
20 [v-cloak], [v-show] {display: none;}
22 [ng\:cloak], [ng-cloak], .ng-cloak {
23 display: none !important;
31 // Jquery Sortable Styles
37 body.dragging, body.dragging * {
38 cursor: move !important;
44 background-color: #EEE;
64 // System wide notifications
71 background-color: #EEE;
86 vertical-align: middle;
89 background-color: $positive;
93 background-color: $negative;
97 background-color: $secondary;
107 height: $loadingSize;
111 height: $loadingSize;
112 border-radius: $loadingSize;
113 display: inline-block;
115 transform: translate3d(0, 0, 0);
116 animation-name: loadingBob;
117 animation-duration: 1.4s;
118 animation-iteration-count: infinite;
119 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
121 background-color: $color-page;
122 animation-delay: 0.3s;
125 left: -($loadingSize+$-xs);
126 background-color: $color-book;
130 left: $loadingSize+$-xs;
131 background-color: $color-chapter;
132 animation-delay: 0.6s;
138 .search-results > h3 a {
150 background-color: $primary;
159 border-radius: $btt-size;
160 transition: all ease-in-out 180ms;
165 width: $btt-size*3.4;
166 opacity: 1 !important;
168 display: inline-block;
172 width: $btt-size*3.4;
186 .contained-search-box {
190 border: 1px solid #DDD;
205 button.cancel.active {
206 background-color: $negative;
213 background-color: #FFF;
214 border: 1px solid #DDD;
219 align-items: stretch;
222 transition: width ease-in-out 180ms;
228 transition: transform ease-in-out 180ms;
231 transition: background-color ease-in-out 180ms;
233 &.open [toolbox-toggle] {
234 background-color: rgba(255, 0, 0, 0.29);
236 &.open [toolbox-toggle] i {
237 transform: rotate(180deg);
245 border-right: 1px solid #DDD;
250 color: rgba(0, 0, 0, 0.5);
260 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
262 &.open .tabs > span.active {
264 background-color: rgba(0, 0, 0, 0.1);
267 padding-bottom: 45px;
271 div[tab-content] .padded {
278 padding: 0 $-l $-s $-l;
312 flex-direction: column;