tabby/tabby-core/src/components/selectorModal.component.scss
2022-11-01 17:13:23 +01:00

46 lines
566 B
SCSS

.modal-body {
padding: 0;
}
.list-group {
max-height: 70vh;
overflow: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding: 10px 15px;
}
.group-header {
padding: 0 1rem;
margin: 15px 0 10px;
font-weight: bold;
&:first-child {
margin-top: 5px;
}
}
.icon {
width: 1.25rem;
margin-right: 0.25rem;
}
.title {
margin-left: 10px;
flex: none;
}
.description {
flex: 1 1 0;
}
input {
border-radius: 0;
border: none;
}
profile-icon {
width: 14px;
height: 14px;
}