More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
font-family: var(--font-family-monospace); | font-family: var(--font-family-monospace); | ||
} | } | ||
#home-gamebuild { | |||
display: flex; | |||
display: | flex-direction: column; | ||
justify-content: space-between; | |||
} | } | ||
.home- | .home-gamebuild-patch__container { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| Line 73: | Line 23: | ||
} | } | ||
.home- | .home-gamebuild-patch { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
} | } | ||
.home- | .home-gamebuild-patch__name { | ||
font-size: 1.2rem; | |||
font-weight: 600; | |||
} | } | ||
.home- | .home-gamebuild-patch__type { | ||
padding: 0.1rem 0.6rem; | |||
margin-left: 0.4rem; | |||
background: var( --color-surface-3 ); | |||
border-radius: 100px; | |||
font-size: 0.8125rem; | |||
font-size: 0. | |||
font-weight: 500; | font-weight: 500; | ||
text-transform: uppercase; | |||
text- | |||
} | } | ||
.home- | .home-gamebuild-patch__type--live { | ||
background: var( --background-color-success ); | |||
} | } | ||
.home- | .home-gamebuild-patch__type--evo { | ||
background: var( --background-color-destructive ); | |||
} | } | ||
.home-gamebuild-patch__type--ptu { | |||
background: | background: var( --background-color-warning ); | ||
} | } | ||
Revision as of 05:42, 31 January 2023
.home-server-address {
text-align: center;
font-size: x-large;
font-family: var(--font-family-monospace);
text-decoration: underline;
}
.home-server-ports {
text-align: center;
font-size: small;
font-family: var(--font-family-monospace);
}
#home-gamebuild {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-gamebuild-patch__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.home-gamebuild-patch {
display: flex;
align-items: center;
}
.home-gamebuild-patch__name {
font-size: 1.2rem;
font-weight: 600;
}
.home-gamebuild-patch__type {
padding: 0.1rem 0.6rem;
margin-left: 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 );
}
.home-gamebuild-patch__type--evo {
background: var( --background-color-destructive );
}
.home-gamebuild-patch__type--ptu {
background: var( --background-color-warning );
}