cc-core-cli
Version:
Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.
60 lines (48 loc) • 845 B
CSS
.dropdown {
position: relative;
display: inline-block;
width: 100%;
}
.dropdown-toggle {
border: 1px solid #d9d9d9;
border-radius: 6px;
padding: 4px 11px;
width: 100%;
}
.show {
display: block;
}
.group-title {
font-weight: bold;
margin-bottom: 5px;
}
.dropdown-item {
cursor: pointer;
padding: 5px;
}
.dropdown-item:hover {
background-color: var(--hover-color);
}
.group {
border-bottom: 1px solid #ddd;
margin-bottom: 8px;
padding-bottom: 8px;
}
.dropdown-menu {
padding: 5px;
}
.dropdown-text {
padding-top: 5px;
display: inline-block;
}
.dropdown-item.highlight-dropdown-item {
background-color: #e8fdff;
}
.dropdown-content-main {
height: 200px ;
min-width: 300px;
overflow: scroll;
}
.label-date-search {
padding-bottom: 8px;
}