refactor
This commit is contained in:
@@ -252,6 +252,7 @@ hr {
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
// TODO: 廃止
|
||||
._block {
|
||||
@extend ._panel;
|
||||
|
||||
@@ -260,10 +261,22 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
._gap {
|
||||
._margin {
|
||||
margin: var(--margin) 0;
|
||||
}
|
||||
|
||||
._autoGap {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5em;
|
||||
}
|
||||
|
||||
._autoGap_half {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75em;
|
||||
}
|
||||
|
||||
// TODO: 廃止
|
||||
._card {
|
||||
@extend ._panel;
|
||||
@@ -370,20 +383,6 @@ hr {
|
||||
backdrop-filter: var(--blur, blur(15px));
|
||||
}
|
||||
|
||||
._formBlock {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
||||
._formRoot {
|
||||
> ._formBlock:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
> ._formBlock:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
._formLinksGrid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
@@ -534,7 +533,7 @@ hr {
|
||||
transition: transform 0.1s ease;
|
||||
}
|
||||
|
||||
@keyframes bounce{
|
||||
@keyframes bounce {
|
||||
0% {
|
||||
transform: scaleX(0.90) scaleY(0.90) ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user