common.ui.css 1.1 KB

1234567891011121314
  1. .deploy-menu-header {position: relative; left: 0; width: 180px; height: 32px; border: 1px solid var(--color-border); justify-content: center; padding: 0 24px; border-right: 0;}
  2. .deploy-menu-header::before,
  3. .deploy-menu-header::after {content: ''; position: absolute; top: 0; right: -12px; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent var(--color-border); border-width: 15px 0 15px 12px;}
  4. .deploy-menu-header::after {right: -11px; border-color: transparent transparent transparent var(--color-canvas);}
  5. .deploy-menu-header .module-title {font-size: var(--font-size-base);}
  6. .deploy-menu-header > .btn-close {position: absolute; right: 0; font-weight: normal;}
  7. .deploy-menu-header > .btn-close:not(:hover) {opacity: .5;}
  8. #deployMenu menu.nav {border-bottom: 1px solid #ddd}
  9. #deployMenu .nav-item>a.active {border-bottom-color: var(--color-primary-500) !important; border-bottom-width: 2px; margin-bottom: -1px;}
  10. #deployMenu .manage-btn {margin-top: -38px;}
  11. #productRow .first-action .delete-span {display: none;}
  12. #productRow .first-action {margin-right: 30px;}