Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from pkmnct/switch-to-noty
Browse files Browse the repository at this point in the history
Switch to Noty
  • Loading branch information
pkmnct committed Jun 29, 2019
2 parents 36ebc5c + 2ba1554 commit 46803ad
Show file tree
Hide file tree
Showing 13 changed files with 3,865 additions and 962 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## This Chrome Extension is deprecated. Mint now supports adding Robinhood accounts natively.
The extension may continue to work, but will add the Robinhood balance as a _collectible_. If you [add Robinhood to Mint natively](https://help.mint.com/General/888961131/How-do-I-add-a-new-account-in-Mint.htm) the balance will show up under investments. Any changes made to Robinhood or Mint in the future could break this extension.
## Important Note: Mint now supports adding Robinhood accounts natively.
The extension should continue to work, but will add the Robinhood balance as a _collectible_. If you [add Robinhood to Mint natively](https://help.mint.com/General/888961131/How-do-I-add-a-new-account-in-Mint.htm) the balance will show up under investments. Any changes made to Robinhood or Mint in the future could break this extension.

<img src="https://raw.githubusercontent.com/pkmnct/robinhood-mint-sync-chrome/master/images/icon512.png" alt="Mint and Robinhood Sync Icon" width="128" height="128">

Expand Down
10 changes: 0 additions & 10 deletions css/macOSNotif.min.css

This file was deleted.

44 changes: 32 additions & 12 deletions css/mint-overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,40 @@
font-weight: bold;
}

.macOSNotif_Image {
padding: 1.5em .4em;
width: 32px !important;
.notification-image {
padding: 1.5em;
padding-left: .75em;
max-width: 32px;
float: left;
}

.notification-title {
padding: 1em 0;
}
.macOSNotif_Text {
text-decoration: none !important;
cursor: unset !important;

.notification-action {
display: flex;
justify-content: flex-end;
}
.macOSNotif_Title {
text-overflow: unset !important;

.notification-action-link {
margin: 1em;
padding: .5em 1em;
margin-top: .5em;
background-color: rgba(0,0,0,.07);
color: inherit;
}
.macOSNotif_Subtitle {
font-size: 11px !important;

.notification-action-link:hover {
background-color: rgba(0,0,0,.15);
text-decoration: none;
}
.macOSNotif_Button {
text-decoration: none !important;

.notification-wrapper {
display: flex;
}

.notification-right {
display: flex;
flex-direction: column;
}
Loading

0 comments on commit 46803ad

Please sign in to comment.