Backed out the ribbon CSS for now

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-09-25 22:56:54 -07:00
parent 749f364186
commit 667639b9fb

View file

@ -128,30 +128,4 @@
// Transition global options
@transition-speed: .3s;
@transition-fn: ease-in-out;
// Color varaity
.onsale-section.danger, .onsale.danger {
background-color: @red;
}
.onsale.warning {
background-color: @yellow;
}
.onsale-section.info, .onsale.info {
border-left-color: @aqua;
border-top: 6px solid @aqua;
}
.onsale-section.success, .onsale.success {
border-left-color: @green;
border-top: 6px solid @green;
}
.onsale-section.primary, .onsale.primary {
border-left-color: @light-blue;
border-top: 6px solid @light-blue;
}
.onsale-section.danger:after, .onsale.danger {
background-color: @red;
//border-top: 6px solid @red;
}