- Disable PushBehavior and set it in a different file - Fix behviors when parent === undefined - Fix flex behavrios when using anchors - Fix siblings not applying flex to theirs children on container delete - Fix flex behavior when using anchors - Enable flex by default - Disable obnoxious swals - Add selector text - Sort SVG scss to different files Others: Add some todos
14 lines
308 B
SCSS
14 lines
308 B
SCSS
text {
|
|
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
font-size: 18px;
|
|
font-weight: 800;
|
|
fill: #fff;
|
|
fill-opacity: 1;
|
|
stroke: #000000;
|
|
stroke-width: 1px;
|
|
stroke-linecap: butt;
|
|
stroke-linejoin: miter;
|
|
stroke-opacity: 1;
|
|
transform: translateX(-50%);
|
|
transform-box: fill-box;
|
|
}
|