1
0
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:
Rokt33r
2015-07-25 12:07:09 +09:00
parent 8c3510413a
commit 4df489bd10
6 changed files with 161 additions and 13 deletions

View File

@@ -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

View File

@@ -38,3 +38,10 @@ tableEvenBgColor = white
facebookColor= #3b5998
githubBtn= #201F1F
successBackgroundColor= #E0F0D9
successTextColor= #3E753F
errorBackgroundColor= #F2DEDE
errorTextColor= #A64444
infoBackgroundColor= #D9EDF7
infoTextColor= #34708E