1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00
Files
Boostnote/browser/styles/mixins/alert.styl
Rokt33r c6ef86cbbe Add: Log in / Sign upの時にエラーが出たらAlertを表示する
Debug: Tray Icon, PopUpWindow, Menuがいつの間にか消える
2015-07-29 22:43:27 +09:00

19 lines
311 B
Stylus

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