Skip to content

Commit 23526f3

Browse files
author
Richard Young
committed
add some basic styling
1 parent d1cdd5a commit 23526f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

app/assets/stylesheets/cms/page_content_editing.css.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@
22

33
// Need to style 'EDIT'/Pencil button so it floats right and over elements for a content block
44
// 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

Comments
 (0)