create.ui.css 868 B

123456789101112
  1. #copyExecutionModal .modal-dialog {max-height: unset;}
  2. #copyExecutionModal .copy-title {min-width: 130px;}
  3. #copyExecutionModal .execution-block {flex: 0 1 calc(50% - 0.5rem); padding: 20px 10px; overflow: hidden;}
  4. #copyExecutions div.bg-gray-100 {width: 100%;}
  5. #copyExecutions .btn:hover {--tw-ring-color: var(--color-primary-500);}
  6. #copyExecutions .btn:before {background: none;}
  7. #copyExecutions .btn.primary-outline {background-color: var(--color-primary-50);}
  8. #copyExecutions .btn.primary-outline:after {position: absolute; content: '\e92f'; font-family: ZentaoIcon; font-size: 20px; right: 10px;}
  9. #copyExecutions .btn.primary-outline span{color: rgba(var(--color-fore-rgb),var(--tw-text-opacity));}
  10. #copyExecutions .execution-block span {width: calc(100% - 45px); overflow: hidden;}
  11. #form-execution-create [data-name='dateRange'] > .input-group {display: block;}