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