Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: [XEUS-1590] Change Notification icon color. (#125)
Browse files Browse the repository at this point in the history
* fix: [XEUS-1590] Change Notification icon color.

Signed-off-by: zghzzj <2627191377@qq.com>

* remove tabs code

Signed-off-by: zghzzj <2627191377@qq.com>
  • Loading branch information
ZengGengHai authored Mar 25, 2020
1 parent 4eab7a3 commit 9ab9708
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/Alert/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '../../style/variables.scss';
.alert {
&.with-icon{
position: relative;
Expand All @@ -11,31 +12,31 @@
}
&.alert-danger {
& .icon path {
fill: #a94442;
fill: $red-normal;
}
& a{
color: #491217;
}
}
&.alert-info {
& .icon path {
fill: #31708f;
fill:$blue-normal;
}
& a{
color: #002752;
}
}
&.alert-success {
& .icon path {
fill: #3c763d;
fill:  $green-normal;
}
& a{
color: #0b2e13;
}
}
&.alert-warning {
& .icon path {
fill: #8a6d3b;
fill: $goldenrod-normal;
}
& a{
color: #533f03;
Expand Down
3 changes: 3 additions & 0 deletions src/components/Notification/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
flex: 0 0 14px;
margin-right: 8px;
vertical-align: top;
displayinline-flex;
justify-contentcenter;
align-itemscenter;
}
.Notification__Text {
display: inline-block;
Expand Down

0 comments on commit 9ab9708

Please sign in to comment.