mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
6657d5dbf5
Integrations need styling and the breadcrumbs don't work. Further, you can't actually add/edit anything.
10 lines
176 B
SCSS
10 lines
176 B
SCSS
// component styles are encapsulated and only applied to their components
|
|
my-scalar-close {
|
|
position: fixed;
|
|
top: 10px;
|
|
right: 15px;
|
|
}
|
|
|
|
.page-content {
|
|
padding: 30px;
|
|
} |