2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-payment-method-icons {
|
2020-04-29 10:57:58 +00:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2020-05-13 15:48:03 +00:00
|
|
|
margin: 0 0 #{$gap - 2px};
|
2020-04-29 10:57:58 +00:00
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-payment-method-icon {
|
2020-04-29 10:57:58 +00:00
|
|
|
display: inline-block;
|
2020-05-13 15:48:03 +00:00
|
|
|
margin: 0 4px 2px;
|
2020-04-29 10:57:58 +00:00
|
|
|
padding: 0;
|
|
|
|
width: auto;
|
2020-05-13 15:48:03 +00:00
|
|
|
height: 24px;
|
2020-04-29 10:57:58 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2020-05-13 15:48:03 +00:00
|
|
|
|
|
|
|
&--align-left {
|
|
|
|
text-align: left;
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-payment-method-icon {
|
2020-05-13 15:48:03 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&--align-right {
|
|
|
|
text-align: right;
|
|
|
|
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-payment-method-icon {
|
2020-05-13 15:48:03 +00:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-mobile,
|
|
|
|
.is-small {
|
2020-06-17 09:53:42 +00:00
|
|
|
.wc-block-components-payment-method-icons {
|
|
|
|
.wc-block-components-payment-method-icon {
|
2020-05-13 15:48:03 +00:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
}
|
2020-04-29 10:57:58 +00:00
|
|
|
}
|