20 строки
336 B
CSS
20 строки
336 B
CSS
.poll-list-item {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.poll-list-item .name {
|
|
color: var(--md-sys-color-on-surface);
|
|
}
|
|
|
|
.poll-list-item .caption {
|
|
margin-top: .5rem;
|
|
color: var(--md-sys-color-on-surface-variant);
|
|
}
|
|
|
|
md-switch {
|
|
margin-left: 1rem;
|
|
}
|