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.

caption.scss 194B

123456789101112
  1. @mixin runo-caption {
  2. .v-captionwrapper {
  3. margin: 0.3em 0 0 0;
  4. }
  5. .v-errorindicator {
  6. width: 12px;
  7. height: 16px;
  8. background: transparent url(../icons/16/error.png) no-repeat top right;
  9. }
  10. }