Strapify select for WP default widgets
This commit is contained in:
parent
699bdef17f
commit
f24e325341
|
@ -40,6 +40,13 @@
|
|||
|
||||
.aligncenter { margin: 0px auto; }
|
||||
|
||||
.widget_categories,
|
||||
.widget_archive {
|
||||
select {
|
||||
@extend .form-control;
|
||||
}
|
||||
}
|
||||
|
||||
// Post design
|
||||
.entry-footer span { padding-right: 10px; }
|
||||
|
||||
|
|
Reference in New Issue