Refactor
parent
fa56801cef
commit
97702b777f
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
background-color: var(--card-background);
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: "";
|
||||
|
@ -25,7 +25,7 @@
|
|||
opacity: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
&::after {
|
||||
animation: clippath 3s infinite -1.5s linear;
|
||||
}
|
||||
|
@ -48,7 +48,6 @@
|
|||
border-radius: 10px;
|
||||
font-weight: 600;
|
||||
padding: 1rem 1.5rem;
|
||||
|
||||
cursor: pointer;
|
||||
@include focus-visible();
|
||||
|
||||
|
@ -168,7 +167,7 @@
|
|||
100% {
|
||||
clip-path: inset(0 0 98% 0);
|
||||
}
|
||||
|
||||
|
||||
25% {
|
||||
clip-path: inset(0 98% 0 0);
|
||||
}
|
||||
|
@ -178,4 +177,4 @@
|
|||
75% {
|
||||
clip-path: inset(0 0 0 98%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue