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;
|
||||
}
|
||||
path.bartack {
|
||||
stroke: $fc-draft-fabric-light;
|
||||
stroke-width: 2;
|
||||
stroke: #fd7e14;
|
||||
stroke-opacity: 0.7;
|
||||
stroke-linecap: butt;
|
||||
stroke: $fc-draft-mark-light;
|
||||
}
|
||||
path.logo {
|
||||
fill: currentColor;
|
||||
|
@ -305,11 +301,7 @@ svg.freesewing.draft text {
|
|||
fill: $fc-bg-light;
|
||||
}
|
||||
path.bartack {
|
||||
stroke: $fc-draft-fabric-light;
|
||||
stroke-width: 2;
|
||||
stroke: #ff922b;
|
||||
stroke-opacity: 0.7;
|
||||
stroke-linecap: butt;
|
||||
stroke: $fc-draft-mark-dark;
|
||||
}
|
||||
path.logo {
|
||||
fill: currentColor;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
figure.example {
|
||||
border: 1px solid transparent;
|
||||
div.example {
|
||||
position: relative;
|
||||
div.actions {
|
||||
|
@ -9,7 +10,7 @@ figure.example {
|
|||
}
|
||||
}
|
||||
figure.design.example {
|
||||
border: 1px solid $oc-gray-4;
|
||||
border-color: $oc-gray-4;
|
||||
svg.freesewing.draft.design {
|
||||
border-bottom: 1px solid $oc-gray-4;
|
||||
}
|
||||
|
@ -17,6 +18,3 @@ figure.design.example {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-wrapper.dark figure.example div.example {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue