This commit is contained in:
syuilo
2023-01-05 21:04:56 +09:00
parent 58ae2ccbfa
commit 047262ab20
90 changed files with 949 additions and 884 deletions

View File

@@ -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) ;
}