Skip to content

Commit da46672

Browse files
committed
cleanup and democolors
1 parent 1738945 commit da46672

4 files changed

Lines changed: 126 additions & 90 deletions

File tree

src/Workshop/DemoBundle/Resources/public/demo_fullscreen.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
position: relative;
44
z-index: 10;
55
display: inline-block;
6-
padding: 10px 20px;
7-
margin-left: 20px;
6+
padding: 10px 10px;
7+
margin-left: 10px;
88
float: left;
9-
background-color: white;
10-
-webkit-box-shadow: 0px 0px 3px black;
11-
-moz-box-shadow: 0px 0px 3px black;
12-
box-shadow: 0px 0px 3px black; }
9+
background-color: #EFF7E9;
10+
-webkit-box-shadow: 0px 0px 3px #005Da3;
11+
-moz-box-shadow: 0px 0px 3px #005Da3;
12+
box-shadow: 0px 0px 3px #005Da3; }
1313

1414
/* ---------------------------------------------------------- CONTENT */
1515
.templateWrapper {
@@ -95,4 +95,4 @@
9595
right: 0; }
9696

9797
.sidePaneOpened .sidePane {
98-
width: 350px; }
98+
width: 450px; }

0 commit comments

Comments
 (0)