@vendasta/store
Version:
Components and data for Store
26 lines (16 loc) • 1.01 kB
CSS
.flex-row { display: flex; flex-direction: row; }
.toolbar { padding: 0; background-color: #ffffff; color: #616161; }
.toolbar .disabled { cursor: default; }
.toolbar .disabled mat-icon { cursor: default; color: #9e9e9e; }
.toolbar va-search-box { margin-right: 10px; width: 350px; }
.toolbar .table-controls-row { padding: 0 10px 10px; display: flex; flex-direction: row; align-items: center; }
.toolbar .table-controls-row:first-of-type { padding-top: 10px; }
.top-border { border-top: 1px solid #ffffff; }
.selected { background-color: #ffffff; }
.row { display: flex; flex-wrap: wrap; }
.row + .row-gutters { margin-top: 0; }
.row-gutters { margin-top: -20px; margin-left: -20px; }
.row-gutters > .col-flex { padding-top: 20px; padding-left: 20px; }
.col-flex { position: relative; max-width: 100%; box-sizing: border-box; flex: 0 0 auto; width: 100%; }
@media screen and (min-width: 480px) { .col-flex { width: 50%; } }
@media screen and (min-width: 1200px) { .col-flex { width: 33.333333%; } }