Skip to content

Commit b205192

Browse files
committed
move styles to css-extensions
1 parent c20ce83 commit b205192

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

src/components/primitives/Timeline/Timeline.vue

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -23,41 +23,3 @@ export default {
2323
</li>
2424
</ol>
2525
</template>
26-
27-
<style scoped>
28-
ol {
29-
list-style-type: none;
30-
}
31-
32-
.timeline > li {
33-
position: relative;
34-
margin: 0;
35-
padding-bottom: 1em;
36-
padding-left: 20px;
37-
}
38-
39-
.timeline > li::before {
40-
content: '';
41-
background-color: gray;
42-
position: absolute;
43-
bottom: 0;
44-
top: 0;
45-
left: 6px;
46-
width: 1px;
47-
}
48-
49-
.timeline > li::after {
50-
content: '';
51-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='black' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
52-
filter: invert(78%) sepia(15%) saturate(0%) hue-rotate(198deg) brightness(104%) contrast(74%);
53-
position: absolute;
54-
left: -6px;
55-
top: 11px;
56-
height: 25px;
57-
width: 25px;
58-
}
59-
60-
.is-active::after {
61-
filter: invert(70%) sepia(55%) saturate(462%) hue-rotate(86deg) brightness(86%) contrast(91%) !important;
62-
}
63-
</style>

0 commit comments

Comments
 (0)