mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Finally got clicks for buttons (international) in shop working
This commit is contained in:
23
css/shop.css
23
css/shop.css
@@ -28,6 +28,16 @@ body {
|
||||
background: radial-gradient(125% 100% at 50% 0%,#11ABFF 20%,transparent 70%);
|
||||
/* By MrEidam */
|
||||
}
|
||||
|
||||
#search{
|
||||
min-width: 230px;
|
||||
height: 30px;
|
||||
padding-left: .5rem;
|
||||
margin: 10px 15px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
#logclick{
|
||||
position: relative;
|
||||
display: flex;
|
||||
@@ -81,8 +91,8 @@ body {
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
width: 300px;
|
||||
min-height: 275px;
|
||||
width: 275px;
|
||||
min-height: 250px;
|
||||
filter: drop-shadow(0px 20px 14px #444);
|
||||
text-align: center;
|
||||
}
|
||||
@@ -106,11 +116,13 @@ body {
|
||||
}
|
||||
.item .title span{
|
||||
color: #00ec00;
|
||||
font-size: 15px;
|
||||
font-size: 12.5px;
|
||||
}
|
||||
|
||||
.buttons{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
.buttons .column{
|
||||
@@ -227,4 +239,9 @@ button{
|
||||
#disclick{
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
.item{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user