-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed repetitive overridden styles caused by imports (#151) * upgrade fave-ui version
- Loading branch information
1 parent
38f7910
commit 9dfeebc
Showing
57 changed files
with
392 additions
and
586 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
@import 'antd/lib/style/default.css'; | ||
@import 'antd/lib/affix/style/index.css'; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import 'antd/lib/alert/style/index.css'; | ||
|
||
.ant-alert { | ||
@apply border-none; | ||
@apply rounded-lg; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
@import 'antd/lib/avatar/style/index.css'; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
@import 'antd/lib/style/default.css'; | ||
@import 'antd/lib/back-top/style/index.css'; | ||
.ant-back-top { | ||
button { | ||
@apply bg-slate-700; | ||
@apply outline-transparent !important; | ||
@apply hover:bg-slate-700 hover:opacity-75; | ||
|
||
.ant-back-top{ | ||
button{ | ||
|
||
@apply bg-slate-700; | ||
@apply outline-transparent !important; | ||
@apply hover:bg-slate-700 hover:opacity-75; | ||
|
||
svg{ | ||
@apply text-white; | ||
@apply hover:text-white; | ||
} | ||
svg { | ||
@apply text-white; | ||
@apply hover:text-white; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import 'antd/lib/badge/style/index.css'; | ||
|
||
.ant-badge { | ||
sup { | ||
@apply top-[15%] right-[15%]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import 'antd/lib/checkbox/style/index.css'; | ||
|
||
.ant-checkbox { | ||
&:hover { | ||
.ant-checkbox-inner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,29 @@ | ||
@import "antd/lib/style/default.css"; | ||
@import 'antd/lib/descriptions/style/index.css'; | ||
.ant-descriptions { | ||
&-header { | ||
@apply mb-4; | ||
} | ||
|
||
.ant-descriptions{ | ||
&-title { | ||
@apply font-inter text-base font-bold text-neutral-700; | ||
} | ||
|
||
&-header{ | ||
@apply mb-4; | ||
} | ||
|
||
&-title{ | ||
@apply font-inter text-base font-bold text-neutral-700; | ||
} | ||
|
||
&-item{ | ||
|
||
@apply font-inter font-normal; | ||
&-item { | ||
@apply font-inter font-normal; | ||
|
||
&-label{ | ||
@apply text-xs text-neutral-400; | ||
} | ||
|
||
&-content{ | ||
@apply text-sm text-neutral-700; | ||
} | ||
&-label { | ||
@apply text-xs text-neutral-400; | ||
} | ||
|
||
&-row > th{ | ||
@apply pb-1; | ||
&-content { | ||
@apply text-sm text-neutral-700; | ||
} | ||
} | ||
|
||
&-row > td{ | ||
@apply pb-6; | ||
} | ||
} | ||
&-row > th { | ||
@apply pb-1; | ||
} | ||
|
||
&-row > td { | ||
@apply pb-6; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
@import 'antd/lib/style/default.css'; | ||
@import 'antd/lib/divider/style/index.css'; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import 'antd/lib/drawer/style/index.css'; | ||
|
||
.ant-drawer { | ||
&.ant-drawer-right, | ||
&.ant-drawer-left { | ||
|
Oops, something went wrong.