1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-10 04:54:14 +01:00
fab-manager/app/frontend/src/stylesheets/modules/stripe-keys-form.scss

28 lines
430 B
SCSS
Raw Normal View History

2021-03-24 17:31:50 +01:00
.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;
}
2021-03-24 17:31:50 +01:00
}
}