1
0
peddlers-of-ketran/client/src/ChooseCard.css
James Ketrenos 022697a106 Show viewcard
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2022-03-13 16:13:27 -07:00

40 lines
558 B
CSS

.ChooseCard {
display: flex;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.5);
z-index: 1000;
}
.ChooseCard > * {
max-height: calc(100vh - 2em);
overflow: auto;
margin: 0.5em;
width: 40em;
display: inline-flex;
padding: 0.5em;
flex-direction: column;
}
.ChooseCard .Title {
align-self: center;
padding: 2px;
font-weight: bold;
margin-bottom: 0.5em;
}
.ChooseCard .Stack {
margin: 0;
padding: 0;
}
.ChooseCard .Resource {
/*
width: 8em;
height: 11.2em;
margin: 0;
padding: 0;
*/
}