chore(css-theme): Better example & bartack styling
This commit is contained in:
parent
80ce836b38
commit
babe537b56
2 changed files with 4 additions and 14 deletions
|
@ -189,11 +189,7 @@ svg.freesewing.draft text {
|
||||||
fill: $fc-bg-dark;
|
fill: $fc-bg-dark;
|
||||||
}
|
}
|
||||||
path.bartack {
|
path.bartack {
|
||||||
stroke: $fc-draft-fabric-light;
|
stroke: $fc-draft-mark-light;
|
||||||
stroke-width: 2;
|
|
||||||
stroke: #fd7e14;
|
|
||||||
stroke-opacity: 0.7;
|
|
||||||
stroke-linecap: butt;
|
|
||||||
}
|
}
|
||||||
path.logo {
|
path.logo {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
|
@ -305,11 +301,7 @@ svg.freesewing.draft text {
|
||||||
fill: $fc-bg-light;
|
fill: $fc-bg-light;
|
||||||
}
|
}
|
||||||
path.bartack {
|
path.bartack {
|
||||||
stroke: $fc-draft-fabric-light;
|
stroke: $fc-draft-mark-dark;
|
||||||
stroke-width: 2;
|
|
||||||
stroke: #ff922b;
|
|
||||||
stroke-opacity: 0.7;
|
|
||||||
stroke-linecap: butt;
|
|
||||||
}
|
}
|
||||||
path.logo {
|
path.logo {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
figure.example {
|
figure.example {
|
||||||
|
border: 1px solid transparent;
|
||||||
div.example {
|
div.example {
|
||||||
position: relative;
|
position: relative;
|
||||||
div.actions {
|
div.actions {
|
||||||
|
@ -9,7 +10,7 @@ figure.example {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
figure.design.example {
|
figure.design.example {
|
||||||
border: 1px solid $oc-gray-4;
|
border-color: $oc-gray-4;
|
||||||
svg.freesewing.draft.design {
|
svg.freesewing.draft.design {
|
||||||
border-bottom: 1px solid $oc-gray-4;
|
border-bottom: 1px solid $oc-gray-4;
|
||||||
}
|
}
|
||||||
|
@ -17,6 +18,3 @@ figure.design.example {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-wrapper.dark figure.example div.example {
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue