mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
fixed the error message for promise timeout and failure.
This commit is contained in:
parent
2c58ddf3a9
commit
f4d2f10148
3 changed files with 22 additions and 11 deletions
|
@ -9,10 +9,12 @@
|
|||
}
|
||||
|
||||
.msgbox {
|
||||
border-radius: 25px;
|
||||
padding: 15px;
|
||||
border: 1px solid;
|
||||
margin: 10px 0px;
|
||||
padding:15px 10px 15px 25px;
|
||||
}
|
||||
|
||||
.msgbox-error {
|
||||
background: #ff4000;
|
||||
color: #D8000C;
|
||||
background-color: #FFBABA;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue