2022-03-03 03:19:26 +00:00
|
|
|
.no-top-margin {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2022-03-19 20:29:06 +00:00
|
|
|
|
|
|
|
.step {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
2022-03-19 21:49:33 +00:00
|
|
|
|
|
|
|
.break-word {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
2022-04-29 02:48:31 +00:00
|
|
|
|
|
|
|
.dialog {
|
|
|
|
top: 12px;
|
|
|
|
z-index: 8;
|
|
|
|
background-color: #fbefd5;
|
|
|
|
box-shadow: 0 0 1em black;
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog label {
|
|
|
|
user-select: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog menu {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog menu button {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
}
|