更多操作
无编辑摘要 |
无编辑摘要 |
||
第28行: | 第28行: | ||
.home-gamebuild-patch__type { | .home-gamebuild-patch__type { | ||
padding: 0.1rem 0.6rem; | padding: 0.1rem 0.6rem; | ||
margin | margin: 0 0.4rem; | ||
background: var( --color-surface-3 ); | background: var( --color-surface-3 ); | ||
border-radius: 100px; | border-radius: 100px; |
2024年5月29日 (三) 18:07的版本
#home-gamebuild {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-gamebuild-links {
grid-template-columns: 1fr 1fr;
}
.home-gamebuild-patch__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.home-gamebuild-patch {
display: flex;
white-space: nowrap;
align-items: center;
}
.home-gamebuild-patch__name {
font-size: 1.2rem;
font-weight: 600;
}
.home-gamebuild-patch__type {
padding: 0.1rem 0.6rem;
margin: 0 0.4rem;
background: var( --color-surface-3 );
border-radius: 100px;
font-size: 0.8125rem;
font-weight: 500;
text-transform: uppercase;
}
.home-gamebuild-patch__type--LIVE {
background: var( --background-color-success );
color: #14866d;
}
.home-gamebuild-patch__type--LIVE::before {
content: '🎉 ';
}
.home-gamebuild-patch__type--WIP {
background: var( --background-color-warning );
color: #ac6600;
}
.home-gamebuild-patch__type--WIP::before {
content: '🧪 ';
}