mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Welcome page branding option
This commit is contained in:
parent
acb013fbb5
commit
351c12c002
50 changed files with 531 additions and 160 deletions
|
|
@ -54,6 +54,7 @@
|
|||
@import "Components.less";
|
||||
@import "SystemDropDown.less";
|
||||
@import "Login.less";
|
||||
@import "WelcomPage.less";
|
||||
@import "Ask.less";
|
||||
@import "Shortcuts.less";
|
||||
@import "FolderList.less";
|
||||
|
|
|
|||
|
|
@ -103,5 +103,9 @@
|
|||
.legend {
|
||||
width: 670px;
|
||||
}
|
||||
|
||||
.nav-tabs {
|
||||
width: 670px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
9
dev/Styles/WelcomPage.less
Normal file
9
dev/Styles/WelcomPage.less
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.popups {
|
||||
.b-welcom-page-content {
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue