You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
477 B
SCSS

.page-admin-extend.page-admin-widgets {
[component="clone"] {
display: flex;
align-items: stretch;
align-content: stretch;
[component="clone/button"] {
flex-grow: 1;
text-align: left;
}
.dropdown-menu {
max-height: 300px;
overflow-y: scroll;
min-width: 250px;
border-radius: 0;
}
}
.container-hover {
.container-html {
// border: 1px solid red!important;
@extend .border;
@extend .border-2;
@extend .border-primary;
}
}
}