Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Meu-Template-Angular-CSR
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Trần Anh Phú
Meu-Template-Angular-CSR
Commits
858aa8ed
Commit
858aa8ed
authored
Oct 13, 2024
by
Trần Anh Phú
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: fix style
parent
147d00fc
Pipeline
#30598
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
13 deletions
+5
-13
_input.scss
src/custom/ant/_input.scss
+1
-8
main.ts
src/main.ts
+4
-3
styles.scss
src/styles.scss
+0
-2
No files found.
src/custom/ant/_input.scss
View file @
858aa8ed
//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
;
}
}
src/main.ts
View file @
858aa8ed
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
)
);
src/styles.scss
View file @
858aa8ed
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment