Skip to content

Commit

Permalink
MDL-69166 core_payment: some basic styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Oct 26, 2020
1 parent e9de430 commit 96f57f8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion payment/templates/gateways_modal.mustache
Expand Up @@ -32,6 +32,6 @@
{}

}}
<div data-region="gateways-container">
<div class="core_payment_gateways_modal" data-region="gateways-container">
{{> core_payment/gateways_placeholder }}
</div>
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/core.scss
Expand Up @@ -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%;
}
4 changes: 4 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -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;
Expand Down

0 comments on commit 96f57f8

Please sign in to comment.