blob: e43258016912db6d8e2a46c1e0a0e0e45270b8f9 [file] [log] [blame]
////
/// @group layout/cash-register
////
/// Styles related to POS/Cash register application. To receive these styles, components need to be placed inside a global layout with style name "os-cash-register".
@mixin os-cash-register ($as-module: false) {
/* cash-field-width set in _textfield */
.os-cash-register {
@include os-statemachine;
}
}