mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-10 04:54:14 +01:00
15 lines
176 B
SCSS
15 lines
176 B
SCSS
|
.stripe-modal {
|
||
|
.stripe-modal-icons {
|
||
|
text-align: center;
|
||
|
|
||
|
.fa.fa-lock {
|
||
|
top: 7px;
|
||
|
color: #9edd78;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
}
|
||
|
}
|