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

@@ -32,7 +32,7 @@
}
.modal-content {
background-color: @dark-gray;
background-color: #00303f;
}
}
@@ -139,8 +139,8 @@
top: 0;
left: 0;
position: absolute;
border-radius: 3px 0 0px 3px;
background-color: #23282C;
border-radius: 3px 0 0 3px;
background-color: #022631;
}
}
}