dynamicweb/static/cms/sass/cms.toolbar.modal.scss
rscnt fe4f6c97d5 new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-06-08 23:26:27 -06:00

27 lines
660 B
SCSS

@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; }