Update browser UI with new logo and colors (#7408)

This commit is contained in:
Rushan
2019-03-23 22:27:09 +05:30
committed by Harshavardhana
parent 89e45d0695
commit 22b4fe0a51
18 changed files with 179 additions and 83 deletions

View File

@@ -50,3 +50,12 @@
-webkit-animation: zoomIn 250ms, spin 700ms 250ms infinite linear;
animation: zoomIn 250ms, spin 700ms 250ms infinite linear;
}
/*----------------------------------------
Placeholder
-----------------------------------------*/
.placeholder(@color) {
::-webkit-input-placeholder { color: @color }
::-moz-placeholder { color: @color }
:-ms-input-placeholder { color: @color }
}