-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Erindcl
committed
Jul 29, 2020
1 parent
9ce199c
commit 445a70d
Showing
6 changed files
with
67 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.ant-alert { | ||
padding: 12px 16px 12px 40px; | ||
} | ||
.ant-alert.ant-alert-no-icon { | ||
padding: 12px 16px; | ||
} | ||
.ant-alert-icon { | ||
top: 13px; | ||
left: 16px; | ||
font-size: 16px; | ||
} | ||
.ant-alert-close-icon { | ||
top: 10px; | ||
right: 14px; | ||
} | ||
.ant-alert-with-description { | ||
padding: 12px 16px 12px 54px; | ||
.ant-alert-icon { | ||
top: 13px; | ||
left: 20px; | ||
} | ||
.ant-alert-close-icon { | ||
top: 12px; | ||
} | ||
} |
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