Differences From
Artifact [9b25bded91]:
68 68 padding: 0.1in 0.2in;
69 69 border: 1px solid black;
70 70 color: tone(25%);
71 71 text-shadow: 1px 1px black;
72 72 text-decoration: none;
73 73 text-align: center;
74 74 cursor: default;
75 + user-select: none;
75 76 background: linear-gradient(to bottom,
76 77 tone(-47%),
77 78 tone(-50%) 15%,
78 79 tone(-50%) 75%,
79 80 tone(-53%)
80 81 );
81 82 &:hover, &:focus {
................................................................................
339 340 .message {
340 341 @extend %box;
341 342 display: block;
342 343 width: 4in;
343 344 margin:auto;
344 345 padding: 0.5in;
345 346 text-align: center;
347 + menu:first-of-type { margin-top: 0.3in; }
346 348 }
347 349
348 350 div.login {
349 351 @extend %box;
350 352 width: 4in;
351 353 padding: 0.4in;
352 354 > .msg {
................................................................................
522 524 background: linear-gradient(to right, tone(-50%), transparent);
523 525 margin-left: -0.4in;
524 526 padding-left: 0.2in;
525 527 text-shadow: 0 2px 0 black;
526 528 }
527 529 }
528 530
531 +menu { all: unset; display: block; }
529 532 body.conf main {
530 533 display: grid;
531 534 grid-template-columns: 2in 1fr;
532 535 grid-template-rows: max-content 1fr;
533 536 > menu {
534 537 margin-left: -0.25in;
535 538 grid-column: 1/2; grid-row: 1/2;
................................................................................
606 609 }
607 610 &.vertical-float {
608 611 flex-flow: column;
609 612 float: right;
610 613 width: 40%;
611 614 margin-left: 0.1in;
612 615 }
613 - > %button { display: block; margin: 2px; flex-grow: 1 }
616 + > %button {
617 + flex-basis: 0;
618 + flex-grow: 1;
619 + display: block; margin: 2px;
620 + }
614 621 }
615 622
616 623 .check-panel {
617 624 display: flex;
618 625 flex-flow: row wrap;
619 626 > label {
620 627 display: block;