equal
deleted
inserted
replaced
31 } |
31 } |
32 |
32 |
33 .button[data-active="true"] { |
33 .button[data-active="true"] { |
34 color: black; |
34 color: black; |
35 } |
35 } |
|
36 } |
|
37 |
|
38 .hovering-menu { |
|
39 position: absolute; |
|
40 z-index: 1; |
|
41 top: -10000px; |
|
42 left: -10000px; |
|
43 margin-top: -64px; |
|
44 opacity: 0; |
|
45 transition: opacity .75s; |
|
46 } |
|
47 |
|
48 .categories-tooltip { |
|
49 background-color: #efefef; |
|
50 border-radius: 4px; |
|
51 border: 1px solid #ccc; |
|
52 padding: 5px; |
|
53 .buttons { |
|
54 display: flex; |
|
55 flex-wrap: wrap; |
|
56 justify-content: space-between; |
|
57 button { |
|
58 background-color: yellow; |
|
59 border: 1px solid #ccc; |
|
60 } |
|
61 button:not(:last-child) { |
|
62 margin-right: 10px; |
|
63 } |
|
64 } |
|
65 .form-group:last-child { |
|
66 margin-bottom: 0; |
|
67 } |
36 } |
68 } |
37 |
69 |
38 .editor-wrapper { |
70 .editor-wrapper { |
39 border: 1px solid #efefef; |
71 border: 1px solid #efefef; |
40 padding: 20px; |
72 padding: 20px; |