33 lines
394 B
SCSS
33 lines
394 B
SCSS
|
#bootstrapper
|
||
|
{
|
||
|
.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;
|
||
|
}
|
||
|
}
|