Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 9, 2024
1 parent fa56801 commit 97702b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/showcase/assets/styles/layout/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ a {
}

h1, h2, h3, h4, h5, h6 {
margin-block: 1.5rem 1rem; /* Üst ve alt kenarlar */
margin-inline: 0;
margin-block: 1.5rem 1rem;
margin-inline: 0;
font-family: inherit;
font-weight: 600;
line-height: 1.2;
Expand Down Expand Up @@ -72,7 +72,7 @@ h6 {

p {
line-height: 1.625;
margin-block: 0 1rem; /* Üst ve alt kenarlar */
margin-block: 0 1rem;
margin-inline: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/assets/styles/layout/_doc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
background-color: transparent;
border: 0 none;
display: block;
padding-block: 0 1rem; /* Üst ve alt kenarlar */
padding-block: 0 1rem;
padding-inline: 2rem;
text-align: center;
color: var(--text-color);
Expand Down
9 changes: 4 additions & 5 deletions apps/showcase/assets/styles/layout/landing/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background-color: var(--card-background);
position: relative;
z-index: 0;

&::before,
&::after {
content: "";
Expand All @@ -25,7 +25,7 @@
opacity: 0;
z-index: -1;
}

&::after {
animation: clippath 3s infinite -1.5s linear;
}
Expand All @@ -48,7 +48,6 @@
border-radius: 10px;
font-weight: 600;
padding: 1rem 1.5rem;

cursor: pointer;
@include focus-visible();

Expand Down Expand Up @@ -168,7 +167,7 @@
100% {
clip-path: inset(0 0 98% 0);
}

25% {
clip-path: inset(0 98% 0 0);
}
Expand All @@ -178,4 +177,4 @@
75% {
clip-path: inset(0 0 0 98%);
}
}
}

0 comments on commit 97702b7

Please sign in to comment.