mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
47 lines
684 B
SCSS
47 lines
684 B
SCSS
button[nbTreeGridRowToggle] {
|
|
background: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.search-label {
|
|
display: block;
|
|
}
|
|
.search-input {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.nb-column-name {
|
|
width: 100%;
|
|
}
|
|
|
|
.nb-tree-grid-header-cell,
|
|
.nb-tree-grid-header-cell button {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
@media screen and (min-width: 400px) {
|
|
.nb-column-name,
|
|
.nb-column-size {
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 500px) {
|
|
.nb-column-name,
|
|
.nb-column-size,
|
|
.nb-column-kind {
|
|
width: 33.333%;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 600px) {
|
|
.nb-column-name {
|
|
width: 31%;
|
|
}
|
|
.nb-column-size,
|
|
.nb-column-kind,
|
|
.nb-column-items {
|
|
width: 23%;
|
|
}
|
|
}
|