mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat(tour): improve styling
This commit is contained in:
parent
bea725d358
commit
77219602ba
2 changed files with 37 additions and 4 deletions
|
|
@ -36,8 +36,8 @@
|
|||
"src/static"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.scss",
|
||||
"node_modules/shepherd.js/dist/css/shepherd.css"
|
||||
"node_modules/shepherd.js/dist/css/shepherd.css",
|
||||
"src/styles.scss"
|
||||
],
|
||||
"scripts": [],
|
||||
"webWorkerTsConfig": "src/tsconfig.worker.json"
|
||||
|
|
@ -214,8 +214,8 @@
|
|||
"preserveSymlinks": true,
|
||||
"karmaConfig": "src/karma.conf.js",
|
||||
"styles": [
|
||||
"src/styles.scss",
|
||||
"node_modules/shepherd.js/dist/css/shepherd.css"
|
||||
"node_modules/shepherd.js/dist/css/shepherd.css",
|
||||
"src/styles.scss"
|
||||
],
|
||||
"scripts": [],
|
||||
"assets": ["src/favicon.ico", "src/assets", "src/manifest.json"]
|
||||
|
|
|
|||
|
|
@ -40,8 +40,41 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.shepherd-title,
|
||||
.shepherd-text {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
@include darkTheme(true) {
|
||||
color: $dark-theme-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
.shepherd-header {
|
||||
padding: $s 1rem !important;
|
||||
//background: transparent !important;
|
||||
@include darkTheme(true) {
|
||||
background: $dark8 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.shepherd-element {
|
||||
border-radius: 8px;
|
||||
|
||||
@include darkTheme(true) {
|
||||
background: $dark24 !important;
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.shepherd-arrow:before {
|
||||
@include darkTheme(true) {
|
||||
background: $dark24 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.shepherd-button {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue