pull/6757/head
tugcekucukoglu 2024-11-09 10:56:55 +03:00
parent fa56801cef
commit 97702b777f
3 changed files with 8 additions and 9 deletions

View File

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

View File

@ -38,7 +38,7 @@
background-color: transparent; background-color: transparent;
border: 0 none; border: 0 none;
display: block; display: block;
padding-block: 0 1rem; /* Üst ve alt kenarlar */ padding-block: 0 1rem;
padding-inline: 2rem; padding-inline: 2rem;
text-align: center; text-align: center;
color: var(--text-color); color: var(--text-color);

View File

@ -9,7 +9,7 @@
background-color: var(--card-background); background-color: var(--card-background);
position: relative; position: relative;
z-index: 0; z-index: 0;
&::before, &::before,
&::after { &::after {
content: ""; content: "";
@ -25,7 +25,7 @@
opacity: 0; opacity: 0;
z-index: -1; z-index: -1;
} }
&::after { &::after {
animation: clippath 3s infinite -1.5s linear; animation: clippath 3s infinite -1.5s linear;
} }
@ -48,7 +48,6 @@
border-radius: 10px; border-radius: 10px;
font-weight: 600; font-weight: 600;
padding: 1rem 1.5rem; padding: 1rem 1.5rem;
cursor: pointer; cursor: pointer;
@include focus-visible(); @include focus-visible();
@ -168,7 +167,7 @@
100% { 100% {
clip-path: inset(0 0 98% 0); clip-path: inset(0 0 98% 0);
} }
25% { 25% {
clip-path: inset(0 98% 0 0); clip-path: inset(0 98% 0 0);
} }
@ -178,4 +177,4 @@
75% { 75% {
clip-path: inset(0 0 0 98%); clip-path: inset(0 0 0 98%);
} }
} }