add notification on input
This commit is contained in:
parent
853bcca28e
commit
b2f1d48b34
2 changed files with 39 additions and 20 deletions
|
|
@ -1644,6 +1644,22 @@ a.text-warning:hover {color: #FD7262;}
|
|||
|
||||
/*/////////////////////////////////////////////////*/
|
||||
|
||||
.createProfile .icon-input {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
.createProfile .icon-input i {
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
color: #fff;
|
||||
margin-right: 14px;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.createProfile .input, .home .input {
|
||||
box-shadow: 0px 0px 0px 3px #213140, inset 1px 1px 0px 0px rgba(0,0,0,0.05);
|
||||
border-radius: 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue