borders/styles/Components.module.css

41 lines
521 B
CSS

.select {
min-height: 90vh;
max-height: 90vh;
max-width: 50vw;
left: 45vw;
position: relative;
overflow-y: scroll;
display: flex;
flex-wrap: wrap;
}
.borderKeeper {
width: 132px !important;
height: 132px !important;
padding: 4px;
}
.borderKeeper > span {
display: inline-table !important;
}
.userImage,
.borderImage {
position: relative;
left: 0;
}
.userImage {
z-index: -1;
top: 0;
}
.borderImage {
z-index: 3;
top: -256px !important;
}
.selected {
border: 1px solid black;
}