Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/spectre.css')
-rw-r--r--docs/dist/spectre.css68
1 files changed, 31 insertions, 37 deletions
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index d5e57dc..826a11a 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -380,16 +380,16 @@ kbd {
background: #454d5d;
border-radius: .1rem;
color: #fff;
+ font-size: .65rem;
line-height: 1;
- padding: .15rem .2rem;
+ padding: .15rem;
}
mark {
background: #ffe9b3;
border-radius: .1rem;
- color: #50596c;
- line-height: 1;
- padding: .15rem .2rem;
+ color: #50596c;
+ padding: .05rem;
}
blockquote {
@@ -1241,11 +1241,10 @@ input.disabled + .form-icon {
.label {
background: #f8f9fa;
border-radius: .1rem;
- color: #5b657a;
+ color: #5b657a;
display: inline-block;
- line-height: 1;
line-height: 1;
- padding: .15rem .2rem;
+ padding: .15rem;
}
.label.label-rounded {
@@ -1285,7 +1284,7 @@ code {
color: #e06870;
font-size: .65rem;
line-height: 1;
- padding: .15rem .2rem;
+ padding: .15rem;
}
.code {
@@ -1928,11 +1927,6 @@ code {
width: auto;
}
-.form-autocomplete mark {
- font-size: 1;
- padding: .1em 0;
-}
-
.form-autocomplete .menu {
left: 0;
position: absolute;
@@ -3039,6 +3033,30 @@ a.text-error:hover {
background: #e85600;
}
+.c-hand {
+ cursor: pointer;
+}
+
+.c-move {
+ cursor: move;
+}
+
+.c-zoom-in {
+ cursor: zoom-in;
+}
+
+.c-zoom-out {
+ cursor: zoom-out;
+}
+
+.c-not-allowed {
+ cursor: not-allowed;
+}
+
+.c-auto {
+ cursor: auto;
+}
+
.d-block {
display: block;
}
@@ -3094,30 +3112,6 @@ a.text-error:hover {
width: 1px;
}
-.c-hand {
- cursor: pointer;
-}
-
-.c-move {
- cursor: move;
-}
-
-.c-zoom-in {
- cursor: zoom-in;
-}
-
-.c-zoom-out {
- cursor: zoom-out;
-}
-
-.c-not-allowed {
- cursor: not-allowed;
-}
-
-.c-auto {
- cursor: auto;
-}
-
.divider,
.divider-vert {
display: block;