Skip to content

Commit 4e20bea

Browse files
committed
svg change
1 parent c411fa8 commit 4e20bea

3 files changed

Lines changed: 9 additions & 24 deletions

File tree

src/app/components/notes/components/main/left.view/note-list-item/note-list-item.component.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@
3131
xmlns="http://www.w3.org/2000/svg">
3232
<path
3333
fill="var(--ci-primary-color, #000000)"
34-
d="M410.168,133.046,381.21,104.088,464.017,104l-.034-32L328,72.144V208h32V128.132l27.541,27.541A152.5,152.5,0,0,1,279.972,416l.056,32a184.5,184.5,0,0,0,130.14-314.954Z"
35-
class="ci-primary" />
36-
<path
37-
fill="var(--ci-primary-color, #000000)"
38-
d="M232.028,104l-.056-32a184.5,184.5,0,0,0-130.14,314.954L130.878,416H48v32H184V312H152v79.868l-27.541-27.541A152.5,152.5,0,0,1,232.028,104Z"
39-
class="ci-primary" />
34+
d="m87.879 64.796v41.912h44.882c-43.004 35.572-70.47 89.311-70.47 149.29 0 96.14 70.565 176.25 162.58 191.2v-42.578c-69.055-14.29-120.66-75.22-120.66-148.63 0-57.571 31.743-107.47 78.75-133.21v78.994h41.912v-94.411-.665-41.912h-41.912-95.075zm199.26 0v42.578c69.055 14.29 120.66 75.22 120.66 148.63 0 57.571-31.743 107.47-78.75 133.21v-79.659h-41.912v95.076 41.912.665c1.285-.20888 2.566-.43084 3.8425-.665h38.07 95.075v-41.912h-44.082c42.544-35.575 69.67-89.019 69.67-148.63 0-96.14-70.565-176.25-162.58-191.2z" />
4035
</svg>
4136
</div>
4237
}

src/app/components/notes/components/main/left.view/note-list-item/note-list-item.component.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// }
88

99
.svg-wrap {
10-
width: 1.25rem;
11-
height: 1.25rem;
10+
width: 1.5rem;
11+
height: 1.5rem;
1212
}
1313

1414
.spell-check {
@@ -56,12 +56,12 @@
5656
@keyframes rotate-out-animation {
5757
from {
5858
opacity: 1;
59-
transform: rotate(180deg) scale(1);
59+
transform: rotate(0deg) scale(1);
6060
}
6161

6262
to {
6363
opacity: 0;
64-
transform: rotate(0deg) scale(0.5);
64+
transform: rotate(180deg) scale(0.5);
6565
}
6666
}
6767

@@ -83,6 +83,7 @@
8383
cursor: pointer;
8484
width: 100%;
8585
height: 100%;
86+
fill: var(--note-pin-fill);
8687

8788
path {
8889
fill: var(--note-pin-fill);

src/assets/images/sync.svg

Lines changed: 3 additions & 14 deletions
Loading

0 commit comments

Comments
 (0)