Files
2026-05-28 12:09:28 +03:00

45 lines
799 B
SCSS

@import "font-awesome";
@import 'fonts';
@import 'bootstrap';
.btn.btn-primary, .btn-primary:hover, .btn.btn-primary:focus {
background-color: #3a613e;
border-color: #3a613e;
font-size: 19px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #3a613e;
border-color: #3a613e;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #666;
text-decoration: none;
}
.license-link {
font-size: small;
}
.smart-captcha {
width: calc(100% - 10px);
padding-left: 10px;
}
#refund-form label {
margin-bottom: 0;
}
#refund-form .form-group {
margin-bottom: 5px;
}
.refund-wrapper .alert {
margin-bottom: 5px;
}