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 //input
.ant-input, .ant-input,
.ant-input-affix-wrapper { .ant-input-affix-wrapper {
@apply tw-text-lg tw-rounded-lg tw-border-grey tw-p-3 tw-w-full tw-flex; @apply tw-text-lg tw-rounded-lg tw-border-black 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;
} }
import { bootstrapApplication } from '@angular/platform-browser'; import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component'; import { AppComponent } from './app/app.component';
import { shellConfig } from './app/+shell/feature/shell.config';
bootstrapApplication(AppComponent, appConfig) bootstrapApplication(AppComponent, shellConfig).catch((err) =>
.catch((err) => console.error(err)); console.error(err)
);
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
@import "custom/tailwind"; @import "custom/tailwind";
@import "custom/ant"; @import "custom/ant";
//ng-zorro
@import "node_modules/ng-zorro-antd/ng-zorro-antd.min.css";
@layer base { @layer base {
:root { :root {
//default //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