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 'dist/spectre-exp.css')
-rw-r--r--dist/spectre-exp.css26
1 files changed, 15 insertions, 11 deletions
diff --git a/dist/spectre-exp.css b/dist/spectre-exp.css
index e099ea7..446b277 100644
--- a/dist/spectre-exp.css
+++ b/dist/spectre-exp.css
@@ -1,12 +1,12 @@
-/*! Spectre.css Experimentals v0.5.8 | MIT License | github.com/picturepan2/spectre */
+/*! Spectre.css Experimentals v0.5.9 | MIT License | github.com/picturepan2/spectre */
.form-autocomplete {
position: relative;
}
.form-autocomplete .form-autocomplete-input {
align-content: flex-start;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-line-pack: start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@@ -62,8 +62,8 @@
background: #f7f8f9;
border-top-left-radius: .1rem;
border-top-right-radius: .1rem;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: center;
font-size: .9rem;
padding: .4rem;
@@ -71,8 +71,8 @@
.calendar .calendar-header,
.calendar .calendar-body {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-pack: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@@ -215,8 +215,8 @@
.calendar.calendar-lg .calendar-body .calendar-date {
border-bottom: .05rem solid #dadee4;
border-right: .05rem solid #dadee4;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 5.5rem;
@@ -356,8 +356,8 @@
.carousel .carousel-nav {
bottom: .4rem;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-pack: center;
justify-content: center;
left: 50%;
@@ -469,6 +469,7 @@
color: #fff;
content: "";
height: 3px;
+ pointer-events: none;
position: absolute;
right: .4rem;
top: 50%;
@@ -555,8 +556,8 @@
}
.filter .filter-body {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@@ -620,8 +621,8 @@
}
.off-canvas {
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-flow: nowrap;
flex-flow: nowrap;
height: 100%;
@@ -727,8 +728,8 @@
.parallax .parallax-front {
align-items: center;
color: #fff;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
height: 100%;
@@ -916,6 +917,7 @@
border-radius: 50%;
height: .6rem;
margin-top: -.25rem;
+ -webkit-transition: transform .2s;
transition: transform .2s;
width: .6rem;
}
@@ -925,6 +927,7 @@
border: 0;
border-radius: 50%;
height: .6rem;
+ -moz-transition: transform .2s;
transition: transform .2s;
width: .6rem;
}
@@ -934,6 +937,7 @@
border: 0;
border-radius: 50%;
height: .6rem;
+ -ms-transition: transform .2s;
transition: transform .2s;
width: .6rem;
}
@@ -994,8 +998,8 @@
}
.timeline .timeline-item {
- display: flex;
display: -ms-flexbox;
+ display: flex;
margin-bottom: 1.2rem;
position: relative;
}
@@ -1058,8 +1062,8 @@
.viewer-360 {
align-items: center;
- display: flex;
display: -ms-flexbox;
+ display: flex;
-ms-flex-align: center;
-ms-flex-direction: column;
flex-direction: column;