mirror of
https://github.com/Starlio-app/StarlioX.git
synced 2025-04-07 03:35:27 +01:00
49 lines
No EOL
720 B
CSS
49 lines
No EOL
720 B
CSS
.card {
|
|
background-color: #131313;
|
|
border-radius: 34px;
|
|
width: 359px;
|
|
height: 237px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-row {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
grid-template-rows: repeat(1, 1fr);
|
|
grid-gap: 40px;
|
|
padding: 10px;
|
|
margin-left: -100px;
|
|
}
|
|
|
|
.card-img-top {
|
|
min-width: 120%;
|
|
min-height: 120%;
|
|
|
|
}
|
|
|
|
.card-img {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
lottie-player {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.modal-body,
|
|
.modal-footer,
|
|
.modal-header {
|
|
background-color: #212529;
|
|
color: white;
|
|
}
|
|
|
|
.modal-body p {
|
|
font-family: 'Roboto', sans-serif;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.navbar {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
z-index: 100;
|
|
top: 0;
|
|
} |