Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
fixing margins on metasliders
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Jun 16, 2015
1 parent 1c02927 commit 5c4f0bf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions css/_widgets.css
Original file line number Diff line number Diff line change
@@ -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;
}
5 changes: 5 additions & 0 deletions sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@
padding:0;
background-color:transparent;
border:none;

ul,
ol {
margin:0;
}

}
&.widget_dpe_fp_widget{
Expand Down

0 comments on commit 5c4f0bf

Please sign in to comment.