27 lines
610 B
SCSS
27 lines
610 B
SCSS
.o_kanban_view.o_slide_kanban .o_kanban_renderer {
|
|
--KanbanRecord-width: 400px;
|
|
|
|
.o_kanban_slides_card_manage_pane {
|
|
> div {
|
|
@include o-kanban-dashboard-dropdown-link;
|
|
> a {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.o_kanban_renderer .o_kanban_aside_full {
|
|
.o_website_slides_inner_image {
|
|
box-shadow: -1px -1px 0 1px white;
|
|
width: 40%;
|
|
}
|
|
}
|
|
|
|
table.o_section_list_view tr.o_data_row.o_is_section {
|
|
font-weight: bold !important;
|
|
background-color: #DDD;
|
|
border-top: 1px solid #BBB;
|
|
border-bottom: 1px solid #BBB;
|
|
}
|