mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-09 03:54:23 +01:00
28 lines
430 B
SCSS
28 lines
430 B
SCSS
.stripe-keys-form {
|
|
& {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.stripe-keys-info {
|
|
border: 1px solid #bce8f1;
|
|
border-radius: 4px;
|
|
color: #31708f;
|
|
background-color: #d9edf7;
|
|
padding: 15px;
|
|
}
|
|
|
|
.stripe-public-input, .stripe-secret-input {
|
|
display: block;
|
|
margin: 7px;
|
|
|
|
.key-valid {
|
|
background-color: #7bca38;
|
|
}
|
|
|
|
.key-invalid {
|
|
background-color: #d92227;
|
|
color: white;
|
|
}
|
|
}
|
|
}
|