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.
26 lines
331 B
26 lines
331 B
7 months ago
|
.puck {
|
||
|
width: 100px;
|
||
|
height: 120px;
|
||
|
padding: 2px;
|
||
|
background-color: #ddd;
|
||
|
border: 1px solid;
|
||
|
position: absolute;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.well {
|
||
|
width: 100%;
|
||
|
flex-grow: 1;
|
||
|
border: 1px solid;
|
||
|
}
|
||
|
|
||
|
.puck-menu {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
padding-top: 2px;
|
||
|
}
|
||
|
|
||
|
|