mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
20 lines
325 B
SCSS
20 lines
325 B
SCSS
// component styles are encapsulated and only applied to their components
|
|
.header {
|
|
text-align: center;
|
|
background-color: #fff;
|
|
margin-top: 30px;
|
|
border-top: 1px solid #e7eaec;
|
|
border-bottom: 1px solid #e7eaec;
|
|
}
|
|
|
|
.header img {
|
|
padding: 20px;
|
|
}
|
|
|
|
.wrapper {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
} |