added page export and import

This commit is contained in:
Gani Georgiev
2022-08-05 23:25:16 +03:00
parent f459dd8812
commit 93ab5fbea2
12 changed files with 665 additions and 108 deletions
+15
View File
@@ -353,6 +353,11 @@ button {
&.txt-mono {
line-height: var(--smLineHeight);
}
&.code {
font-size: 15px;
line-height: 1.379rem;
font-family: var(--monospaceFontFamily);
}
}
input,
@@ -388,6 +393,13 @@ input[type=number]::-webkit-outer-spin-button {
textarea {
min-height: 80px;
resize: vertical;
&:focus,
&:focus-within {
@include scrollbar(
$thumbColor: var(--baseAlt3Color),
$thumbActiveColor: var(--baseAlt4Color)
);
}
}
select {
padding-left: 8px;
@@ -1025,5 +1037,8 @@ select {
font-size: var(--baseFontSize);
line-height: var(--baseLineHeight);
}
.cm-selectionMatch {
background: var(--infoAltColor);
}
}
}