mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
[bin] Refactor button css
This commit is contained in:
parent
d8c956f25e
commit
8853f8eedc
1 changed files with 24 additions and 9 deletions
|
|
@ -95,10 +95,10 @@
|
|||
|
||||
.gambling-section {
|
||||
padding: 50px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
max-width: 75em;
|
||||
/* display: flex; */
|
||||
/* flex-direction: column; */
|
||||
/* gap: 30px; */
|
||||
/* max-width: 75em; */
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
@ -135,6 +135,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.gambling-spinner {
|
||||
|
|
@ -226,7 +227,7 @@
|
|||
gap: 10px;
|
||||
}
|
||||
|
||||
.gambling-controls button {
|
||||
/* .gambling-section button {
|
||||
font-weight: bolder;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
|
|
@ -240,17 +241,31 @@
|
|||
flex-grow: 1;
|
||||
gap: 30px;
|
||||
align-items: center;
|
||||
}
|
||||
} */
|
||||
|
||||
.gambling-controls button img {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0.5em;
|
||||
font-size: 40px;
|
||||
font-weight: bolder;
|
||||
box-sizing: border-box;
|
||||
|
||||
color: white;
|
||||
|
||||
border: none;
|
||||
padding: 10px 30px;
|
||||
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.gambling-roll {
|
||||
background-color: #ee9f9f;
|
||||
flex-grow: 1;
|
||||
flex-basis: 100%;
|
||||
margin-bottom: -10px;
|
||||
background-image: linear-gradient(315deg, #FC7A7A 0%, #FCA97A 74%);
|
||||
display: inherit;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.gambling-controls:first-child {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue