mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-69166 core_payment: some basic styling
This commit is contained in:
parent
e9de430907
commit
96f57f803d
@ -32,6 +32,6 @@
|
||||
{}
|
||||
|
||||
}}
|
||||
<div data-region="gateways-container">
|
||||
<div class="core_payment_gateways_modal" data-region="gateways-container">
|
||||
{{> core_payment/gateways_placeholder }}
|
||||
</div>
|
@ -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%;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user