28 lines
335 B
Plaintext
28 lines
335 B
Plaintext
|
|
||
|
.uid-list {
|
||
|
display: flex;
|
||
|
|
||
|
.cont {
|
||
|
background: rgba(0, 0, 0, 0.5);
|
||
|
margin: 5px;
|
||
|
width: 50%;
|
||
|
|
||
|
.cont-body {
|
||
|
background: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
list-style: none;
|
||
|
display: flex;
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
margin: 0;
|
||
|
border-radius: 5px;
|
||
|
|
||
|
strong {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|