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.css71
1 files changed, 40 insertions, 31 deletions
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index 6c59eb6..a649480 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -1,4 +1,4 @@
-/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
+/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@@ -761,8 +761,8 @@ html:lang(ko),
}
.btn-group {
- display: inline-flex;
display: -ms-inline-flexbox;
+ display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@@ -796,8 +796,8 @@ html:lang(ko),
}
.btn-group.btn-group-block {
- display: flex;
display: -ms-flexbox;
+ display: flex;
}
.btn-group.btn-group-block .btn {
@@ -861,10 +861,6 @@ legend {
box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
}
-.form-input::-webkit-input-placeholder {
- color: #bcc3ce;
-}
-
.form-input:-ms-input-placeholder {
color: #bcc3ce;
}
@@ -1170,8 +1166,8 @@ textarea.form-input.input-sm {
}
.input-group {
- display: flex;
display: -ms-flexbox;
+ display: flex;
}
.input-group .input-group-addon {
@@ -1241,8 +1237,8 @@ textarea.form-input.input-sm {
}
.input-group.input-inline {
- display: inline-flex;
display: -ms-inline-flexbox;
+ display: inline-flex;
}
.has-success .form-input,
@@ -1310,15 +1306,28 @@ textarea.form-input.input-sm {
border-color: #e85600;
}
+.form-input:not(:-ms-input-placeholder):invalid {
+ border-color: #e85600;
+}
+
.form-input:not(:placeholder-shown):invalid {
border-color: #e85600;
}
+.form-input:not(:-ms-input-placeholder):invalid:focus {
+ background: #fffaf7;
+ box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
+}
+
.form-input:not(:placeholder-shown):invalid:focus {
background: #fffaf7;
box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
+.form-input:not(:-ms-input-placeholder):invalid + .form-input-hint {
+ color: #e85600;
+}
+
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
color: #e85600;
}
@@ -1353,8 +1362,8 @@ input.disabled + .form-icon {
}
.form-horizontal .form-group {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@@ -1541,8 +1550,8 @@ video.video-responsive::before {
}
.columns {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -.4rem;
@@ -1979,8 +1988,8 @@ video.video-responsive::before {
}
.hero {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
@@ -2005,8 +2014,8 @@ video.video-responsive::before {
.navbar {
align-items: stretch;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: stretch;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
@@ -2016,8 +2025,8 @@ video.video-responsive::before {
.navbar .navbar-section {
align-items: center;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex: 1 0 0;
flex: 1 0 0;
-ms-flex-align: center;
@@ -2030,8 +2039,8 @@ video.video-responsive::before {
.navbar .navbar-center {
align-items: center;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-align: center;
@@ -2242,8 +2251,8 @@ summary.accordion-header::-webkit-details-marker {
.bar {
background: #eef0f3;
border-radius: .1rem;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
height: .8rem;
@@ -2318,8 +2327,8 @@ summary.accordion-header::-webkit-details-marker {
background: #fff;
border: .05rem solid #dadee4;
border-radius: .1rem;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
@@ -2364,8 +2373,8 @@ summary.accordion-header::-webkit-details-marker {
align-items: center;
background: #eef0f3;
border-radius: 5rem;
- display: inline-flex;
display: -ms-inline-flexbox;
+ display: inline-flex;
-ms-flex-align: center;
font-size: 90%;
height: 1.2rem;
@@ -2504,8 +2513,8 @@ summary.accordion-header::-webkit-details-marker {
.menu .menu-badge {
align-items: center;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: center;
height: 100%;
position: absolute;
@@ -2535,8 +2544,8 @@ summary.accordion-header::-webkit-details-marker {
.modal:target,
.modal.active {
- display: flex;
display: -ms-flexbox;
+ display: flex;
opacity: 1;
z-index: 400;
}
@@ -2577,8 +2586,8 @@ summary.accordion-header::-webkit-details-marker {
background: #fff;
border-radius: .1rem;
box-shadow: 0 .2rem .5rem rgba(48, 55, 66, .3);
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-direction: column;
flex-direction: column;
max-height: 75vh;
@@ -2608,8 +2617,8 @@ summary.accordion-header::-webkit-details-marker {
}
.nav {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-direction: column;
flex-direction: column;
list-style: none;
@@ -2643,8 +2652,8 @@ summary.accordion-header::-webkit-details-marker {
}
.pagination {
- display: flex;
display: -ms-flexbox;
+ display: flex;
list-style: none;
margin: .2rem 0;
padding: .2rem 0;
@@ -2704,8 +2713,8 @@ summary.accordion-header::-webkit-details-marker {
.panel {
border: .05rem solid #dadee4;
border-radius: .1rem;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
@@ -2789,8 +2798,8 @@ summary.accordion-header::-webkit-details-marker {
}
.step {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
list-style: none;
@@ -2859,8 +2868,8 @@ summary.accordion-header::-webkit-details-marker {
.tab {
align-items: center;
border-bottom: .05rem solid #dadee4;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@@ -2926,8 +2935,8 @@ summary.accordion-header::-webkit-details-marker {
.tile {
align-content: space-between;
align-items: flex-start;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: start;
-ms-flex-line-pack: justify;
}
@@ -3289,13 +3298,13 @@ a.text-error:visited {
}
.d-flex {
- display: flex;
display: -ms-flexbox;
+ display: flex;
}
.d-inline-flex {
- display: inline-flex;
display: -ms-inline-flexbox;
+ display: inline-flex;
}
.d-none,
@@ -3445,8 +3454,8 @@ a.text-error:visited {
}
.p-sticky {
- position: sticky !important;
position: -webkit-sticky !important;
+ position: sticky !important;
}
.p-centered {
@@ -3458,8 +3467,8 @@ a.text-error:visited {
.flex-centered {
align-items: center;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
justify-content: center;