* Adjust style of the copy execution box.

This commit is contained in:
tianshujie
2023-06-28 15:27:50 +08:00
parent 371ff6a3e0
commit eb6fb963c8
8 changed files with 166 additions and 23 deletions
+11
View File
@@ -3,3 +3,14 @@
#lifeTimeTips {padding-left: 1rem; align-items: center;}
.team-hr {margin-top: 0 !important;}
#productsBox .line-btn {width: 48px; margin-right: 32px;}
#copyExecutionModal .modal-dialog {max-height: unset;}
#copyExecutionModal .copy-title {min-width: 130px;}
#copyExecutionModal .selectProject {width: 20%;}
#copyExecutionModal .execution-block {flex: 0 1 30%; padding: 20px 10px; margin: 4px 12px; overflow: hidden;}
#copyExecutions div.bg-lighter {width: 100%;}
#copyExecutions .btn:hover {--tw-ring-color: var(--color-primary-500);}
#copyExecutions .btn:before {background: none;}
#copyExecutions .btn.primary-outline {background-color: var(--color-primary-50);}
#copyExecutions .btn.primary-outline:after {position: absolute; content: '\e92f'; font-family: ZentaoIcon; font-size: 20px; right: 25px;}
#copyExecutions .btn.primary-outline span{color: rgba(var(--color-fore-rgb),var(--tw-text-opacity));}