26 lines
479 B
CSS
26 lines
479 B
CSS
|
.w-100{
|
||
|
width:100%;
|
||
|
}
|
||
|
.max-w-350{
|
||
|
max-width: 22rem;
|
||
|
}
|
||
|
.min-w-260{
|
||
|
min-width: 16.25rem;
|
||
|
}
|
||
|
.list-top-icon{
|
||
|
width:1rem ;
|
||
|
height:1rem;
|
||
|
background: url('../img/posTop.svg') no-repeat;
|
||
|
background-position: center;
|
||
|
background-size: 1rem 1rem;
|
||
|
}
|
||
|
.add-new-icon{
|
||
|
width:1rem ;
|
||
|
height:1rem;
|
||
|
background: url('../img/addIcon.svg') no-repeat;
|
||
|
background-position: center;
|
||
|
background-size: 1rem 1rem;
|
||
|
}
|
||
|
.block{
|
||
|
display: block !important;
|
||
|
}
|