mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add instructions to install customized data pack
This commit is contained in:
@@ -664,8 +664,12 @@ main.has-project {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.customized-actions > span {
|
||||
color: var(--text-3);
|
||||
.customized-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.customized-actions > *:not(:first-child) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
@@ -686,6 +690,35 @@ main.has-project {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.customized-instructions {
|
||||
margin-top: 5px;
|
||||
padding: 5px;
|
||||
color: var(--text-2);
|
||||
}
|
||||
|
||||
|
||||
.customized-instructions h4 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.customized-instructions svg {
|
||||
fill: var(--accent-primary);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.customized-instructions ol {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.customized-instructions li {
|
||||
margin: 6px 0;
|
||||
color: var(--text-3);
|
||||
}
|
||||
|
||||
.customized > .error {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
@@ -1240,6 +1273,7 @@ main.has-project {
|
||||
color: var(--text-1);
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
text-align: left;
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user