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.
vizality/src/core/builtins/dashboard/styles/parts/_section.scss

15 lines
221 B

.vz-dashboard-section {
display: flex;
flex: 1;
flex-direction: column;
&-contents {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
& + & {
margin-top: 40px;
}
}