Skip to content

Commit

Permalink
GolosChain#591 transfer message dashed underline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sualex committed May 2, 2018
1 parent 05f238b commit 33171d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15) !important;
}

.notification-bar a {
color: #71b4e1;
border-bottom: 1px dotted #71b4e1;
}

//
.notification-bar-wrapper {
Expand Down
12 changes: 7 additions & 5 deletions app/components/elements/Notifications/NotifyContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
fill: black !important;
}
}

//
.NotificationContent__icon {
//background: yellow;
display: flex;
Expand All @@ -78,16 +78,18 @@
> svg {
width: 37px;
height: 37px;
//vertical-align: top;
}

//& > svg:hover > path {
// fill: black !important;
//}
}



//
.NotificationContent__action_source > span > span > a {
color: #71b4e1;
border-bottom: 1px dotted #71b4e1;
}
//
.NotificationContent__action_source {
// background: 'white',
color: #424242 !important;
Expand Down

0 comments on commit 33171d0

Please sign in to comment.