added league table
This commit is contained in:
@@ -514,6 +514,9 @@
|
||||
.w-6 {
|
||||
width: calc(var(--spacing) * 6);
|
||||
}
|
||||
.w-10 {
|
||||
width: calc(var(--spacing) * 10);
|
||||
}
|
||||
.w-12 {
|
||||
width: calc(var(--spacing) * 12);
|
||||
}
|
||||
@@ -1294,6 +1297,9 @@
|
||||
.text-subtext1 {
|
||||
color: var(--subtext1);
|
||||
}
|
||||
.text-teal {
|
||||
color: var(--teal);
|
||||
}
|
||||
.text-text {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user