Add support for displaying Question objects
This commit is contained in:
parent
daac4a0313
commit
25fcb7e57c
4 changed files with 71 additions and 1 deletions
|
@ -12,6 +12,17 @@ $muted-color: #555; // solarized comment text
|
|||
// Load custom theme
|
||||
// @import "theme.scss";
|
||||
|
||||
.muted {
|
||||
color: $muted-color;
|
||||
}
|
||||
|
||||
.poll-bar {
|
||||
width:100%;height:20px;
|
||||
line {
|
||||
stroke: $secondary-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.light-background {
|
||||
background: $light-background;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue