19 lines
353 B
CSS
19 lines
353 B
CSS
|
.textright[data-v-c7c47025] {
|
||
|
text-align: right;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.textright .disblocks[data-v-c7c47025] {
|
||
|
display: inline-block;
|
||
|
width: 35px;
|
||
|
text-align: center;
|
||
|
position: relative;
|
||
|
}
|
||
|
.textright .disblocks span[data-v-c7c47025] {
|
||
|
position: absolute;
|
||
|
display: inline-block;
|
||
|
background: #e24f4f;
|
||
|
color: #fff;
|
||
|
top: -5px;
|
||
|
right: 0;
|
||
|
}
|