chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
@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;
}