Files
2026-04-28 15:13:50 +02:00

54 lines
899 B
SCSS

//#complianz {
// .cmplz-header-container .cmplz-settings-header {
// display: flex;
// justify-content: space-between;
// height: 70px;
// box-sizing: border-box;
//
// img {
// margin: auto 0;
// height: 26px;
// }
//
// .cmplz-header-menu {
// display: flex;
// align-items: center;
// height: 100%;
// padding: 0 20px;
// box-sizing: border-box;
//
// .cmplz-header-menu-item {
// display: flex;
// align-items: center;
// height: 100%;
// padding: 0 20px;
// box-sizing: border-box;
//
// &:first-child {
// margin-left: 0;
// }
//
// &:last-child {
// margin-right: 0;
// }
//
// &.cmplz-header-menu-item-active {
// background-color: #f5f5f5;
// }
// }
// }
//
// .cmplz-header-actions {
// display: flex;
// align-items: center;
// margin-left: auto;
// gap: var(--rsp-spacing-s);
//
// select {
// max-width: 60ch;
// }
// }
//
// }
//}