mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Add: Log in / Sign upの時にエラーが出たらAlertを表示する
Debug: Tray Icon, PopUpWindow, Menuがいつの間にか消える
This commit is contained in:
18
browser/styles/mixins/alert.styl
Normal file
18
browser/styles/mixins/alert.styl
Normal file
@@ -0,0 +1,18 @@
|
||||
alert()
|
||||
line-height 44px
|
||||
border-radius 5px
|
||||
|
||||
alertSuccess()
|
||||
alert()
|
||||
background-color successBackgroundColor
|
||||
color successTextColor
|
||||
|
||||
alertError()
|
||||
alert()
|
||||
background-color errorBackgroundColor
|
||||
color errorTextColor
|
||||
|
||||
alertInfo()
|
||||
alert()
|
||||
background-color infoBackgroundColor
|
||||
color infoTextColor
|
||||
Reference in New Issue
Block a user