[bin] Refactor button css

This commit is contained in:
Max Wofford 2024-05-10 23:39:15 -04:00
parent d8c956f25e
commit 8853f8eedc

View file

@ -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 {