UX: Create new poll via modal
This commit is contained in:
parent
b6ee49e5f9
commit
ad7544a765
5 changed files with 92 additions and 107 deletions
|
|
@ -38,6 +38,9 @@
|
|||
padding: 15px 14px;
|
||||
margin: 0px;
|
||||
height: 48px;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
&.winner {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
@ -50,8 +53,9 @@
|
|||
&.result {
|
||||
border: none;
|
||||
padding: 15px 0px;
|
||||
}
|
||||
.poll-answer-title {
|
||||
&:hover {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
.poll-answer-num-votes {
|
||||
font-size: 0.75rem;
|
||||
|
|
@ -207,6 +211,7 @@
|
|||
// Creation dialog
|
||||
//
|
||||
.poll-create {
|
||||
height: 500px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
.poll-create-dialog-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue