32 lines
841 B
CSS
32 lines
841 B
CSS
|
|
.tags-select-col {
|
|
position: relative;
|
|
top: 15px;
|
|
margin: 0;
|
|
border-radius: .4rem;
|
|
height: 45px;
|
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
}
|
|
.tags-select-col .select-wrapper {
|
|
top: 5px;
|
|
}
|
|
.tags-select-col .select-wrapper input {
|
|
color: var(--theme-secondary);
|
|
}
|
|
@media screen and (max-width: 992px) {
|
|
.tags-select-col {
|
|
top: 0;
|
|
/*width: calc(100vw - 45px) !important;*/
|
|
/*margin-left: 15px !important;*/
|
|
}
|
|
}
|
|
|
|
.expandable-card {
|
|
max-height: 146px;
|
|
min-height: 146px;
|
|
border: 0;
|
|
}
|
|
.collection-url-collection-item:hover {
|
|
background: var(--theme-background) !important;
|
|
} |