2024-04-13 09:05:05 +00:00
|
|
|
.close-button {
|
|
|
|
position: absolute;
|
|
|
|
top: 0.5em;
|
|
|
|
right: 0.5em;
|
2024-04-13 21:13:11 +09:00
|
|
|
}
|
|
|
|
|
2024-04-13 20:53:19 +09:00
|
|
|
.estimating {
|
|
|
|
color: var(--green)
|
2024-04-13 21:13:11 +09:00
|
|
|
}
|
2024-06-26 18:35:36 +09:00
|
|
|
|
|
|
|
.paymentMethod {
|
|
|
|
padding: 10px;
|
|
|
|
background-color: var(--secondary);
|
|
|
|
border-radius: 15px;
|
|
|
|
border: 2px solid var(--bg);
|
|
|
|
cursor: pointer;
|
2024-06-27 02:02:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.default-slot:not(:only-child) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pie {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
max-width: 330px;
|
2024-06-26 18:35:36 +09:00
|
|
|
}
|