Files
stock-logistics-warehouse/stock_measuring_device/static/src/scss/measuring_wizard.scss
Alexandre Fayolle 02ec5184d4 [ADD] stock_measuring_device
This is a rework of the stock_cubiscan module to allow supporting
different kind of measuring devices, with different communication
protocols. We use components from OCA/connector to abstract the
implementation of the backend (some devices are synchronous, others are
asynchronous...).

Others PR to come for stock_measuring_device_cubiscan and
stock_measuring_device_zippcube.
2021-09-09 17:49:37 +07:00

34 lines
646 B
SCSS

.o_web_client.o_fullscreen {
.o_form_view.measuring_wizard {
font-size: 16px;
@include media-breakpoint-up(x1) {
font-size: 18px;
}
.btn {
font-size: 1em;
padding: 1em;
margin: 0 5px;
}
.o_data_cell:not(.o_list_button) {
padding: 0.75em;
font-size: 1.5em;
margin: 0 5px;
}
.table-responsive {
overflow: hidden;
}
.o_field_many2one input.o_input {
font-size: 1.5em;
}
.o_form_statusbar {
display: none;
}
}
}