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

Commit

Permalink
feat: enhance the styls of SW-Update Popup (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz authored Jun 6, 2019
1 parent c4a5ecf commit 25d644f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@require './arrow.styl'
@require './wrapper.styl'
@require './toc.styl'
@require './sw-popup.styl'

html, body
padding 0
Expand Down
12 changes: 12 additions & 0 deletions styles/sw-popup.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Override the styles of popup in @vuepress/plgin-pwa

.global-ui
.sw-update-popup
border-color $accentColor
color $accentColor
border-radius 10px
button
background #d05dd2
color #FFF;
border-radius 5px
border none

0 comments on commit 25d644f

Please sign in to comment.