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
|
|
|
body {
|
2023-09-19 20:46:54 +08:00
|
|
|
overflow: hidden;
|
2023-09-19 20:46:59 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-blue {
|
|
|
|
background-color: #124559;
|
|
|
|
}
|