1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

include auth.scss file and redirect once on logout

This commit is contained in:
Harvey Kandola 2017-11-30 14:37:47 +00:00
parent 7188324714
commit e8785f5420
9 changed files with 19 additions and 18 deletions

View file

@ -23,6 +23,6 @@
.sso-box {
text-align: center;
margin-top: 150px;
font-size: 24px;
font-size: 3rem;
color: $color-gray;
}

View file

@ -5,3 +5,4 @@
@import "onboard.scss";
@import "customize.scss";
@import "search.scss";
@import "auth.scss";