2023-09-19 20:46:40 +08:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
2023-09-19 20:46:48 +08:00
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-09-19 20:46:50 +08:00
|
|
|
.cm-focused {
|
|
|
|
outline: none !important;
|
2023-09-19 20:46:48 +08:00
|
|
|
}
|
2023-09-19 20:46:54 +08:00
|
|
|
|
2023-09-19 20:46:59 +08:00
|
|
|
.bg-blue {
|
|
|
|
background-color: #124559;
|
|
|
|
}
|
2023-09-19 20:47:51 +08:00
|
|
|
|
|
|
|
.semi-form-vertical .semi-form-field {
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 8px !important;
|
|
|
|
padding-bottom: 8px !important;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.semi-card .semi-collapse-item{
|
|
|
|
border: none !important;
|
|
|
|
}
|