There was an error while loading. Please reload this page.
1 parent d1cdd5a commit 23526f3Copy full SHA for 23526f3
app/assets/stylesheets/cms/page_content_editing.css.scss
@@ -2,3 +2,19 @@
2
3
// Need to style 'EDIT'/Pencil button so it floats right and over elements for a content block
4
// Need to style 'PLUS' so it fits in the center of a space.
5
+.cms-container {
6
+ border: 1px solid #c0c0c0;
7
+ margin: 15px 0;
8
+}
9
+
10
+.cms-container:hover {
11
+ border-style: dashed;
12
+ border-color: #000;
13
14
15
+.cms-add-content {
16
+ margin-left: auto;
17
+ margin-right: auto;
18
+ display:block;
19
+ margin-bottom: 5px;
20
0 commit comments