Merged in [16834] from rjsparks@nostrum.com:
Add styles for IRSG ballot positions. - Legacy-Id: 16893 Note: SVN reference [16834] has been migrated to Git commit 00f03b49b59d18b8053416399249c13f7d73d79f
This commit is contained in:
parent
6320b019db
commit
4c66574866
|
@ -123,6 +123,8 @@
|
|||
}
|
||||
|
||||
|
||||
.position-moretime,
|
||||
.position-notready,
|
||||
.position-discuss,
|
||||
.position-block { background-color: @brand-danger; }
|
||||
.position-yes { background-color: @brand-success; }
|
||||
|
@ -131,6 +133,8 @@
|
|||
.position-recuse { background-color: hsl(hue(@brand-primary), 80%, 70%); }
|
||||
.position-norecord { background-color: @body-bg; }
|
||||
|
||||
.position-moretime-row,
|
||||
.position-notready-row,
|
||||
.position-discuss-row,
|
||||
.position-block-row { background-color: hsl(hue(@brand-danger), 90%, 92%) !important ; }
|
||||
.position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }
|
||||
|
|
Loading…
Reference in a new issue