phanpy/src/components/account.css

31 lines
514 B
CSS
Raw Normal View History

2022-12-10 09:14:48 +00:00
#account-container.skeleton {
color: var(--outline-color);
}
#account-container header{
display: flex;
align-items: center;
gap: 8px;
}
#account-container .note {
font-size: 95%;
line-height: 1.5;
}
#account-container .stats {
display: flex;
flex-wrap: wrap;
2022-12-10 12:48:23 +00:00
gap: 16px;
color: var(--text-insignificant-color);
2022-12-10 09:14:48 +00:00
}
#account-container .actions {
display: flex;
gap: 8px;
justify-content: space-between;
min-height: 2.5em;
}
#account-container .actions button {
align-self: flex-end;
}