Revela-v4/public/game.css

73 lines
No EOL
1.2 KiB
CSS

.vertical {
height: 70vh !important;
width: 30% !important;
aspect-ratio: auto !important;
}
#main-content {
margin-top: 2rem;
}
.game-container {
display: flex;
align-items: center;
flex-direction: column;
overflow: hidden;
background: var(--dropdown-background-color);
width: 80%;
margin: 0 auto;
margin-bottom: 4rem;
border-radius: 15px;
}
#game-frame {
aspect-ratio: 16 / 8;
height: 80vh;
width: 1350px;
border: 0;
}
.flash-frame {
width: 1050px !important;
height: 725px !important;
}
.game-info {
display: flex;
flex-direction: column;
gap: 1rem;
background-color: var(--background-highlight);
width: 100%;
padding: 1rem;
padding-top: 0;
}
.game-info-top {
display: flex;
justify-content: space-between;
margin-top: 0.5rem;
}
.icn {
width: 32px;
height: 32px;
cursor: pointer;
}
.game-info-left {
display: flex;
gap: 10px;
justify-content: center;
align-items: center;
height: 48px;
}
.game-title {
font-weight: bold;
font-size: 20px;
}
.game-img {
width: 48px;
height: 48px;
border-radius: 50%;
border: 3px solid var(--accent-color-brighter);
box-shadow: 0px 0px 20px 5px var(--accent-color-brighter);
}
.game-desc {
margin: 0;
}