Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

54 lines
763 B

.file-card {
flex: 0 1 49%;
}
// .filters-card {
// flex: 0 1 24%
// }
.p-overlaypanel {
// width: 450px;
min-width: 450px;
}
.p-toolbar-group-right {
button {
margin-left: 10px;
}
}
.p-sidebar-content {
.p-toolbar {
margin-top: 32px;
}
}
.p-card-header {
.p-toolbar {
border: unset;
border-radius: unset;
border-bottom: 1px solid #dee2e6;
padding: .5rem;
}
}
button.add-searchers {
height: 100%;
}
.p-col.sidebar-title {
display: flex;
align-content: flex-start;
justify-content: flex-start;
}
.p-grid.sidebar-title-container {
padding-top: 50px;
}
.md-viewer {
text-align: start;
h1, h2, h3, h4, h5 {
font-size: initial;
}
}