Skip to content

Commit

Permalink
Style woocommerce-notice
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Oct 31, 2017
1 parent a9cc5be commit 381e13f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions scss/bootstrap/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Base styles
// -------------------------

.alert, .woocommerce-message, .woocommerce-error, .woocommerce-info {
.alert, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-notice {
padding: $alert-padding;
margin-bottom: $line-height-computed;
border: 1px solid transparent;
Expand Down Expand Up @@ -56,7 +56,7 @@
//
// Generate contextual modifier classes for colorizing the alert.

.alert-success, .woocommerce-message {
.alert-success, .woocommerce-message, .woocommerce-notice {
@include alert-variant($alert-success-bg, $alert-success-border, $alert-success-text);
}

Expand Down
18 changes: 10 additions & 8 deletions scss/bootstrap/bootstrap-for-woocommerce.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
// alerts
.alert, .woocommerce-message{}
.alert-success, .woocommerce-message {}
.alert, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-notice {
.alert-success, .woocommerce-message, .woocommerce-notice {
.alert-danger, .woocommerce-error {
}

// buttons
.btn, .button{}
.btn, .button{

// tables
.table, .shop_table {}
.table-striped, .shop_table {}
.table-hover, .shop_table {}
.table, .shop_table {
.table-striped, .shop_table {
.table-hover, .shop_table {

// forms

// tabs
.nav, .woocommerce-tabs .tabs {}
.nav-tabs, .woocommerce-tabs .tabs {}
.nav, .woocommerce-tabs .tabs {
.nav-tabs, .woocommerce-tabs .tabs {
4 changes: 4 additions & 0 deletions scss/helpers/_woocommerce_productsingle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Variations
*/
table.variations{

input[type=radio]{
margin-left: 0;
}

//width:100%;
margin-bottom: $line-height-computed;

Expand Down

0 comments on commit 381e13f

Please sign in to comment.