Files
page-assist/src/css/tailwind.css

17 lines
279 B
CSS
Raw Normal View History

2023-04-09 23:28:52 +05:30
@font-face {
font-family: 'font';
src: url('font.ttf') format('truetype');
}
* {
2023-04-09 23:28:52 +05:30
font-family: 'font' !important;
}
@tailwind base;
@tailwind components;
2024-02-15 00:26:13 +05:30
@tailwind utilities;
.ant-select-selection-search-input {
border: none !important;
box-shadow: none !important;
}