Welcome page branding option

This commit is contained in:
RainLoop Team 2015-04-10 02:05:49 +04:00
parent acb013fbb5
commit 351c12c002
50 changed files with 531 additions and 160 deletions

View file

@ -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";

View file

@ -103,5 +103,9 @@
.legend {
width: 670px;
}
.nav-tabs {
width: 670px;
}
}
}

View file

@ -0,0 +1,9 @@
.popups {
.b-welcom-page-content {
.modal-header {
background-color: #fff;
}
}
}