|
|
|
@ -101,8 +101,8 @@ button,
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
|
background-color: #00000018;
|
|
|
|
|
color: darken($accent-400, 80%);
|
|
|
|
|
background-color: darken($accent-400, 5%);
|
|
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
@ -113,8 +113,27 @@ button,
|
|
|
|
|
|
|
|
|
|
// border: 1px solid #e0e0e0;
|
|
|
|
|
|
|
|
|
|
display: inline-grid;
|
|
|
|
|
place-items: center;
|
|
|
|
|
grid-auto-flow: column;
|
|
|
|
|
gap: 0.25rem;
|
|
|
|
|
|
|
|
|
|
& > .material-symbols-outlined {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: darken($accent-400, 10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.flat {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: #333;
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: #00000030;
|
|
|
|
|
background-color: #00000010;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -298,11 +317,70 @@ form {
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
background: $accent-400;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
padding: 1rem 1rem 2rem;
|
|
|
|
|
border-radius: 1rem;
|
|
|
|
|
|
|
|
|
|
display: grid;
|
|
|
|
|
|
|
|
|
|
grid-template-columns: 1fr auto;
|
|
|
|
|
grid-template-rows: auto auto;
|
|
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
grid-template-areas:
|
|
|
|
|
'title shield'
|
|
|
|
|
'description .';
|
|
|
|
|
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
|
|
|
|
|
& > .title {
|
|
|
|
|
grid-area: title;
|
|
|
|
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: #444;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& > .shield {
|
|
|
|
|
grid-area: shield;
|
|
|
|
|
|
|
|
|
|
background: darken($accent-400, 4%);
|
|
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
display: grid;
|
|
|
|
|
place-content: center;
|
|
|
|
|
padding: 0.125rem 0.25rem;
|
|
|
|
|
|
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& > .description {
|
|
|
|
|
grid-area: description;
|
|
|
|
|
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// border: 1px solid #ddd;
|
|
|
|
|
// padding: 1rem;
|
|
|
|
|
// border-radius: 1rem;
|
|
|
|
@ -328,16 +406,19 @@ body {
|
|
|
|
|
grid-area: sidebar;
|
|
|
|
|
|
|
|
|
|
min-width: 300px;
|
|
|
|
|
width: 20vw;
|
|
|
|
|
width: 15vw;
|
|
|
|
|
|
|
|
|
|
background: $accent-400;
|
|
|
|
|
color: #333;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: start;
|
|
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
|
|
|
|
|
// box-shadow: 0 0 1rem 0 #0002, 0 0 0.25rem 0 #0002;
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
@ -346,6 +427,16 @@ body {
|
|
|
|
|
font-size: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-button {
|
|
|
|
|
display: grid;
|
|
|
|
|
place-content: center;
|
|
|
|
|
aspect-ratio: 1;
|
|
|
|
|
|
|
|
|
|
.material-symbols-outlined {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
@ -353,7 +444,7 @@ body {
|
|
|
|
|
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
padding-top: 1rem;
|
|
|
|
|
|
|
|
|
|
.nav-item {
|
|
|
|
|
display: flex;
|
|
|
|
@ -364,14 +455,14 @@ body {
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-auto-flow: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
gap: 0.5rem;
|
|
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: background 150ms ease-in-out;
|
|
|
|
|
transition: background-color 150ms ease-in-out;
|
|
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
@ -405,7 +496,7 @@ body {
|
|
|
|
|
&.group {
|
|
|
|
|
& > .label {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -418,8 +509,23 @@ body {
|
|
|
|
|
justify-items: center;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
& > .logo {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1rem;
|
|
|
|
|
left: 1rem;
|
|
|
|
|
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
|
|
|
|
|
padding: 5rem 1rem 2rem;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
@ -436,6 +542,19 @@ body {
|
|
|
|
|
// Components
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
& > h1 {
|
|
|
|
|
& > .title {
|
|
|
|
|
}
|
|
|
|
|
& > .kind {
|
|
|
|
|
padding-bottom: 0.25rem;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|