ngx-aside-ease
Version:
ngx-aside-ease is an Angular library that offers a lightweight, performant, and responsive aside panel. This library has multiple options and offers a good user experience.
18 lines (17 loc) • 330 B
CSS
.ngx-item {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 6rem;
padding: 0.6rem;
cursor: pointer;
text-transform: capitalize;
overflow-x: hidden;
user-select: none;
}
.ngx-title {
text-align: center;
padding: 0.6rem;
overflow-x: hidden;
user-select: none;
}