mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Backed out the ribbon CSS for now
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
749f364186
commit
667639b9fb
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue