35 lines
425 B
SCSS
35 lines
425 B
SCSS
#bootstrapper
|
|
{
|
|
[v-cloak] { display: none }
|
|
|
|
.operation
|
|
{
|
|
.status
|
|
{
|
|
display: inline-block;
|
|
height: 32px;
|
|
width: 32px;
|
|
|
|
i,
|
|
img
|
|
{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
span
|
|
{
|
|
display: inline-block;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
}
|
|
|
|
ul
|
|
{
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
} |