mirror of https://github.com/zulip/zulip.git
widgets: Margin-left for the box-shadow to be visible on the left.
This commit is contained in:
parent
43a3a73a0d
commit
cc6aad75c6
|
@ -18,6 +18,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.todo-widget {
|
||||||
|
/* For the box-shadow to be visible on the left */
|
||||||
|
input.add-task,
|
||||||
|
input.add-desc {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.todo-widget,
|
.todo-widget,
|
||||||
.poll-widget {
|
.poll-widget {
|
||||||
h4 {
|
h4 {
|
||||||
|
@ -37,6 +45,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.poll-widget {
|
.poll-widget {
|
||||||
|
/* For the box-shadow to be visible on the left */
|
||||||
|
input.poll-option {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.poll-option {
|
.poll-option {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue