Skip to content

Commit

Permalink
Change the save botton at the about tab to the same style as the 'See…
Browse files Browse the repository at this point in the history
… IssueHunt' button at the crowdfunding tab
  • Loading branch information
dredav authored and Rokt33r committed Apr 28, 2019
1 parent 971e0cb commit 3c9d614
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion browser/main/modals/PreferencesModal/InfoTab.styl
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,24 @@

.policy-submit
margin-top 10px
height 35px
border-radius 2px
border none
background-color alpha(#1EC38B, 90%)
padding-left 20px
padding-right 20px
text-decoration none
color white
font-weight 600
font-size 16px
&:hover
background-color #1EC38B
transition 0.2s

.policy-confirm
margin-top 10px
font-size 12px


body[data-theme="dark"]
.root
color alpha($tab--dark-text-color, 80%)
Expand Down

0 comments on commit 3c9d614

Please sign in to comment.