This commit is contained in:
louiscklaw
2025-06-05 11:29:42 +08:00
parent 8c46a93e61
commit d909805283
207 changed files with 10412 additions and 46 deletions

View File

@@ -0,0 +1,73 @@
.statusPage {
ion-item {
--background: rgb(27, 27, 27);
background: rgb(27, 27, 27);
border-top: 1px solid rgb(41, 41, 41);
border-bottom: 1px solid rgb(41, 41, 41);
padding: 0.5rem;
}
}
.updates {
margin-top: 2rem;
text-align: center;
background: rgb(27, 27, 27);
border-top: 1px solid rgb(41, 41, 41);
border-bottom: 1px solid rgb(41, 41, 41);
padding: 1rem;
color: rgb(144, 144, 144);
ion-text {
text-align: center;
}
}
.smallText {
font-size: 0.9rem;
}
.statusAvatar {
padding: 0.5rem;
}
.statusAvatar {
img {
height: 3.5rem;
width: 3.5rem;
border-radius: 500px;
}
}
.statusActions {
ion-icon {
padding: 0.5rem;
background-color: rgb(56, 56, 56);
border-radius: 500px;
}
}
.imageUpload {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
position: absolute;
background-color: var(--ion-color-primary);
border-radius: 500px;
height: 1.2rem;
width: 1.2rem;
margin-left: 2.5rem;
margin-top: 1rem;
}