MDL-69166 core_payment: some basic styling

This commit is contained in:
Shamim Rezaie 2019-12-27 12:00:06 +11:00
parent e9de430907
commit 96f57f803d
4 changed files with 13 additions and 1 deletions

View File

@ -32,6 +32,6 @@
{}
}}
<div data-region="gateways-container">
<div class="core_payment_gateways_modal" data-region="gateways-container">
{{> core_payment/gateways_placeholder }}
</div>

View File

@ -2721,3 +2721,7 @@ $picker-emojis-per-row: 7 !default;
}
}
}
.core_payment_gateways_modal .custom-control-label::before,
.core_payment_gateways_modal .custom-control-label::after {
top: 45%;
}

View File

@ -11870,6 +11870,10 @@ input[disabled] {
border-style: solid;
border-width: 0.125rem; }
.core_payment_gateways_modal .custom-control-label::before,
.core_payment_gateways_modal .custom-control-label::after {
top: 45%; }
.icon {
font-size: 16px;
width: 16px;

View File

@ -12083,6 +12083,10 @@ input[disabled] {
border-style: solid;
border-width: 0.125rem; }
.core_payment_gateways_modal .custom-control-label::before,
.core_payment_gateways_modal .custom-control-label::after {
top: 45%; }
.icon {
font-size: 16px;
width: 16px;