UNPKG

508 BCSSView Raw
1.player {
2 width: 600px;
3 height: 100px;
4 position: relative;
5 display: flex;
6 justify-content: center;
7 justify-content: space-between;
8 box-shadow: 0 0 2px #ccc;
9 user-select: none;
10}
11.player .player-left{
12 width: 100px;
13}
14.player .player-right {
15 padding: 0 0 0 10px;
16 flex: 1 ;
17 display: flex;
18 flex-direction: column;
19 justify-content: space-between;
20 align-content: space-between;
21}
22.player .player-right .ops {
23 display: flex;
24 align-items: center;
25}
\No newline at end of file