Revert "Merge pull request #21 from danilt2000/DevelopCkutls"

This reverts commit 25c8bab94f, reversing
changes made to 3b06b7ef2d.
This commit is contained in:
rafael1209
2024-04-08 21:05:36 +03:00
parent cf57aaa54c
commit 2d65e4cd74
16 changed files with 94 additions and 1324 deletions

View File

@@ -69,7 +69,6 @@ body {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
text-transform: uppercase;
word-break: break-word;
}
.card-two {

View File

@@ -2,6 +2,10 @@ body {
overflow-y: scroll;
}
.header-mobile {
height: 70%;
}
.profile-mobile {
grid-area: profile-mobile;
width: 100%;
@@ -44,11 +48,8 @@ body {
}
.macroinfo-profile img {
width: 55%;
width: 45%;
height: 100%;
background: #969c8d;
border-radius: 20px;
padding: 2%;
}
.img-margin img {

View File

@@ -1,67 +0,0 @@
.jackpot-history__content {
display: flex;
max-height: 800px;
overflow-y: auto;
margin: 0 auto;
}
.jackpot-history__element {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 15px;
}
.abc {
}
.element-info {
display: flex;
align-items: center;
}
.element-info .element-info__icon img {
height: 50px;
}
.element-info .element-info__user-info {
margin-left: 4px;
}
.element-info .element-info__user-info .username {
color: #515D83;
font-family: 'Montserrat';
font-weight: 700;
font-size: 20px;
}
.element-info .element-info__user-info .user-deposit {
font-family: 'Montserrat';
font-weight: 700;
font-size: 20px;
}
.element-info .element-info__user-info .img-width img {
width: 16px;
height: 16px;
}
.element-chance {
margin-top: 10px;
}
.element-chance h2 {
font-family: 'Montserrat';
font-weight: 700;
font-size: 18px;
text-align: center;
background: #27345C;
border-radius: 7px;
}
.element-chance .chance-style {
color: #EF4444;
margin-left: 2px;
}