This commit is contained in:
parent
aba8b4f37e
commit
b436ea2770
10 changed files with 12 additions and 225 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.category{
|
||||
.type{
|
||||
height: calc(var(--h-block)*0.75);
|
||||
// border-radius: calc(var(--h-block)*0.75/2);
|
||||
border-radius: var(--radius-small);
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
|
||||
.type{
|
||||
.category{
|
||||
height: calc(var(--h-block)*0.75);
|
||||
border-radius: var(--radius-small);
|
||||
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.page__type{
|
||||
.page__category{
|
||||
|
||||
height: calc(var(--h-block)*1);
|
||||
border-radius: var(--radius-small);
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
|
||||
|
||||
.page__category{
|
||||
.page__type{
|
||||
|
||||
height: calc(var(--h-block)*1);
|
||||
border-radius: var(--radius-small);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue