|
|
|
.control {
|
|
padding: 4px;
|
|
}
|
|
|
|
.value {
|
|
font-size: x-large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.list {
|
|
min-height: 620px;
|
|
}
|
|
|
|
.types {
|
|
padding: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
.empty {
|
|
display: flex;
|
|
width: 100%;
|
|
flex: 1;
|
|
background-color: white;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |