Minor tour style improvements
This commit is contained in:
parent
e98282db63
commit
5aa92efed2
1 changed files with 3 additions and 3 deletions
|
|
@ -378,7 +378,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-step__header {
|
.v-step__header {
|
||||||
background-color: darken(@global-primary-background, 15%) !important;
|
background-color: darken(@global-primary-background, 7%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-step__button {
|
.v-step__button {
|
||||||
|
|
@ -388,9 +388,9 @@ html {
|
||||||
// Change step arrow colour
|
// Change step arrow colour
|
||||||
// This is awful and hacky and makes me sad, but needs must
|
// This is awful and hacky and makes me sad, but needs must
|
||||||
.v-step .v-step__arrow {
|
.v-step .v-step__arrow {
|
||||||
border-color: darken(@global-primary-background, 15%) !important;
|
border-color: darken(@global-primary-background, 7%) !important;
|
||||||
&--dark {
|
&--dark {
|
||||||
border-color: darken(@global-primary-background, 15%) !important;
|
border-color: darken(@global-primary-background, 7%) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue