feat: add initial support for points page
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.card {
|
||||
background-color: var(--Base-Fill-Normal);
|
||||
border-radius: 16px;
|
||||
color: var(Theme/Primary/Light/On Surface/Text);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.points {
|
||||
font-size: var(--typography-Title2-Desktop-fontSize);
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user