Commit 858aa8ed authored by Trần Anh Phú's avatar Trần Anh Phú

update: fix style

parent 147d00fc
Pipeline #30598 canceled with stages
//input
.ant-input,
.ant-input-affix-wrapper {
@apply tw-text-lg tw-rounded-lg tw-border-grey tw-p-3 tw-w-full tw-flex;
}
.ant-input-focused,
.ant-input:focus {
@apply tw-border-primary tw-shadow-[0_0_0_2px_rgb(153,20,47,0.35)];
}
.ant-input:hover {
@apply tw-border-primary;
@apply tw-text-lg tw-rounded-lg tw-border-black tw-p-3 tw-w-full tw-flex;
}
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
import { shellConfig } from './app/+shell/feature/shell.config';
bootstrapApplication(AppComponent, appConfig)
.catch((err) => console.error(err));
bootstrapApplication(AppComponent, shellConfig).catch((err) =>
console.error(err)
);
......@@ -5,8 +5,6 @@
@import "custom/tailwind";
@import "custom/ant";
//ng-zorro
@import "node_modules/ng-zorro-antd/ng-zorro-antd.min.css";
@layer base {
:root {
//default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment