-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f9ace9
commit 24f4151
Showing
2 changed files
with
6 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
// 2017-04-15 Выравнивает по центру горизонтали кнопку «Place Order». | ||
.payment-method.dfe_moip_card { | ||
// 2017-04-14 | ||
// Ядро использует inline-block для больших экранов, | ||
// что делает кнопку маленькой и смещённой вправо, | ||
// она визуально теряется на фоне ярких логотипов опций оплаты. | ||
.actions-toolbar .primary, .actions-toolbar .secondary { | ||
display: block; | ||
float: none; | ||
margin: 1.5em auto 0 auto; | ||
max-width: 20em; | ||
width: 100%; | ||
} | ||
} | ||
// 2017-07-15 | ||
form.dfe_moip_card { overflow: hidden; > fieldset {float: left; padding-right: 2em;} } | ||
// 2017-09-07 | ||
.payment-method.dfe_qiwi { | ||
.df-valid {color: green;} | ||
.df-invalid {color: red;} | ||
} |