21 display: none; opacity: 0;
22 animation-name: none !important;
25 [ng\:cloak], [ng-cloak], .ng-cloak {
26 display: none !important;
34 // Jquery Sortable Styles
40 body.dragging, body.dragging * {
41 cursor: move !important;
47 background-color: #EEE;
77 border-radius: $loadingSize;
78 display: inline-block;
80 transform: translate3d(0, 0, 0);
81 animation-name: loadingBob;
82 animation-duration: 1.4s;
83 animation-iteration-count: infinite;
84 animation-timing-function: cubic-bezier(.62, .28, .23, .99);
86 background-color: $color-page;
87 animation-delay: 0.3s;
90 left: -($loadingSize+$-xs);
91 background-color: $color-book;
95 left: $loadingSize+$-xs;
96 background-color: $color-chapter;
97 animation-delay: 0.6s;
103 .search-results > h3 a {
115 background-color: $primary;
124 border-radius: $btt-size;
125 transition: all ease-in-out 180ms;
130 width: $btt-size*3.4;
131 opacity: 1 !important;
133 display: inline-block;
137 width: $btt-size*3.4;
151 .contained-search-box {
155 border: 1px solid #DDD;
170 button.cancel.active {
171 background-color: $negative;
177 border: 1px solid #DDD;
186 border-bottom: 1px solid #DDD;
193 background-color: #EEEEEE;
207 background-color: #FFF;
208 transition: all ease-in-out 120ms;
213 .entity-list-item.selected {
220 margin: $-xl auto 0 auto;
221 padding: $-m $-xxl $-xl $-xxl;
224 display: inline-block;
227 //border: 1px solid #DDD;
232 background-color: #EEE;
233 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
234 border: 1px solid #DDD;
244 border: 1px solid #ccc;