mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Further changes to the welcome dashboard for theme customization.
This commit is contained in:
committed by
Akshay Joshi
parent
fb87920bbb
commit
636ab29669
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user