mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
20 lines
286 B
SCSS
20 lines
286 B
SCSS
// component styles are encapsulated and only applied to their components
|
|
.integration-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#wrapper {
|
|
padding: 30px;
|
|
}
|
|
|
|
my-scalar-close {
|
|
position: fixed;
|
|
top: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
h4 {
|
|
margin-left: 5px;
|
|
} |