UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

15 lines (14 loc) 444 B
/** * DevExtreme (widgets/material/card.material.less) * Version: 20.1.4 * Build date: Tue Jun 02 2020 * * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ .dx-card { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); border-radius: @base-border-radius; background-color: @base-bg; margin: 2px 2px 3px; }