// Custom Theming for NG-ZORRO // For more information: https://ng.ant.design/docs/customize-theme/en @import "../../../node_modules/ng-zorro-antd/ng-zorro-antd.less"; // Override less variables to here // View all variables: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/components/style/themes/default.less // @primary-color: #1890ff; /* You can add global styles to this file, and also import other style files */ @tailwind utilities; html, body { height: 100vh; } ul, li { list-style: none; margin: 0; padding: 0; } .upload-btn { position: relative; input { display: block; height: 100%; background-color: red; position: absolute; inset: 0; opacity: 0; font-size: 0; cursor: pointer; } }