equal
deleted
inserted
replaced
|
1 /** |
|
2 * Colors |
|
3 */ |
|
4 /** |
|
5 * Breakpoints & Media Queries |
|
6 */ |
|
7 /** |
|
8 * Often re-used variables |
|
9 */ |
|
10 /** |
|
11 * Breakpoint mixins |
|
12 */ |
|
13 /** |
|
14 * Long content fade mixin |
|
15 * |
|
16 * Creates a fading overlay to signify that the content is longer |
|
17 * than the space allows. |
|
18 */ |
|
19 /** |
|
20 * Button states and focus styles |
|
21 */ |
|
22 /** |
|
23 * Applies editor left position to the selector passed as argument |
|
24 */ |
|
25 /** |
|
26 * Applies editor right position to the selector passed as argument |
|
27 */ |
|
28 /** |
|
29 * Styles that are reused verbatim in a few places |
|
30 */ |
|
31 /** |
|
32 * Allows users to opt-out of animations via OS-level preferences. |
|
33 */ |
|
34 .list-reusable-blocks-import-dropdown__content .components-popover__content { |
|
35 padding: 10px; } |
|
36 |
|
37 .list-reusable-blocks-import-form__label { |
|
38 display: block; |
|
39 margin-bottom: 10px; } |
|
40 |
|
41 .list-reusable-blocks-import-form__button { |
|
42 margin-top: 20px; |
|
43 float: left; } |
|
44 |
|
45 .list-reusable-blocks-import-form .components-notice__content { |
|
46 margin: 0; } |
|
47 |
|
48 .list-reusable-blocks__container { |
|
49 display: inline-flex; |
|
50 padding: 9px 0 4px; |
|
51 align-items: center; |
|
52 vertical-align: top; } |