product details
This commit is contained in:
@@ -95,10 +95,13 @@
|
||||
.generic-dialog-box {
|
||||
min-width: 30%;
|
||||
|
||||
.btn-success {
|
||||
background-color: $greenColor;
|
||||
border-color: $borderColor;
|
||||
.btn-success, .btn-success:active, .btn-success:hover, .btn-success:focus {
|
||||
background-color: $accentColor !important;
|
||||
border: none !important;
|
||||
cursor: pointer;
|
||||
&:focus, &:hover {
|
||||
box-shadow: 0 0 0 0.1rem lighten($accentColor, 0.9) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
|
||||
Reference in New Issue
Block a user