|
|
@ -27,7 +27,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#panel-buttons {
|
|
|
|
#panel-buttons {
|
|
|
|
width: 75%;
|
|
|
|
width: 75%;
|
|
|
|
height: 30%;
|
|
|
|
height: 20%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: stretch;
|
|
|
@ -45,17 +45,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
|
|
transition: scale 1s;
|
|
|
|
transition: scale 0.5s ease-out;
|
|
|
|
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.court-kind-button-bottom,
|
|
|
|
.court-kind-button-bottom,
|
|
|
|
.court-kind-button-top {
|
|
|
|
.court-kind-button-top {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
border: solid;
|
|
|
|
border: solid;
|
|
|
|
border-color: var(--border-color);
|
|
|
|
border-color: var(--border-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.court-kind-button-bottom {
|
|
|
|
.court-kind-button-bottom {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
@ -63,14 +61,15 @@
|
|
|
|
align-content: center;
|
|
|
|
align-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
height: 25%;
|
|
|
|
height: 25%;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
background-color: var(--editor-court-selection-buttons);
|
|
|
|
background-color: var(--editor-court-selection-buttons);
|
|
|
|
border-radius: 0 0 20px 20px;
|
|
|
|
border-radius: 0 0 20px 20px;
|
|
|
|
border-width: 3px;
|
|
|
|
border-width: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.court-kind-button-top {
|
|
|
|
.court-kind-button-top {
|
|
|
|
height: 75%;
|
|
|
|
height: 30%;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
background-color: var(--main-color);
|
|
|
|
border-radius: 20px 20px 0 0;
|
|
|
|
border-radius: 20px 20px 0 0;
|
|
|
|
border-width: 3px 3px 0 3px;
|
|
|
|
border-width: 3px 3px 0 3px;
|
|
|
@ -82,21 +81,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
.court-kind-button-top,
|
|
|
|
.court-kind-button-top,
|
|
|
|
.court-kind-button-image-div {
|
|
|
|
.court-kind-button-image-div {
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: center;
|
|
|
|
align-content: stretch;
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.court-kind-button-image {
|
|
|
|
.court-kind-button-image {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
width: 150px;
|
|
|
|
user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.court-kind-button-image-div {
|
|
|
|
.court-kind-button-image-div {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
background-color: var(--second-color);
|
|
|
|
background-color: var(--second-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|