mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 05:50:01 +00:00
46 lines
566 B
SCSS
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;
|
|
}
|