git added new style , little style
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
}
|
||||
|
||||
.buttonSelection {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 100%;
|
||||
@@ -24,6 +28,13 @@
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.imageSelection {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
position: relative;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.buttonSelection:hover {
|
||||
transform: scale(1.1);
|
||||
background-color: #d0e1ff;
|
||||
@@ -41,3 +52,31 @@
|
||||
color: #333;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media(max-height:550px) {
|
||||
.buttonLabel {
|
||||
margin-top: 2px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-height:550px) {
|
||||
.selection {
|
||||
margin-bottom: 0rem;
|
||||
gap: 2rem;
|
||||
|
||||
}
|
||||
|
||||
.buttonSelection {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.imageSelection {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user