You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
331 B
15 lines
331 B
|
|
.paper {
|
|
color: var(--palette-text-primary);
|
|
background-color: var(--palette-surface);
|
|
border-radius: var(--default-borderradius);
|
|
transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
}
|
|
|
|
.paper-square {
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.paper-outlined {
|
|
border: 1px solid var(--palette-lines-default);
|
|
} |