6 @include lightDark(background-color, #FFF, #222);
13 word-wrap: break-word;
14 word-break: break-word;
19 padding: $-m $-m $-xs;
29 .card-footer-link, button.card-footer-link {
33 border-top: 1px solid;
36 @include lightDark(border-color, #DDD, #555);
37 border-radius: 0 0 3px 3px;
41 text-decoration: none;
42 @include lightDark(background-color, #f2f2f2, #2d2d2d);
45 @include lightDark(background-color, #eee, #222);
46 outline: 1px dotted #666;
53 @include lightDark(border-color, #ddd, #000);
57 border: 1px solid #DDD;
58 @include lightDark(border-color, #ddd, #000);
59 @include lightDark(background-color, #fff, #333);
62 padding: 0 0 0 ($-s + 28px);
68 .handle, .drag-card-action {
72 justify-content: center;
77 @include lightDark(background-color, #eee, #2d2d2d);
80 margin-inline-end: 0px;
91 @include lightDark(background-color, #eee, #2d2d2d);
106 flex-direction: column;
107 border: 1px solid #ddd;
108 @include lightDark(border-color, #ddd, #000);
114 transition: border-color ease-in-out 120ms, box-shadow ease-in-out 120ms;
117 text-decoration: none;
118 @include lightDark(box-shadow, $bs-card, $bs-card-dark);
133 border-bottom-width: 2px;
135 .grid-card-content, .grid-card-footer {
138 .grid-card-content + .grid-card-footer {
143 .book-grid-item .grid-card-footer {
152 margin-inline-start: auto;
153 margin-inline-end: auto;
164 @include smaller-than($xxl) {
169 @include smaller-than($m) {
174 @include smaller-than($s) {
181 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
183 @include lightDark(border-color, #E2E2E2, #444);
188 border: 1px solid transparent !important;
190 border: 1px solid rgba(0, 0, 0, 0.1) !important;
194 .fade-in-when-active {
195 @include lightDark(opacity, 0.6, 0.7);
196 transition: opacity ease-in-out 120ms;
197 &:hover, &:focus-within {
198 opacity: 1 !important;
200 @media (prefers-contrast: more) {
201 opacity: 1 !important;
209 display: inline-flex;
211 margin-inline-end: $-xs;
216 @include lightDark(border-color, #CCC, #666);
217 a, span, a:hover, a:active {
219 @include lightDark(color, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.8));
220 transition: background-color ease-in-out 80ms;
221 text-decoration: none;
224 @include lightDark(background-color, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
227 @include lightDark(fill, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
230 border-inline-start: 1px solid;
231 @include lightDark(border-color, #DDD, #666);
232 @include lightDark(background-color, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2))
236 .tag-name.highlight, .tag-value.highlight {
240 .tag-list div:last-child .tag-item {
244 .item-list-row .tag-item {
253 background-color: #888;
260 display: inline-block;
264 &[data-method="GET"] { background-color: #077b70 }
265 &[data-method="POST"] { background-color: #cf4d03 }
266 &[data-method="PUT"] { background-color: #0288D1 }
267 &[data-method="DELETE"] { background-color: #ab0f0e }
273 max-height: calc(100vh - #{$-m});