mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-11 12:55:22 +02:00
style: onboarding modal
This commit is contained in:
parent
ca6b286163
commit
2d09de1b28
@ -243,8 +243,9 @@ a > svg {
|
|||||||
|
|
||||||
.btn--primary {
|
.btn--primary {
|
||||||
background: var(--color-button)
|
background: var(--color-button)
|
||||||
linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent);
|
linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0px, transparent);
|
||||||
color: white;
|
color: black;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn--big {
|
.btn--big {
|
||||||
@ -1293,9 +1294,9 @@ body > #demo-frame {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.onboard-step__icon {
|
.onboard-step__icon {
|
||||||
fill: #fff2ed;
|
fill: rgba(255, 255, 255, 0.3);
|
||||||
stroke-width: 0.5px;
|
stroke-width: 0.5px;
|
||||||
stroke: #e79f80;
|
stroke: rgba(0, 0, 0, 0.4);
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user