styelint
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
4a531ddb82
Коммит
09d0f32b5d
|
@ -7,7 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-sidebar-tabs {
|
.app-sidebar-tabs {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-datepicker-main, .mx-datepicker-popup {
|
.mx-datepicker-main, .mx-datepicker-popup {
|
||||||
|
|
|
@ -162,14 +162,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
.vote-table.table-view {
|
|
||||||
.vote-table__users::after, .vote-column::after {
|
|
||||||
content: "";
|
|
||||||
height: 8px;
|
|
||||||
order: 99;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.vote-table {
|
.vote-table {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -270,6 +262,11 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.vote-table.table-view {
|
.vote-table.table-view {
|
||||||
|
.vote-table__users::after, .vote-column::after {
|
||||||
|
content: '';
|
||||||
|
height: 8px;
|
||||||
|
order: 99;
|
||||||
|
}
|
||||||
.option-item .option-item__option--text {
|
.option-item .option-item__option--text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче