Files
mermaid-live-editor/src/app.postcss
T
2025-02-21 21:02:47 +05:30

22 lines
355 B
Plaintext

@import '@fortawesome/fontawesome-free/css/all.min.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
.input {
@apply flex-1 rounded border-2 border-solid border-primary;
}
.action-btn {
@apply btn btn-primary;
}
#graph-div sub,
#graph-div sup {
position: initial;
vertical-align: revert;
}
.d {
@apply border border-red-500;
}