You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
311 B
24 lines
311 B
.media-db-plugin-list-wrapper {
|
|
display: flex;
|
|
align-content: center;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.media-db-plugin-list-toggle {
|
|
|
|
}
|
|
|
|
.media-db-plugin-list-text-wrapper {
|
|
flex: 1;
|
|
}
|
|
|
|
|
|
.media-db-plugin-list-text {
|
|
display: block;
|
|
}
|
|
|
|
small.media-db-plugin-list-text{
|
|
color: var(--text-muted);
|
|
}
|