product details

This commit is contained in:
Almira Krdzic
2018-09-12 16:42:21 +02:00
parent 35484c6d4f
commit e53b243d96
65 changed files with 3327 additions and 1520 deletions

View File

@@ -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 {