mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
add mail sending request & add response alerts for PersonalSettingModal & fix preventDefault bug(PersonalSettingModal)
This commit is contained in:
@@ -167,6 +167,26 @@
|
||||
input
|
||||
float left
|
||||
width 250px
|
||||
.alertSuccess, .alertError, .alertInfo
|
||||
float right
|
||||
line-height 44px
|
||||
border-radius 5px
|
||||
transition 0.1s
|
||||
overflow hidden
|
||||
white-space nowrap
|
||||
width 200px
|
||||
text-align center
|
||||
&.hide
|
||||
width 0
|
||||
.alertSuccess
|
||||
background-color successBackgroundColor
|
||||
color successTextColor
|
||||
.alertError
|
||||
background-color errorBackgroundColor
|
||||
color errorTextColor
|
||||
.alertInfo
|
||||
background-color infoBackgroundColor
|
||||
color infoTextColor
|
||||
.saveButton
|
||||
float right
|
||||
.contact
|
||||
@@ -185,6 +205,26 @@
|
||||
clearfix()
|
||||
.saveButton
|
||||
float right
|
||||
.alertSuccess, .alertError, .alertInfo
|
||||
float right
|
||||
line-height 44px
|
||||
border-radius 5px
|
||||
transition 0.1s
|
||||
overflow hidden
|
||||
white-space nowrap
|
||||
width 200px
|
||||
text-align center
|
||||
&.hide
|
||||
width 0
|
||||
.alertSuccess
|
||||
background-color successBackgroundColor
|
||||
color successTextColor
|
||||
.alertError
|
||||
background-color errorBackgroundColor
|
||||
color errorTextColor
|
||||
.alertInfo
|
||||
background-color infoBackgroundColor
|
||||
color infoTextColor
|
||||
.info
|
||||
text-align left
|
||||
.infoLabel
|
||||
|
||||
@@ -38,3 +38,10 @@ tableEvenBgColor = white
|
||||
|
||||
facebookColor= #3b5998
|
||||
githubBtn= #201F1F
|
||||
|
||||
successBackgroundColor= #E0F0D9
|
||||
successTextColor= #3E753F
|
||||
errorBackgroundColor= #F2DEDE
|
||||
errorTextColor= #A64444
|
||||
infoBackgroundColor= #D9EDF7
|
||||
infoTextColor= #34708E
|
||||
|
||||
Reference in New Issue
Block a user