diff --git a/css/_widgets.css b/css/_widgets.css new file mode 100644 index 0000000..1e0c5e6 --- /dev/null +++ b/css/_widgets.css @@ -0,0 +1,19 @@ +/* - - - - - - - - - - - - - - - - - - - + == Widgets +- - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; +} + +.widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; +} + +.widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; +} diff --git a/sass/_widgets.scss b/sass/_widgets.scss index 0530427..7b7e831 100644 --- a/sass/_widgets.scss +++ b/sass/_widgets.scss @@ -307,6 +307,11 @@ padding:0; background-color:transparent; border:none; + + ul, + ol { + margin:0; + } } &.widget_dpe_fp_widget{