mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-23 01:32:01 -07:00
29 lines
365 B
CSS
29 lines
365 B
CSS
.header {
|
|
text-align: center;
|
|
}
|
|
|
|
.app-container {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.main-content {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
.balance-spinner-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
.nav-link-active {
|
|
color: white !important;
|
|
}
|
|
|
|
.nav-link-inactive {
|
|
color: gray !important;
|
|
}
|