blob: 044760f9d75857cb0182c8e99e99af1ba5e1b02e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* Set the component style here */
.os-region-dashboard
.sm-info-boxes
display: flex
flex-flow: row wrap;
justify-content: space-around
.sm-list-info-boxes
display: flex;
flex-flow: row wrap
justify-content: space-around
>.sm-item
margin: 10px;
|