Added new readme info and started to rework some of the css
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
Sass Watch:
|
Sass Watch:
|
||||||
|
|
||||||
sass --watch cms/static/sass:cms/static/css -r ./cms/static/sass/bourbon/lib/bourbon.rb
|
sass --watch cms/static/sass:cms/static/sass -r ./cms/static/sass/bourbon/lib/bourbon.rb
|
||||||
|
|||||||
@@ -1,18 +1,15 @@
|
|||||||
section.video-new, section.video-edit, section.problem-new, section.problem-edit {
|
section.video-new,
|
||||||
position: absolute;
|
section.video-edit,
|
||||||
top: 72px;
|
section.problem-new,
|
||||||
right: 0;
|
section.problem-edit,
|
||||||
|
section.html-edit {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
width: flex-grid(6);
|
|
||||||
@include box-shadow(0 0 6px #666);
|
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
z-index: 4;
|
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
background: #666;
|
background: #eee;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
color: #fff;
|
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|||||||
Reference in New Issue
Block a user