Taobin-Recipe-Manager/client/src/styles.css

17 lines
402 B
CSS
Raw Normal View History

2023-09-14 14:52:04 +07:00
/* You can add global styles to this file, and also import other style files */
2023-09-14 15:43:53 +07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2023-10-27 16:13:04 +07:00
@import url('https://fonts.googleapis.com/css?family=Kanit');
@import "~@ng-select/ng-select/themes/default.theme.css";
.ng-select-container {
max-width: 400px;
font-family: 'Kanit', sans-serif;
height: 48px;
}
.ng-value-container {
overflow-y: auto;
}