22 lines
348 B
CSS
22 lines
348 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.cm-focused {
|
|
outline: none !important;
|
|
}
|
|
|
|
.bg-blue {
|
|
background-color: #124559;
|
|
}
|
|
|
|
.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;
|
|
} |