new static files.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-06-08 23:26:27 -06:00
commit fe4f6c97d5
778 changed files with 71557 additions and 0 deletions

View file

@ -0,0 +1,27 @@
@charset "utf-8";
/*!
* @copyright: https://github.com/divio/django-cms
*/
//##################################################
// #IMPORT SETTINGS#
@import "settings/default";
//##################################################
// #MODAL#
#content > h2:first-child { display:none; }
#content { margin:10px 10px 0; }
#content .module { padding:10px; }
#container { padding-top:0; }
#footer { display:none; }
#cke_id_body {
border:1px solid $color-grey-10 !important;
.cke_top, .cke_bottom { background:$color-grey-5 !important; border-color:$color-grey-10 !important;
@include box-shadow(none !important); }
}
.errornote { margin:0 !important; }