chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user