sh_discord_bot/kdb-web/src/styles/primeng-fixes.scss

107 lines
1.9 KiB
SCSS
Raw Normal View History

2022-10-16 00:13:03 +02:00
@import "./constants.scss";
.btn {
&:focus {
box-shadow: none !important;
}
2022-10-16 00:13:03 +02:00
}
.p-menu,
.p-panelmenu {
background: none !important;
border: none !important;
width: auto !important;
border-radius: 0px !important;
padding: 0 !important;
.p-menuitem-link,
.p-panelmenu-header > a,
.p-panelmenu-content .p-menuitem .p-menuitem-link {
$distance: 10px;
padding: $distance 0px $distance $distance !important;
margin: 4px 0px 4px 6px !important;
}
2022-10-16 00:13:03 +02:00
}
header,
.app {
.p-menu-overlay {
top: $headerHeight !important;
}
2022-10-16 00:13:03 +02:00
}
.p-panelmenu {
.p-panelmenu-icon {
order: 1; // to be the first item on right side.
}
.p-menuitem-text {
flex-grow: 1; // to fill the whole space and push the icon to the end
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.p-panelmenu-header > a {
border: none !important;
border-radius: none !important;
font-weight: none !important;
transition: none !important;
}
.p-panelmenu-content {
border: none !important;
background: none !important;
}
.p-menuitem-text {
line-height: normal !important;
}
}
2022-10-16 00:13:03 +02:00
ui-menu .ui-menu-parent .ui-menu-child {
width: 400px; /* exagerated !! */
2022-10-16 00:13:03 +02:00
}
.p-toast-detail {
white-space: pre-line;
2022-10-16 00:13:03 +02:00
}
.p-datatable .p-sortable-column:focus {
box-shadow: none !important;
2022-10-16 00:13:03 +02:00
}
.p-password {
padding: 0px !important;
2022-10-16 00:13:03 +02:00
}
.p-paginator {
background-color: transparent !important;
border: none !important;
2022-10-16 00:13:03 +02:00
}
p-table {
.p-datatable .p-datatable-header {
border: none !important;
}
.p-datatable .p-datatable-header,
.p-datatable .p-datatable-tbody > tr,
.p-datatable .p-datatable-thead > tr > th {
background-color: transparent !important;
color: inherit !important;
}
2022-10-16 00:13:03 +02:00
}
.pi-sort-alt:before {
content: "\e915" !important;
2022-10-16 00:13:03 +02:00
}
.pi-sort-amount-up-alt:before {
content: "\e914" !important;
2022-10-16 00:13:03 +02:00
}
.pi-sort-amount-down:before {
content: "\e913" !important;
2022-10-16 00:13:03 +02:00
}