Strapify select for WP default widgets

This commit is contained in:
IanDelMar 2018-08-20 09:39:17 +02:00 committed by GitHub
parent 699bdef17f
commit f24e325341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@
.aligncenter { margin: 0px auto; } .aligncenter { margin: 0px auto; }
.widget_categories,
.widget_archive {
select {
@extend .form-control;
}
}
// Post design // Post design
.entry-footer span { padding-right: 10px; } .entry-footer span { padding-right: 10px; }