khguide/public/styles/kh3/pro-codes-sim.css

40 lines
571 B
CSS

#content {
display: flex;
margin: 0 4rem;
}
#score,
#codes,
#fights {
display: flex;
flex-direction: column;
max-height: 80vh;
margin-top: 2rem;
width: 33%;
position: relative;
overflow: hidden;
.slot {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
gap: 0.5rem;
}
.inset-box-shadow {
box-shadow: inset 0px 0px 40px 40px var(--bg-color);
width: 200%;
height: 100%;
position: absolute;
margin-left: -200px;
pointer-events: none;
}
.scrollable {
width: 100%;
height: 100%;
overflow: scroll;
padding: 60px 0px;
}
}