Changed logo (the dots say 'snappy' in braille)

This commit is contained in:
djmaze 2020-09-24 11:52:24 +02:00
parent f70d2c6884
commit 72780a885e
23 changed files with 3 additions and 51 deletions

View file

@ -260,7 +260,7 @@ export function sound(fileName) {
* @returns {string}
*/
export function notificationMailIcon() {
return staticPrefix('css/images/icom-message-notification.png');
return staticPrefix('css/images/icon-message-notification.png');
}
/**

View file

@ -6,7 +6,7 @@
height: 250px;
margin-top: -10px;
margin-bottom: -10px;
background-image: url("images/rainloop-logo.png");
background-image: url("images/snappymail-logo.png");
}
.rl-desc {
margin-top: 20px;

View file

@ -1,8 +1,4 @@
@rlSyncFile: "images/sync.gif";
@rlSyncFileStop: "images/sync.png";
@rlEditorSprite: "images/editor.png";
@rlLeftWidth: 200px;
@rlInputBorderSize: 1px;
@rlMainBorderSize: 1px;
@ -17,12 +13,6 @@
@rlBottomMargin: 5px;
@rlMainDarkColor: #aaa;
@rlMessageDelimiterColor: #999;
// bootstart
@btnBorderRadius: 3px;
@tooltipColor: #eee;
@tooltipBackground: #333;
@tooltipArrowWidth: 5px;
@tooltipArrowColor: #333;