Skip to content

Commit 00f03b4

Browse files
committed
Add styles for IRSG ballot positions. Commit ready for merge.
- Legacy-Id: 16834
1 parent 812a4a3 commit 00f03b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bootstrap/less/ietf.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
}
124124

125125

126+
.position-moretime,
127+
.position-notready,
126128
.position-discuss,
127129
.position-block { background-color: @brand-danger; }
128130
.position-yes { background-color: @brand-success; }
@@ -131,6 +133,8 @@
131133
.position-recuse { background-color: hsl(hue(@brand-primary), 80%, 70%); }
132134
.position-norecord { background-color: @body-bg; }
133135

136+
.position-moretime-row,
137+
.position-notready-row,
134138
.position-discuss-row,
135139
.position-block-row { background-color: hsl(hue(@brand-danger), 90%, 92%) !important ; }
136140
.position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }

0 commit comments

Comments
 (0)