fix(education): ship 0.2.1 drag and Forgejo truth state
This commit is contained in:
parent
84a631d886
commit
28f68fa9ac
15 changed files with 171 additions and 17 deletions
|
|
@ -10,6 +10,18 @@ body { margin: 0; min-width: 900px; min-height: 100vh; overflow: hidden; }
|
|||
button, input, textarea { font: inherit; }
|
||||
button { color: inherit; }
|
||||
|
||||
.native-drag-handle {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 82px;
|
||||
height: 34px;
|
||||
cursor: grab;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
.native-drag-handle:active { cursor: grabbing; }
|
||||
|
||||
.login-gate {
|
||||
display: grid;
|
||||
min-height: 100vh;
|
||||
|
|
@ -29,7 +41,6 @@ button { color: inherit; }
|
|||
box-shadow: 0 30px 90px rgba(0, 0, 0, .38), inset 0 1px rgba(255,255,255,.025);
|
||||
text-align: center;
|
||||
}
|
||||
.window-drag { position: absolute; inset: 0 0 auto; height: 42px; border-radius: 18px 18px 0 0; }
|
||||
.login-window > .lake-mark { width: 58px; height: 58px; margin-bottom: 18px; transform: scale(1.65); }
|
||||
.login-window > p { margin: 0 0 8px; color: #6ec2f4; font-size: 12px; letter-spacing: .18em; }
|
||||
.login-window h1 { margin: 0; color: #f0f7fc; font-size: 31px; font-weight: 650; letter-spacing: -.03em; }
|
||||
|
|
@ -115,7 +126,7 @@ button { color: inherit; }
|
|||
.page-intro { padding: 2px 2px 9px; }.page-intro p, .editor-page header p { margin: 0 0 7px; color: #4aa9e8; font-size: 9px; letter-spacing: .08em; }
|
||||
.page-intro h2, .editor-page h2 { margin: 0; color: #edf5fa; font-size: 25px; font-weight: 650; letter-spacing: -.025em; }
|
||||
.page-intro span, .editor-page header span { display: block; margin-top: 7px; color: #6c8395; font-size: 11px; }
|
||||
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
|
||||
.status-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
|
||||
.status-card { display: grid; gap: 7px; min-height: 112px; padding: 15px 16px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(10, 27, 42, .9), rgba(7, 21, 33, .9)); }
|
||||
.status-card span { color: #71899b; font-size: 9px; }.status-card strong { color: #62d0bc; font-size: 20px; }.status-card small { color: #526b7f; font-size: 8px; }
|
||||
.status-card--blue strong { color: #64b8ef; }.status-card--amber strong { color: #d5b463; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue