mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
19 lines
311 B
Stylus
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
|