1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-09 03:54:23 +01:00
fab-manager/app/frontend/src/stylesheets/modules/stripe-keys-form.scss
2021-03-30 11:26:47 +02:00

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;
}
}
}