FIX: Adjust poll buttons (#13924)
* FIX: Adjust poll buttons * REFACTOR: Move styles to desktop stylesheet
This commit is contained in:
parent
2c3b4ff135
commit
465db1e5b5
|
@ -37,6 +37,8 @@ div.poll {
|
|||
.poll-buttons {
|
||||
border-top: 1px solid var(--primary-low);
|
||||
padding: 1em;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
.info-text {
|
||||
line-height: 2em;
|
||||
|
@ -46,8 +48,8 @@ div.poll {
|
|||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.toggle-status {
|
||||
float: right;
|
||||
.btn-danger.toggle-status {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue