@import "mithril-material-forms/lib/units";
@import "mithril-material-forms/lib/form";


.editron-value {
    @include with-form(); // set default styles on form container (group of label, content, description)
    padding: 2 * $mmf-unit;
    box-sizing: border-box;

    background-color: $mmf-color--light;
    // workaround, card may not have overflow hidden to clip border radius
    border-bottom-left-radius: $mmf-radius;
    border-bottom-right-radius: $mmf-radius;
}
