Further changes to the welcome dashboard for theme customization.

This commit is contained in:
Aditya Toshniwal
2019-11-12 17:53:52 +05:30
committed by Akshay Joshi
parent fb87920bbb
commit 636ab29669
4 changed files with 77 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
.dashboard-icon {
color: $color-primary;
color: $color-brand;
}
.dashboard-container {
@@ -63,3 +63,16 @@
}
}
}
.welcome-logo {
width: 400px;
& .app-name {
fill: $color-brand;
}
& .app-name-underline {
stroke: $color-fg;
}
& .app-tagline {
fill: $color-fg;
}
}