Merge pull request #777 from IanDelMar/patch-2
Strapify select for WP default widgets
This commit is contained in:
commit
1ac8eb24bc
|
@ -40,6 +40,13 @@
|
|||
|
||||
.aligncenter { @extend .mx-auto; }
|
||||
|
||||
.widget_categories,
|
||||
.widget_archive {
|
||||
select {
|
||||
@extend .form-control;
|
||||
}
|
||||
}
|
||||
|
||||
// Post design
|
||||
.entry-footer span { padding-right: 10px; }
|
||||
|
||||
|
|
Reference in New Issue