Mirror of https://github.com/roostorg/osprey
github.com/roostorg/osprey
1.viewContainer {
2 display: flex;
3 flex-direction: column;
4 align-items: center;
5 width: 100%;
6 height: 100%;
7}
8
9.content {
10 padding: 25px;
11 width: 100%;
12}
13
14.header {
15 display: flex;
16 justify-content: space-between;
17 align-items: center;
18 width: 25%;
19 padding: 10px;
20 border: 1px solid #ccc;
21 border-radius: 10px;
22}