You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

embedded.scss 185B

12345678
  1. @mixin base-embedded($primaryStyleName : v-embedded) {
  2. .v-table .#{$primaryStyleName}-image {
  3. /* make embeddeds be centered in centered table cells. */
  4. display: inline-block;
  5. }
  6. }