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:
authorYan Zhu <picturepan2@hotmail.com>2017-03-19 12:55:09 +0300
committerGitHub <noreply@github.com>2017-03-19 12:55:09 +0300
commit33c89ed8fd6535dc21d0132ef61fc560099279f7 (patch)
treeb854b458761aead1e009db59e503e36e7862110f
parentee309ce40db4bc0fb5b4ccc076a054dd9574ac5f (diff)
parent1d63c12eebb44b76947726dfeee98919627c9d9b (diff)
Merge pull request #170 from picturepan2/feature/0.2.10v0.2.10
Feature/0.2.10
-rw-r--r--dist/spectre-exp.css208
-rw-r--r--dist/spectre-exp.min.css2
-rw-r--r--dist/spectre.css438
-rw-r--r--dist/spectre.min.css2
-rw-r--r--docs/components.html75
-rw-r--r--docs/css/docs.css70
-rw-r--r--docs/css/docs.min.css2
-rw-r--r--docs/css/spectre-exp.css208
-rw-r--r--docs/css/spectre-exp.min.css2
-rw-r--r--docs/css/spectre.css438
-rw-r--r--docs/css/spectre.min.css2
-rw-r--r--docs/elements.html36
-rw-r--r--docs/experimentals.html130
-rw-r--r--docs/index.html85
-rw-r--r--docs/layout.html37
-rw-r--r--docs/src/docs.less (renamed from docs/css/docs.less)93
-rw-r--r--docs/utilities.html20
-rw-r--r--gulpfile.js2
-rw-r--r--src/avatars.less19
-rw-r--r--src/badges.less8
-rw-r--r--src/bars.less9
-rw-r--r--src/base.less6
-rw-r--r--src/breadcrumbs.less2
-rw-r--r--src/buttons.less66
-rw-r--r--src/calendars.less173
-rw-r--r--src/cards.less22
-rw-r--r--src/carousels.less26
-rw-r--r--src/chips.less4
-rw-r--r--src/codes.less6
-rw-r--r--src/dropdowns.less2
-rw-r--r--src/empty.less8
-rw-r--r--src/forms.less184
-rw-r--r--src/labels.less2
-rw-r--r--src/layout.less14
-rw-r--r--src/media.less6
-rw-r--r--src/menus.less48
-rw-r--r--src/modals.less22
-rwxr-xr-xsrc/navbar.less5
-rw-r--r--src/navs.less3
-rw-r--r--src/pagination.less4
-rw-r--r--src/panels.less14
-rw-r--r--src/parallax.less2
-rw-r--r--src/progress.less4
-rw-r--r--src/sliders.less12
-rw-r--r--src/steps.less4
-rw-r--r--src/tables.less12
-rw-r--r--src/tabs.less5
-rw-r--r--src/tiles.less6
-rw-r--r--src/toasts.less10
-rw-r--r--src/tooltips.less7
-rw-r--r--src/typography.less1
-rw-r--r--src/utilities.less34
-rw-r--r--src/variables.less61
-rw-r--r--tools/resizer/assets/css/app.less128
-rw-r--r--tools/resizer/assets/css/app.min.css1
-rw-r--r--tools/resizer/assets/js/zepto.min.js2
-rw-r--r--tools/resizer/index.html121
57 files changed, 1320 insertions, 1593 deletions
diff --git a/dist/spectre-exp.css b/dist/spectre-exp.css
index 64e2b75..7fecc56 100644
--- a/dist/spectre-exp.css
+++ b/dist/spectre-exp.css
@@ -1,24 +1,22 @@
/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */
.calendar {
- border: .1rem solid #efefef;
+ border: .1rem solid #f0f1f4;
border-radius: .2rem;
display: block;
+ min-width: 28rem;
text-align: center;
}
.calendar .calendar-nav {
- -webkit-align-content: space-between;
- align-content: space-between;
-webkit-align-items: center;
align-items: center;
- background: #f8f8f8;
+ background: #f8f9fa;
border-top-left-radius: .2rem;
border-top-right-radius: .2rem;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: center;
- -ms-flex-line-pack: justify;
- font-size: 2rem;
+ font-size: 1.6rem;
padding: 1rem;
}
.calendar .calendar-header,
@@ -39,103 +37,104 @@
-webkit-flex: 0 0 14.28%;
-ms-flex: 0 0 14.28%;
flex: 0 0 14.28%;
+ width: 14.28%;
}
.calendar .calendar-header {
- background: #f8f8f8;
- border-bottom: .1rem solid #efefef;
- color: #999;
+ background: #f8f9fa;
+ border-bottom: .1rem solid #f0f1f4;
+ color: #acb3c2;
font-size: 1.2rem;
}
.calendar .calendar-body {
- color: #666;
+ color: #727e96;
}
-.calendar .calendar-body .calendar-date {
+.calendar .calendar-date {
border: 0;
- padding: .6rem;
-}
-.calendar .calendar-body .calendar-date .date-item {
- color: #666;
-}
-.calendar .calendar-body .calendar-date.prev-month .date-item,
-.calendar .calendar-body .calendar-date.next-month .date-item,
-.calendar .calendar-body .calendar-date .date-item:disabled {
- cursor: default;
- opacity: .25;
- pointer-events: none;
+ padding: .4rem;
}
-.calendar .calendar-body .date-item {
+.calendar .calendar-date .date-item {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: .1rem solid transparent;
border-radius: 50%;
+ color: #727e96;
cursor: pointer;
- display: inline-block;
- height: 3.2rem;
+ height: 2.8rem;
line-height: 2rem;
- padding: .5rem;
+ padding: .3rem;
+ position: relative;
text-align: center;
text-decoration: none;
transition: all .2s ease;
vertical-align: middle;
white-space: nowrap;
- width: 3.2rem;
+ width: 2.8rem;
}
-.calendar .calendar-body .date-item.date-today {
- background: #eff1fa;
+.calendar .calendar-date .date-item.date-today {
+ border-color: #e4e6f6;
color: #5764c6;
}
-.calendar .calendar-body .date-item:focus,
-.calendar .calendar-body .date-item:hover {
- background: #f7f8fc;
- border-color: #dcdff3;
+.calendar .calendar-date .date-item:focus,
+.calendar .calendar-date .date-item:hover {
+ background: #fbfbfe;
+ border-color: #e4e6f6;
color: #5764c6;
text-decoration: none;
}
-.calendar .calendar-body .date-item:active,
-.calendar .calendar-body .date-item.active {
- background: #4452c0;
- border-color: #3b49af;
+.calendar .calendar-date .date-item:active,
+.calendar .calendar-date .date-item.active {
+ background: #4c59c2;
+ border-color: #3e4cb6;
color: #fff;
}
-.calendar .calendar-body .date-item.badge::after {
+.calendar .calendar-date .date-item.badge::after {
position: absolute;
- right: .4rem;
- top: .4rem;
+ right: .3rem;
+ top: .3rem;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
+.calendar .calendar-date.disabled .date-item,
+.calendar .calendar-date.disabled .calendar-event,
+.calendar .calendar-date .date-item:disabled,
+.calendar .calendar-date .calendar-event:disabled {
+ cursor: default;
+ opacity: .25;
+ pointer-events: none;
+}
.calendar .calendar-range {
position: relative;
}
-.calendar .calendar-range .date-item::before {
+.calendar .calendar-range::before {
background: #eff1fa;
content: "";
- height: 3.2rem;
- left: 50%;
+ height: 2.8rem;
+ left: 0;
position: absolute;
+ right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
- width: 50%;
- z-index: -9;
}
-.calendar .calendar-range + .calendar-range .date-item::before {
- left: 0;
- width: 100%;
+.calendar .calendar-range.range-start::before {
+ left: 50%;
}
-.calendar .calendar-range + .calendar-range .date-item.active::before {
- width: 50%;
+.calendar .calendar-range.range-end::before {
+ right: 50%;
+}
+.calendar .calendar-range .date-item {
+ color: #5764c6;
}
.calendar.calendar-lg .calendar-body {
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date {
- border-bottom: .1rem solid #efefef;
- border-right: .1rem solid #efefef;
+ border-bottom: .1rem solid #f0f1f4;
+ border-right: .1rem solid #f0f1f4;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
@@ -143,7 +142,6 @@
-ms-flex-direction: column;
flex-direction: column;
height: 11rem;
- overflow: hidden;
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
@@ -152,37 +150,23 @@
.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) {
border-bottom: 0;
}
-.calendar.calendar-lg .calendar-body .date-item {
+.calendar.calendar-lg .date-item {
-webkit-align-self: flex-end;
align-self: flex-end;
- -webkit-flex: 0 0 2.4rem;
- -ms-flex: 0 0 2.4rem;
- flex: 0 0 2.4rem;
-ms-flex-item-align: end;
- height: 2.4rem;
+ height: 2.8rem;
margin-right: .5rem;
margin-top: .5rem;
- padding: .1rem;
- width: 2.4rem;
}
-.calendar.calendar-lg .calendar-body .date-item.badge::after {
- right: .2rem;
- top: .2rem;
+.calendar.calendar-lg .calendar-range::before {
+ top: 1.9rem;
}
-.calendar.calendar-lg .calendar-body .calendar-range .date-item::before {
- height: 2.4rem;
+.calendar.calendar-lg .calendar-range.range-start::before {
left: auto;
- right: 0;
- top: 1.7rem;
- width: 2.2rem;
-}
-.calendar.calendar-lg .calendar-body .calendar-range + .calendar-range .date-item::before {
- left: 0;
- width: 100%;
+ width: 1.9rem;
}
-.calendar.calendar-lg .calendar-body .calendar-range + .calendar-range .date-item.active::before {
- right: 1.7rem;
- width: auto;
+.calendar.calendar-lg .calendar-range.range-end::before {
+ right: 1.9rem;
}
.calendar.calendar-lg .calendar-events {
-webkit-flex-grow: 1;
@@ -207,7 +191,7 @@
white-space: nowrap;
}
.carousel {
- background: #f8f8f8;
+ background: #f8f9fa;
display: block;
height: 50vh;
overflow: hidden;
@@ -220,8 +204,8 @@
position: relative;
}
.carousel .carousel-container .carousel-item {
- -webkit-animation: carousel-slideout 1s 1;
- animation: carousel-slideout 1s 1;
+ -webkit-animation: carousel-slideout 1s ease-in-out 1;
+ animation: carousel-slideout 1s ease-in-out 1;
height: 100%;
left: 0;
margin: 0;
@@ -236,9 +220,9 @@
}
.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
- background: rgba(204, 204, 204, .25);
- border-color: rgba(204, 204, 204, .5);
- color: #ccc;
+ background: rgba(231, 233, 237, .25);
+ border-color: rgba(231, 233, 237, .5);
+ color: #e7e9ed;
opacity: 0;
position: absolute;
top: 50%;
@@ -246,7 +230,7 @@
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: all .4s ease;
- z-index: 99;
+ z-index: 200;
}
.carousel .carousel-container .item-prev {
left: 2rem;
@@ -258,16 +242,16 @@
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4) {
- -webkit-animation: carousel-slidein .75s 1;
- animation: carousel-slidein .75s 1;
+ -webkit-animation: carousel-slidein .75s ease-in 1;
+ animation: carousel-slidein .75s ease-in 1;
opacity: 1;
- z-index: 99;
+ z-index: 100;
}
.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1),
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) {
- color: #ccc;
+ color: #e7e9ed;
}
.carousel .carousel-nav {
bottom: 1rem;
@@ -283,10 +267,10 @@
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 20rem;
- z-index: 999;
+ z-index: 200;
}
.carousel .carousel-nav .nav-item {
- color: rgba(204, 204, 204, .5);
+ color: rgba(231, 233, 237, .5);
display: block;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
@@ -335,32 +319,32 @@
@-webkit-keyframes carousel-slideout {
0% {
opacity: 1;
- -webkit-transform: translateX(0) scale(1);
- transform: translateX(0) scale(1);
+ -webkit-transform: translateX(0);
+ transform: translateX(0);
}
100% {
- opacity: 0;
- -webkit-transform: translateX(-50%) scale(.95);
- transform: translateX(-50%) scale(.95);
+ opacity: 1;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
}
}
@keyframes carousel-slideout {
0% {
opacity: 1;
- -webkit-transform: translateX(0) scale(1);
- transform: translateX(0) scale(1);
+ -webkit-transform: translateX(0);
+ transform: translateX(0);
}
100% {
- opacity: 0;
- -webkit-transform: translateX(-50%) scale(.95);
- transform: translateX(-50%) scale(.95);
+ opacity: 1;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
}
}
.meter {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #f8f8f8;
+ background: #f8f9fa;
border: 0;
border-radius: .2rem;
display: block;
@@ -377,7 +361,7 @@
border-radius: .2rem;
}
.meter::-webkit-meter-bar {
- background: #f8f8f8;
+ background: #f8f9fa;
}
.meter::-webkit-meter-optimum-value {
background: #32b643;
@@ -434,7 +418,7 @@
position: absolute;
top: 0;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-top-left:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(3deg) rotateY(-3deg);
@@ -449,7 +433,7 @@
right: 0;
top: 0;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-top-right:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(3deg) rotateY(3deg);
@@ -464,7 +448,7 @@
left: 0;
position: absolute;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-bottom-left:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(-3deg) rotateY(-3deg);
@@ -479,7 +463,7 @@
position: absolute;
right: 0;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-bottom-right:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(-3deg) rotateY(3deg);
@@ -492,7 +476,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #efefef;
+ background: #f0f1f4;
border: 0;
border-radius: .2rem;
color: #5764c6;
@@ -515,7 +499,7 @@
.progress:indeterminate {
-webkit-animation: progress-indeterminate 1.5s linear infinite;
animation: progress-indeterminate 1.5s linear infinite;
- background: #efefef linear-gradient(to right, #5764c6 30%, #efefef 30%) top left / 150% 150% no-repeat;
+ background: #f0f1f4 linear-gradient(to right, #5764c6 30%, #f0f1f4 30%) top left / 150% 150% no-repeat;
}
.progress:indeterminate::-moz-progress-bar {
background: transparent;
@@ -590,35 +574,35 @@
}
.slider:disabled::-webkit-slider-thumb,
.slider.disabled::-webkit-slider-thumb {
- background: #ccc;
+ background: #e7e9ed;
-webkit-transform: scale(1);
transform: scale(1);
}
.slider:disabled::-moz-range-thumb,
.slider.disabled::-moz-range-thumb {
- background: #ccc;
+ background: #e7e9ed;
transform: scale(1);
}
.slider:disabled::-ms-thumb,
.slider.disabled::-ms-thumb {
- background: #ccc;
+ background: #e7e9ed;
-ms-transform: scale(1);
transform: scale(1);
}
.slider::-webkit-slider-runnable-track {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
height: .4rem;
width: 100%;
}
.slider::-moz-range-track {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
height: .4rem;
width: 100%;
}
.slider::-ms-track {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
height: .4rem;
width: 100%;
diff --git a/dist/spectre-exp.min.css b/dist/spectre-exp.min.css
index a89fff7..2078215 100644
--- a/dist/spectre-exp.min.css
+++ b/dist/spectre-exp.min.css
@@ -1 +1 @@
-/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */.calendar{border:.1rem solid #efefef;border-radius:.2rem;display:block;text-align:center}.calendar .calendar-nav{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:center;align-items:center;background:#f8f8f8;border-top-left-radius:.2rem;border-top-right-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-ms-flex-line-pack:justify;font-size:2rem;padding:1rem}.calendar .calendar-body,.calendar .calendar-header{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-pack:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding:1rem 0}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{-webkit-flex:0 0 14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%}.calendar .calendar-header{background:#f8f8f8;border-bottom:.1rem solid #efefef;color:#999;font-size:1.2rem}.calendar .calendar-body{color:#666}.calendar .calendar-body .calendar-date{border:0;padding:.6rem}.calendar .calendar-body .calendar-date .date-item{color:#666}.calendar .calendar-body .calendar-date .date-item:disabled,.calendar .calendar-body .calendar-date.next-month .date-item,.calendar .calendar-body .calendar-date.prev-month .date-item{cursor:default;opacity:.25;pointer-events:none}.calendar .calendar-body .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:.1rem solid transparent;border-radius:50%;cursor:pointer;display:inline-block;height:3.2rem;line-height:2rem;padding:.5rem;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:3.2rem}.calendar .calendar-body .date-item.date-today{background:#eff1fa;color:#5764c6}.calendar .calendar-body .date-item:focus,.calendar .calendar-body .date-item:hover{background:#f7f8fc;border-color:#dcdff3;color:#5764c6;text-decoration:none}.calendar .calendar-body .date-item.active,.calendar .calendar-body .date-item:active{background:#4452c0;border-color:#3b49af;color:#fff}.calendar .calendar-body .date-item.badge::after{position:absolute;right:.4rem;top:.4rem;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.calendar .calendar-range{position:relative}.calendar .calendar-range .date-item::before{background:#eff1fa;content:"";height:3.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50%;z-index:-9}.calendar .calendar-range+.calendar-range .date-item::before{left:0;width:100%}.calendar .calendar-range+.calendar-range .date-item.active::before{width:50%}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{border-bottom:.1rem solid #efefef;border-right:.1rem solid #efefef;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:11rem;overflow:hidden;padding:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .calendar-body .date-item{-webkit-align-self:flex-end;align-self:flex-end;-webkit-flex:0 0 2.4rem;-ms-flex:0 0 2.4rem;flex:0 0 2.4rem;-ms-flex-item-align:end;height:2.4rem;margin-right:.5rem;margin-top:.5rem;padding:.1rem;width:2.4rem}.calendar.calendar-lg .calendar-body .date-item.badge::after{right:.2rem;top:.2rem}.calendar.calendar-lg .calendar-body .calendar-range .date-item::before{height:2.4rem;left:auto;right:0;top:1.7rem;width:2.2rem}.calendar.calendar-lg .calendar-body .calendar-range+.calendar-range .date-item::before{left:0;width:100%}.calendar.calendar-lg .calendar-body .calendar-range+.calendar-range .date-item.active::before{right:1.7rem;width:auto}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:.5rem}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:.2rem;color:#5764c6;display:block;font-size:1.2rem;margin:.2rem auto;overflow:hidden;padding:.3rem .4rem;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f8f8;display:block;height:50vh;overflow:hidden;position:relative;width:100%}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container .carousel-item{-webkit-animation:carousel-slideout 1s 1;animation:carousel-slideout 1s 1;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%}.carousel .carousel-container .carousel-item:hover .item-next,.carousel .carousel-container .carousel-item:hover .item-prev{opacity:1}.carousel .carousel-container .item-next,.carousel .carousel-container .item-prev{background:rgba(204,204,204,.25);border-color:rgba(204,204,204,.5);color:#ccc;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease;z-index:99}.carousel .carousel-container .item-prev{left:2rem}.carousel .carousel-container .item-next{right:2rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4){-webkit-animation:carousel-slidein .75s 1;animation:carousel-slidein .75s 1;opacity:1;z-index:99}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4){color:#ccc}.carousel .carousel-nav{bottom:1rem;display:-webkit-flex;display:flex;display:-ms-flexbox;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20rem;z-index:999}.carousel .carousel-nav .nav-item{color:rgba(204,204,204,.5);display:block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;height:4rem;margin:.4rem;max-width:5rem;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:.3rem;position:absolute;top:2rem;width:100%}@supports (object-fit:cover){.carousel-item img{height:100%;object-fit:cover;width:100%}}@-webkit-keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}}@keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f8f8;border:0;border-radius:.2rem;display:block;height:1.6rem;width:100%}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.2rem}.meter::-webkit-meter-bar{background:#f8f8f8}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.2rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.parallax{display:block;height:auto;position:relative;width:auto}.parallax .parallax-content{box-shadow:0 2.5rem 5rem rgba(0,0,0,.45);height:auto;-webkit-transform:perspective(50rem);transform:perspective(50rem);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .4s ease;width:100%}.parallax .parallax-content::before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.parallax .parallax-top-left{height:50%;left:0;position:absolute;top:0;width:50%;z-index:99}.parallax .parallax-top-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:hover~.parallax-content::before{background:linear-gradient(135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-top-right{height:50%;position:absolute;right:0;top:0;width:50%;z-index:99}.parallax .parallax-top-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(3deg);transform:perspective(50rem) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:hover~.parallax-content::before{background:linear-gradient(-135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-left{bottom:0;height:50%;left:0;position:absolute;width:50%;z-index:99}.parallax .parallax-bottom-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:hover~.parallax-content::before{background:linear-gradient(45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-right{bottom:0;height:50%;position:absolute;right:0;width:50%;z-index:99}.parallax .parallax-bottom-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:hover~.parallax-content::before{background:linear-gradient(-45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#efefef;border:0;border-radius:.2rem;color:#5764c6;height:.4rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:.2rem}.progress::-webkit-progress-value{background:#5764c6;border-radius:.2rem}.progress::-moz-progress-bar{background:#5764c6;border-radius:.2rem}.progress:indeterminate{-webkit-animation:progress-indeterminate 1.5s linear infinite;animation:progress-indeterminate 1.5s linear infinite;background:#efefef linear-gradient(to right,#5764c6 30%,#efefef 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@-webkit-keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;display:block;height:2.4rem;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:1.2rem;margin-top:-.4rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{-ms-transform:scale(1.25);transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{background:#ccc;-webkit-transform:scale(1);transform:scale(1)}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{background:#ccc;transform:scale(1)}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{background:#ccc;-ms-transform:scale(1);transform:scale(1)}.slider::-webkit-slider-runnable-track{background:#efefef;border-radius:.2rem;height:.4rem;width:100%}.slider::-moz-range-track{background:#efefef;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-track{background:#efefef;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-fill-lower{background:#5764c6} \ No newline at end of file
+/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */.calendar{border:.1rem solid #f0f1f4;border-radius:.2rem;display:block;min-width:28rem;text-align:center}.calendar .calendar-nav{-webkit-align-items:center;align-items:center;background:#f8f9fa;border-top-left-radius:.2rem;border-top-right-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;font-size:1.6rem;padding:1rem}.calendar .calendar-body,.calendar .calendar-header{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-pack:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding:1rem 0}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{-webkit-flex:0 0 14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%;width:14.28%}.calendar .calendar-header{background:#f8f9fa;border-bottom:.1rem solid #f0f1f4;color:#acb3c2;font-size:1.2rem}.calendar .calendar-body{color:#727e96}.calendar .calendar-date{border:0;padding:.4rem}.calendar .calendar-date .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:.1rem solid transparent;border-radius:50%;color:#727e96;cursor:pointer;height:2.8rem;line-height:2rem;padding:.3rem;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:2.8rem}.calendar .calendar-date .date-item.date-today{border-color:#e4e6f6;color:#5764c6}.calendar .calendar-date .date-item:focus,.calendar .calendar-date .date-item:hover{background:#fbfbfe;border-color:#e4e6f6;color:#5764c6;text-decoration:none}.calendar .calendar-date .date-item.active,.calendar .calendar-date .date-item:active{background:#4c59c2;border-color:#3e4cb6;color:#fff}.calendar .calendar-date .date-item.badge::after{position:absolute;right:.3rem;top:.3rem;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.calendar .calendar-date .calendar-event:disabled,.calendar .calendar-date .date-item:disabled,.calendar .calendar-date.disabled .calendar-event,.calendar .calendar-date.disabled .date-item{cursor:default;opacity:.25;pointer-events:none}.calendar .calendar-range{position:relative}.calendar .calendar-range::before{background:#eff1fa;content:"";height:2.8rem;left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.calendar .calendar-range.range-start::before{left:50%}.calendar .calendar-range.range-end::before{right:50%}.calendar .calendar-range .date-item{color:#5764c6}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{border-bottom:.1rem solid #f0f1f4;border-right:.1rem solid #f0f1f4;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:11rem;padding:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .date-item{-webkit-align-self:flex-end;align-self:flex-end;-ms-flex-item-align:end;height:2.8rem;margin-right:.5rem;margin-top:.5rem}.calendar.calendar-lg .calendar-range::before{top:1.9rem}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:1.9rem}.calendar.calendar-lg .calendar-range.range-end::before{right:1.9rem}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:.5rem}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:.2rem;color:#5764c6;display:block;font-size:1.2rem;margin:.2rem auto;overflow:hidden;padding:.3rem .4rem;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f9fa;display:block;height:50vh;overflow:hidden;position:relative;width:100%}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container .carousel-item{-webkit-animation:carousel-slideout 1s ease-in-out 1;animation:carousel-slideout 1s ease-in-out 1;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%}.carousel .carousel-container .carousel-item:hover .item-next,.carousel .carousel-container .carousel-item:hover .item-prev{opacity:1}.carousel .carousel-container .item-next,.carousel .carousel-container .item-prev{background:rgba(231,233,237,.25);border-color:rgba(231,233,237,.5);color:#e7e9ed;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease;z-index:200}.carousel .carousel-container .item-prev{left:2rem}.carousel .carousel-container .item-next{right:2rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4){-webkit-animation:carousel-slidein .75s ease-in 1;animation:carousel-slidein .75s ease-in 1;opacity:1;z-index:100}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4){color:#e7e9ed}.carousel .carousel-nav{bottom:1rem;display:-webkit-flex;display:flex;display:-ms-flexbox;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20rem;z-index:200}.carousel .carousel-nav .nav-item{color:rgba(231,233,237,.5);display:block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;height:4rem;margin:.4rem;max-width:5rem;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:.3rem;position:absolute;top:2rem;width:100%}@supports (object-fit:cover){.carousel-item img{height:100%;object-fit:cover;width:100%}}@-webkit-keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa;border:0;border-radius:.2rem;display:block;height:1.6rem;width:100%}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.2rem}.meter::-webkit-meter-bar{background:#f8f9fa}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.2rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.parallax{display:block;height:auto;position:relative;width:auto}.parallax .parallax-content{box-shadow:0 2.5rem 5rem rgba(0,0,0,.45);height:auto;-webkit-transform:perspective(50rem);transform:perspective(50rem);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .4s ease;width:100%}.parallax .parallax-content::before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.parallax .parallax-top-left{height:50%;left:0;position:absolute;top:0;width:50%;z-index:1}.parallax .parallax-top-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:hover~.parallax-content::before{background:linear-gradient(135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-top-right{height:50%;position:absolute;right:0;top:0;width:50%;z-index:1}.parallax .parallax-top-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(3deg);transform:perspective(50rem) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:hover~.parallax-content::before{background:linear-gradient(-135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-left{bottom:0;height:50%;left:0;position:absolute;width:50%;z-index:1}.parallax .parallax-bottom-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:hover~.parallax-content::before{background:linear-gradient(45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-right{bottom:0;height:50%;position:absolute;right:0;width:50%;z-index:1}.parallax .parallax-bottom-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:hover~.parallax-content::before{background:linear-gradient(-45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f0f1f4;border:0;border-radius:.2rem;color:#5764c6;height:.4rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:.2rem}.progress::-webkit-progress-value{background:#5764c6;border-radius:.2rem}.progress::-moz-progress-bar{background:#5764c6;border-radius:.2rem}.progress:indeterminate{-webkit-animation:progress-indeterminate 1.5s linear infinite;animation:progress-indeterminate 1.5s linear infinite;background:#f0f1f4 linear-gradient(to right,#5764c6 30%,#f0f1f4 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@-webkit-keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;display:block;height:2.4rem;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:1.2rem;margin-top:-.4rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{-ms-transform:scale(1.25);transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{background:#e7e9ed;-webkit-transform:scale(1);transform:scale(1)}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{background:#e7e9ed;transform:scale(1)}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{background:#e7e9ed;-ms-transform:scale(1);transform:scale(1)}.slider::-webkit-slider-runnable-track{background:#f0f1f4;border-radius:.2rem;height:.4rem;width:100%}.slider::-moz-range-track{background:#f0f1f4;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-track{background:#f0f1f4;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-fill-lower{background:#5764c6} \ No newline at end of file
diff --git a/dist/spectre.css b/dist/spectre.css
index 272970e..e8c93aa 100644
--- a/dist/spectre.css
+++ b/dist/spectre.css
@@ -391,7 +391,7 @@ html {
}
body {
background: #fff;
- color: #333;
+ color: #50596c;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
font-size: 1.4rem;
overflow-x: hidden;
@@ -410,7 +410,7 @@ a.active {
}
:focus {
box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
- outline: 0;
+ outline: none;
}
.btn .icon,
.toast .icon,
@@ -470,7 +470,7 @@ u {
text-decoration-skip: ink edges;
}
blockquote {
- border-left: .2rem solid #efefef;
+ border-left: .2rem solid #f0f1f4;
margin-left: 0;
padding: 1rem 2rem;
}
@@ -478,7 +478,7 @@ blockquote p:last-child {
margin-bottom: 0;
}
blockquote cite {
- color: #999;
+ color: #acb3c2;
}
ul,
ol {
@@ -516,13 +516,14 @@ dl dd {
mark {
background: #ffe9b3;
border-radius: .2rem;
+ color: #50596c;
display: inline-block;
line-height: 1;
padding: .3rem .4rem;
vertical-align: baseline;
}
kbd {
- background: #333;
+ background: #454d5d;
border-radius: .2rem;
color: #fff;
display: inline-block;
@@ -583,25 +584,27 @@ abbr[title] {
width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
- background: #f8f8f8;
+ background: #f8f9fa;
}
.table.table-hover tbody tr:hover {
- background: #f0f0f0;
+ background: #f0f1f4;
}
.table tbody tr.active,
.table.table-striped tbody tr.active {
- background: #f0f0f0;
+ background: #f0f1f4;
}
.table td {
- border-bottom: .1rem solid #efefef;
+ border-bottom: .1rem solid #f0f1f4;
padding: 1.5rem 1rem;
}
.table th {
- border-bottom: .2rem solid #333;
+ border-bottom: .2rem solid #727e96;
padding: 1.5rem 1rem;
}
.btn {
-webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
background: #fff;
border: .1rem solid #5764c6;
border-radius: .2rem;
@@ -611,7 +614,7 @@ abbr[title] {
font-size: 1.4rem;
height: 3.2rem;
line-height: 2rem;
- padding: .5rem 1.2rem;
+ padding: .5rem .8rem;
text-align: center;
text-decoration: none;
transition: all .2s ease;
@@ -623,19 +626,19 @@ abbr[title] {
white-space: nowrap;
}
.btn:focus {
- background: #f7f8fc;
+ background: #fbfbfe;
text-decoration: none;
}
.btn:hover {
background: #5764c6;
- border-color: #4452c0;
+ border-color: #4c59c2;
color: #fff;
text-decoration: none;
}
.btn:active,
.btn.active {
- background: #4452c0;
- border-color: #3b49af;
+ background: #4c59c2;
+ border-color: #3e4cb6;
color: #fff;
}
.btn[disabled],
@@ -647,29 +650,24 @@ abbr[title] {
}
.btn.btn-primary {
background: #5764c6;
- border-color: #4452c0;
- color: #fff;
-}
-.btn.btn-primary:focus {
- background: #4452c0;
- border-color: #3f4eba;
+ border-color: #4c59c2;
color: #fff;
}
+.btn.btn-primary:focus,
.btn.btn-primary:hover {
- background: #3f4eba;
- border-color: #3946a7;
+ background: #4452c0;
+ border-color: #3e4cb6;
color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
- background: #3d4ab3;
- border-color: #36429f;
+ background: #3f4eba;
+ border-color: #3b49af;
color: #fff;
}
.btn.btn-primary.loading::after {
- border-color: #fff;
- border-right-color: transparent;
- border-top-color: transparent;
+ border-bottom-color: #fff;
+ border-left-color: #fff;
}
.btn.btn-link {
background: transparent;
@@ -688,9 +686,9 @@ abbr[title] {
padding: .1rem .8rem;
}
.btn.btn-lg {
- font-size: 1.8rem;
+ font-size: 1.6rem;
height: 4rem;
- padding: .9rem 1.5rem;
+ padding: .9rem .8rem;
}
.btn.btn-block {
display: block;
@@ -711,22 +709,19 @@ abbr[title] {
background: transparent;
border: 0;
color: currentColor;
- height: 2rem;
- margin-left: .2rem;
- margin-right: -.4rem;
+ height: 1.6rem;
+ line-height: 1.6rem;
+ margin: .2rem -.2rem .2rem .4rem;
opacity: .45;
- padding: 0 .4rem;
+ padding: 0 .2rem;
text-decoration: none;
- width: 2rem;
+ width: 1.6rem;
}
.btn.btn-clear:hover {
opacity: .85;
}
.btn.btn-clear::before {
- content: "\00d7";
- display: inline-block;
- font-family: sans-serif;
- font-size: 2rem;
+ content: "\2715";
}
.btn-group {
display: inline-flex;
@@ -754,11 +749,11 @@ abbr[title] {
border-top-left-radius: 0;
margin-left: -.1rem;
}
-.btn-group .btn:hover,
.btn-group .btn:focus,
+.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
- z-index: 9;
+ z-index: 1;
}
.btn-group.btn-group-block {
display: flex;
@@ -768,15 +763,25 @@ abbr[title] {
.form-group:not(:last-child) {
margin-bottom: 1rem;
}
+.form-label {
+ display: block;
+ padding: .6rem 0;
+}
+.form-label.label-sm {
+ padding: .2rem 0;
+}
+.form-label.label-lg {
+ padding: 1rem 0;
+}
.form-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
background-image: none;
- border: .1rem solid #ccc;
+ border: .1rem solid #c4c9d3;
border-radius: .2rem;
- color: #333;
+ color: #50596c;
display: block;
font-size: 1.4rem;
height: 3.2rem;
@@ -794,7 +799,7 @@ abbr[title] {
.form-input.input-sm {
font-size: 1.2rem;
height: 2.4rem;
- padding: .1rem .6rem;
+ padding: .1rem .8rem;
}
.form-input.input-lg {
font-size: 1.6rem;
@@ -808,13 +813,12 @@ abbr[title] {
}
textarea.form-input {
height: auto;
- line-height: 2rem;
}
-.form-input[type=file] {
+.form-input[type="file"] {
height: auto;
}
.form-input-hint {
- color: #999;
+ color: #acb3c2;
margin-top: .4rem;
}
.has-success .form-input-hint,
@@ -825,21 +829,16 @@ textarea.form-input {
.is-danger + .form-input-hint {
color: #e85600;
}
-.form-label {
- display: block;
- line-height: 1.6rem;
- margin-bottom: .5rem;
-}
.form-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- border: .1rem solid #ccc;
+ border: .1rem solid #c4c9d3;
border-radius: .2rem;
+ color: inherit;
font-size: 1.4rem;
line-height: 2rem;
min-width: 18rem;
- outline: 0;
padding: .5rem .8rem;
vertical-align: middle;
}
@@ -847,7 +846,7 @@ textarea.form-input {
padding: .2rem .4rem;
}
.form-select:not([multiple]) {
- background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / .8rem 1rem;
+ background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / .8rem 1rem;
height: 3.2rem;
padding-right: 2.4rem;
}
@@ -891,6 +890,13 @@ textarea.form-input {
.form-select.is-danger:focus {
box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
+.form-checkbox,
+.form-radio,
+.form-switch {
+ display: inline-block;
+ line-height: 2rem;
+ position: relative;
+}
.form-checkbox input,
.form-radio input,
.form-switch input {
@@ -907,43 +913,40 @@ textarea.form-input {
border-color: #5764c6;
box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
+.form-checkbox input:checked + .form-icon,
+.form-radio input:checked + .form-icon,
+.form-switch input:checked + .form-icon {
+ background: #5764c6;
+ border-color: #5764c6;
+}
+.form-checkbox .form-icon,
+.form-radio .form-icon,
+.form-switch .form-icon {
+ border: .1rem solid #c4c9d3;
+ cursor: pointer;
+ display: inline-block;
+ position: absolute;
+ transition: all .2s ease;
+}
.form-checkbox,
.form-radio {
- display: inline-block;
- line-height: 1.8rem;
- padding: .3rem 2rem;
- position: relative;
+ padding: .2rem 2rem;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
- border: .1rem solid #ccc;
- cursor: pointer;
- display: inline-block;
- font-size: 1.4rem;
height: 1.4rem;
left: 0;
- line-height: 2.4rem;
- outline: none;
- padding: 0;
- position: absolute;
top: .5rem;
- transition: all .2s ease;
- vertical-align: top;
width: 1.4rem;
}
-.form-checkbox input:checked + .form-icon,
-.form-radio input:checked + .form-icon {
- background: #5764c6;
- border-color: #5764c6;
-}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
- background: #efefef;
+ background: #f0f1f4;
}
.form-checkbox .form-icon {
border-radius: .2rem;
}
-.form-checkbox input:checked + .form-icon::after {
+.form-checkbox input:checked + .form-icon::before {
background-clip: padding-box;
border: .2rem solid #fff;
border-left-width: 0;
@@ -964,21 +967,21 @@ textarea.form-input {
background: #5764c6;
border-color: #5764c6;
}
-.form-checkbox input:indeterminate + .form-icon::after {
+.form-checkbox input:indeterminate + .form-icon::before {
background: #fff;
content: "";
height: .2rem;
left: 50%;
- margin-left: -.4rem;
+ margin-left: -.5rem;
margin-top: -.1rem;
position: absolute;
top: 50%;
- width: .8rem;
+ width: 1rem;
}
.form-radio .form-icon {
border-radius: .7rem;
}
-.form-radio input:checked + .form-icon::after {
+.form-radio input:checked + .form-icon::before {
background: #fff;
border-radius: .2rem;
content: "";
@@ -991,29 +994,18 @@ textarea.form-input {
width: .4rem;
}
.form-switch {
- display: inline-block;
- line-height: 2rem;
padding: .2rem 2rem .2rem 3.6rem;
- position: relative;
}
.form-switch .form-icon {
- background: #ccc;
+ background: #e7e9ed;
background-clip: padding-box;
- border: .1rem solid #ccc;
border-radius: .9rem;
- cursor: pointer;
- display: inline-block;
height: 1.8rem;
left: 0;
- line-height: 2.6rem;
- outline: none;
- padding: 0;
- position: absolute;
top: .3rem;
- vertical-align: top;
width: 3rem;
}
-.form-switch .form-icon::after {
+.form-switch .form-icon::before {
background: #fff;
border-radius: .8rem;
content: "";
@@ -1022,18 +1014,14 @@ textarea.form-input {
left: 0;
position: absolute;
top: 0;
- transition: left .2s ease;
+ transition: all .2s ease;
width: 1.6rem;
}
-.form-switch input:checked + .form-icon {
- background: #5764c6;
- border-color: #5764c6;
-}
-.form-switch input:checked + .form-icon::after {
+.form-switch input:checked + .form-icon::before {
left: 1.2rem;
}
-.form-switch input:active + .form-icon::after {
- background: #efefef;
+.form-switch input:active + .form-icon::before {
+ background: #f8f9fa;
}
.input-group {
display: flex;
@@ -1041,19 +1029,18 @@ textarea.form-input {
display: -webkit-flex;
}
.input-group .input-group-addon {
- background: #f8f8f8;
- border: .1rem solid #ccc;
+ background: #f8f9fa;
+ border: .1rem solid #c4c9d3;
border-radius: .2rem;
line-height: 2rem;
padding: .5rem .8rem;
}
.input-group .input-group-addon.addon-sm {
font-size: 1.2rem;
- padding: .1rem .6rem;
+ padding: .1rem .8rem;
}
.input-group .input-group-addon.addon-lg {
font-size: 1.6rem;
- line-height: 2rem;
padding: .9rem .8rem;
}
.input-group .input-group-addon,
@@ -1084,7 +1071,7 @@ textarea.form-input {
.input-group .form-input:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
- z-index: 99;
+ z-index: 1;
}
.input-group.input-inline {
display: inline-flex;
@@ -1095,19 +1082,18 @@ textarea.form-input {
.form-select:disabled,
.form-input.disabled,
.form-select.disabled {
- background-color: #f0f0f0;
+ background-color: #f0f1f4;
cursor: not-allowed;
opacity: .5;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
- background: #f0f0f0;
- border-color: #ccc;
+ background: #f0f1f4;
cursor: not-allowed;
opacity: .5;
}
-.form-switch input:disabled + .form-icon::after,
-.form-switch input.disabled + .form-icon::after {
+.form-switch input:disabled + .form-icon::before,
+.form-switch input.disabled + .form-icon::before {
background: #fff;
}
.form-horizontal {
@@ -1118,19 +1104,15 @@ input.disabled + .form-icon {
display: -ms-flexbox;
display: -webkit-flex;
}
-.form-horizontal .form-label {
- margin-bottom: 0;
- padding: .8rem .4rem;
-}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
margin: .4rem 0;
}
.label {
- background: #f8f8f8;
+ background: #f8f9fa;
border-radius: .2rem;
- color: #666;
+ color: inherit;
display: inline-block;
line-height: 1;
padding: .3rem .4rem;
@@ -1153,7 +1135,7 @@ input.disabled + .form-icon {
color: #fff;
}
code {
- background: #f8f8f8;
+ background: #f8f9fa;
border-radius: .2rem;
color: #e06870;
display: inline-block;
@@ -1163,12 +1145,12 @@ code {
}
.code {
border-radius: .2rem;
- color: #666;
+ color: #50596c;
line-height: 2rem;
position: relative;
}
.code::before {
- color: #ccc;
+ color: #acb3c2;
content: attr(data-lang);
font-size: 1.2rem;
position: absolute;
@@ -1229,7 +1211,7 @@ code {
margin: 0 0 1rem 0;
}
.figure .figure-caption {
- color: #666;
+ color: #727e96;
margin-top: 1rem;
}
.container {
@@ -1651,9 +1633,12 @@ code {
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: stretch;
+ -ms-flex-pack: justify;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
+ -webkit-justify-content: space-between;
+ justify-content: space-between;
}
.navbar .navbar-section {
-webkit-align-items: center;
@@ -1666,7 +1651,7 @@ code {
flex: 1 0 0;
-ms-flex-align: center;
}
-.navbar .navbar-section:last-of-type {
+.navbar .navbar-section:last-child {
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
@@ -1688,7 +1673,7 @@ code {
text-decoration: none;
}
.panel {
- border: .1rem solid #efefef;
+ border: .1rem solid #f0f1f4;
border-radius: .2rem;
display: flex;
display: -ms-flexbox;
@@ -1714,27 +1699,27 @@ code {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
overflow-y: auto;
-}
-.panel .panel-body {
padding: 0 1.5rem;
}
.panel .panel-title {
font-size: 2rem;
- line-height: 1.4;
+}
+.panel .panel-subtitle {
+ color: #acb3c2;
}
.empty {
- background: #f8f8f8;
+ background: #f8f9fa;
border-radius: .2rem;
- color: #666;
+ color: #727e96;
padding: 4rem;
text-align: center;
}
.empty .empty-title,
-.empty .empty-meta {
+.empty .empty-subtitle {
margin: 1rem auto;
}
-.empty .empty-meta {
- color: #999;
+.empty .empty-subtitle {
+ color: #acb3c2;
}
.empty .empty-action {
margin-top: 1.5rem;
@@ -1783,7 +1768,7 @@ code {
.avatar {
background: #5764c6;
border-radius: 50%;
- color: rgba(255, 255, 255, .75);
+ color: rgba(255, 255, 255, .85);
display: inline-block;
font-size: 1.4rem;
font-weight: 300;
@@ -1795,7 +1780,7 @@ code {
width: 3.2rem;
}
.avatar.avatar-xs {
- font-size: 1.4rem;
+ font-size: .8rem;
height: 1.6rem;
width: 1.6rem;
}
@@ -1819,7 +1804,7 @@ code {
height: 100%;
position: relative;
width: 100%;
- z-index: 99;
+ z-index: 100;
}
.avatar .avatar-icon {
background: #fff;
@@ -1839,17 +1824,11 @@ code {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
- vertical-align: middle;
z-index: 1;
}
-.avatar.avatar-xs[data-initial]::before {
- -webkit-transform: translate(-50%, -50%) scale(.5);
- -ms-transform: translate(-50%, -50%) scale(.5);
- transform: translate(-50%, -50%) scale(.5);
-}
.badge {
- display: inline-block;
position: relative;
+ white-space: nowrap;
}
.badge[data-badge]::after,
.badge:not([data-badge])::after {
@@ -1860,9 +1839,9 @@ code {
color: #fff;
content: attr(data-badge);
display: inline-block;
- -webkit-transform: translate(-.4rem, -1rem);
- -ms-transform: translate(-.4rem, -1rem);
- transform: translate(-.4rem, -1rem);
+ -webkit-transform: translate(-.2rem, -1rem);
+ -ms-transform: translate(-.2rem, -1rem);
+ transform: translate(-.2rem, -1rem);
}
.badge[data-badge]::after {
font-size: 1.2rem;
@@ -1889,7 +1868,7 @@ code {
transform: translate(50%, -50%);
}
.bar {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
display: flex;
display: -ms-flexbox;
@@ -1914,14 +1893,15 @@ code {
height: 100%;
line-height: 1;
padding: .2rem 0;
+ position: relative;
text-align: center;
width: 0;
}
-.bar .bar-item:first-of-type {
+.bar .bar-item:first-child {
border-bottom-left-radius: .2rem;
border-top-left-radius: .2rem;
}
-.bar .bar-item:last-of-type {
+.bar .bar-item:last-child {
border-bottom-right-radius: .2rem;
border-top-right-radius: .2rem;
-ms-flex-negative: 1;
@@ -1930,17 +1910,15 @@ code {
}
.card {
background: #fff;
- border: .1rem solid #efefef;
+ border: .1rem solid #f0f1f4;
border-radius: .2rem;
display: block;
- margin: 0;
- padding: 0;
- text-align: left;
}
.card .card-header,
.card .card-body,
.card .card-footer {
- padding: 1.5rem 1.5rem 0 1.5rem;
+ padding: 1.5rem;
+ padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
@@ -1963,18 +1941,17 @@ code {
}
.card .card-title {
font-size: 2rem;
- line-height: 1.4;
}
-.card .card-meta {
- color: #999;
- font-size: 1.3rem;
+.card .card-subtitle {
+ color: #acb3c2;
+ font-size: 1.2rem;
}
.chip {
-webkit-align-items: center;
align-items: center;
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
- color: #666;
+ color: #727e96;
display: -ms-inline-flexbox;
display: inline-flex;
display: -webkit-inline-flex;
@@ -1999,8 +1976,8 @@ code {
position: relative;
}
.dropdown .menu {
- -webkit-animation: slide-down .2s 1;
- animation: slide-down .2s 1;
+ -webkit-animation: slide-down .2s ease 1;
+ animation: slide-down .2s ease 1;
display: none;
left: 0;
position: absolute;
@@ -2022,15 +1999,13 @@ code {
list-style: none;
margin: 0;
min-width: 18rem;
- padding: .8rem;
- text-align: left;
+ padding: 1rem;
-webkit-transform: translateY(.5rem);
-ms-transform: translateY(.5rem);
transform: translateY(.5rem);
- z-index: 999;
+ z-index: 100;
}
.menu .menu-item {
- border-radius: .2rem;
margin-top: 0;
padding: 0 .8rem;
text-decoration: none;
@@ -2043,9 +2018,8 @@ code {
border-radius: .2rem;
color: inherit;
display: block;
- line-height: 2.4rem;
margin: 0 -.8rem;
- padding: .4rem .8rem;
+ padding: .6rem .8rem;
text-decoration: none;
}
.menu .menu-item > a:focus,
@@ -2054,39 +2028,15 @@ code {
}
.menu .menu-item > a:active,
.menu .menu-item > a.active {
- background: #f7f8fc;
+ background: #fbfbfe;
color: #5764c6;
}
-.menu .menu-header {
- color: #ccc;
- font-size: 1.2rem;
- line-height: 2rem;
- margin-top: 0;
- padding: .2rem 0;
- position: relative;
-}
-.menu .menu-header::after {
- border-bottom: .1rem solid #efefef;
- content: "";
- display: block;
- height: .1rem;
- position: absolute;
- top: 50%;
- width: 100%;
-}
-.menu .menu-header .menu-header-text {
- background: #fff;
- display: inline-block;
- padding: 0 .8rem;
- position: relative;
- z-index: 99;
-}
.menu .menu-badge {
float: right;
- padding: .4rem 0;
+ padding: .6rem 0;
}
-.menu .menu-badge .label {
- margin: .2rem 0;
+.menu .menu-badge .btn {
+ margin-top: -.2rem;
}
.modal {
-webkit-align-items: center;
@@ -2111,12 +2061,13 @@ code {
display: -ms-flexbox;
display: -webkit-flex;
opacity: 1;
- z-index: 1988;
+ z-index: 400;
}
.modal:target .modal-overlay,
.modal.active .modal-overlay {
- background: rgba(51, 51, 51, .5);
+ background: rgba(69, 77, 93, .5);
bottom: 0;
+ cursor: default;
display: block;
left: 0;
position: absolute;
@@ -2125,9 +2076,10 @@ code {
}
.modal:target .modal-container,
.modal.active .modal-container {
- -webkit-animation: slide-down .2s;
- animation: slide-down .2s;
+ -webkit-animation: slide-down .2s ease 1;
+ animation: slide-down .2s ease 1;
max-width: 64rem;
+ z-index: 1;
}
.modal.modal-sm .modal-container {
max-width: 32rem;
@@ -2135,12 +2087,11 @@ code {
.modal-container {
background: #fff;
border-radius: .2rem;
- box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3);
+ box-shadow: 0 .4rem 1.6rem rgba(0, 0, 0, .3);
display: block;
margin: 0 auto;
padding: 0;
text-align: left;
- z-index: 1988;
}
.modal-container .modal-header {
padding: 1.5rem;
@@ -2174,17 +2125,17 @@ code {
margin: 0;
}
.breadcrumb .breadcrumb-item:last-child {
- color: #999;
+ color: #acb3c2;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
- color: #ccc;
+ color: #e7e9ed;
content: "/";
padding: 0 .4rem;
}
.tab {
-webkit-align-items: center;
align-items: center;
- border-bottom: .1rem solid #efefef;
+ border-bottom: .1rem solid #f0f1f4;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
@@ -2206,9 +2157,8 @@ code {
border-bottom: .2rem solid transparent;
color: inherit;
display: block;
- margin-bottom: -.1rem;
margin-top: 0;
- padding: .6rem 1.2rem;
+ padding: .5rem 1.2rem;
text-decoration: none;
}
.tab .tab-item a:focus,
@@ -2251,7 +2201,7 @@ code {
}
.pagination .page-item a {
border-radius: .2rem;
- color: #666;
+ color: #727e96;
display: inline-block;
padding: .6rem .8rem;
text-decoration: none;
@@ -2282,7 +2232,7 @@ code {
.pagination .page-item .page-item-title {
margin: 0;
}
-.pagination .page-item .page-item-meta {
+.pagination .page-item .page-item-subtitle {
margin: 0;
opacity: .5;
}
@@ -2295,7 +2245,7 @@ code {
flex-direction: column;
}
.nav .nav-item a {
- color: #666;
+ color: #727e96;
padding: .6rem .8rem;
text-decoration: none;
}
@@ -2304,7 +2254,6 @@ code {
color: #5764c6;
}
.nav .nav-item.active > a {
- color: #666;
font-weight: bold;
}
.nav .nav-item.active > a:focus,
@@ -2316,7 +2265,7 @@ code {
margin-left: 2rem;
}
.nav .nav a {
- color: #999;
+ color: #acb3c2;
}
.step {
display: flex;
@@ -2348,7 +2297,7 @@ code {
width: 100%;
}
.step .step-item a {
- color: #999;
+ color: #acb3c2;
display: inline-block;
padding: 2rem 1rem 0;
text-decoration: none;
@@ -2367,17 +2316,17 @@ code {
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 1.2rem;
- z-index: 99;
+ z-index: 1;
}
.step .step-item.active a::before {
background: #fff;
border: .2rem solid #5764c6;
}
.step .step-item.active ~ .step-item::before {
- background: #efefef;
+ background: #f0f1f4;
}
.step .step-item.active ~ .step-item a::before {
- background: #ccc;
+ background: #e7e9ed;
}
.tile {
-webkit-align-content: space-between;
@@ -2389,8 +2338,6 @@ code {
display: -webkit-flex;
-ms-flex-align: start;
-ms-flex-line-pack: justify;
- margin: .5rem 0;
- padding: .5rem 0;
}
.tile .tile-icon,
.tile .tile-action {
@@ -2412,8 +2359,8 @@ code {
.tile .tile-title {
font-weight: 500;
}
-.tile .tile-meta {
- color: #999;
+.tile .tile-subtitle {
+ color: #acb3c2;
line-height: 2rem;
}
.tile.tile-centered {
@@ -2425,19 +2372,19 @@ code {
overflow: hidden;
}
.tile.tile-centered .tile-title,
-.tile.tile-centered .tile-meta {
+.tile.tile-centered .tile-subtitle {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.toast {
- background: rgba(51, 51, 51, .9);
- border: .1rem solid #333;
- border-color: #333;
+ background: rgba(69, 77, 93, .9);
+ border: .1rem solid #454d5d;
+ border-color: #454d5d;
border-radius: .2rem;
color: #fff;
display: block;
- padding: 1.4rem;
+ padding: 1rem;
width: 100%;
}
.toast.toast-primary {
@@ -2456,16 +2403,17 @@ code {
color: #fff;
text-decoration: underline;
}
-.toast a:hover,
.toast a:focus,
-.toast a:active {
+.toast a:hover,
+.toast a:active,
+.toast a.active {
opacity: .75;
}
.tooltip {
position: relative;
}
.tooltip::after {
- background: rgba(51, 51, 51, .9);
+ background: rgba(69, 77, 93, .9);
border-radius: .2rem;
bottom: 100%;
color: #fff;
@@ -2473,11 +2421,10 @@ code {
display: block;
font-size: 1.2rem;
left: 50%;
- line-height: 1.6rem;
max-width: 32rem;
opacity: 0;
overflow: hidden;
- padding: .6rem 1rem;
+ padding: .4rem .8rem;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
@@ -2488,7 +2435,7 @@ code {
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
white-space: nowrap;
- z-index: 999;
+ z-index: 200;
}
.tooltip:focus::after,
.tooltip:hover::after {
@@ -2586,9 +2533,22 @@ code {
}
}
.divider {
- border-bottom: .1rem solid #efefef;
+ border-top: .1rem solid #f0f1f4;
display: block;
- margin: .8rem 0;
+ height: .1rem;
+ margin: 1rem 0;
+ position: relative;
+}
+.divider[data-content]::before {
+ background: #fff;
+ color: #e7e9ed;
+ content: attr(data-content);
+ display: inline-block;
+ font-size: 1.2rem;
+ padding: 0 .8rem;
+ -webkit-transform: translateY(-1.1rem);
+ -ms-transform: translateY(-1.1rem);
+ transform: translateY(-1.1rem);
}
.loading {
color: transparent !important;
@@ -2612,6 +2572,7 @@ code {
position: absolute;
top: 50%;
width: 1.6rem;
+ z-index: 1;
}
.clearfix::after,
.container::after {
@@ -2787,11 +2748,20 @@ code {
.hand {
cursor: pointer;
}
-.shadow {
+.shadow-0 {
+ box-shadow: 0 0 .2rem rgba(0, 0, 0, .3);
+}
+.shadow-1 {
box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3);
}
-.light-shadow {
- box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .15);
+.shadow-2 {
+ box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .3);
+}
+.shadow-3 {
+ box-shadow: 0 .3rem 1.2rem rgba(0, 0, 0, .3);
+}
+.shadow-4 {
+ box-shadow: 0 .4rem 1.6rem rgba(0, 0, 0, .3);
}
.rounded {
border-radius: .2rem;
diff --git a/dist/spectre.min.css b/dist/spectre.min.css
index 515d8e2..1abb68d 100644
--- a/dist/spectre.min.css
+++ b/dist/spectre.min.css
@@ -1 +1 @@
-/*! Spectre.css | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;font-size:10px;line-height:1.42857143;-webkit-tap-highlight-color:transparent}body{background:#fff;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-size:1.4rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;text-decoration:none}a.active,a:active,a:focus,a:hover{color:#3b49af;text-decoration:underline}:focus{box-shadow:0 0 0 .2rem rgba(87,100,198,.15);outline:0}.btn .icon,.menu .icon,.toast .icon{font-size:1.3333em;line-height:.8em;vertical-align:-20%}.icon-caret{border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-top:.4rem solid currentColor;display:inline-block;height:0;margin:0;vertical-align:middle;width:0}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:300;line-height:1.2;margin-bottom:1.5rem;margin-top:0}h1{font-size:5rem}h2{font-size:4rem}h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}p{line-height:2.4rem;margin:0 0 1rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}blockquote{border-left:.2rem solid #efefef;margin-left:0;padding:1rem 2rem}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#999}ol,ul{margin:2rem 0 2rem 2rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 2rem}ol li,ul li{margin-top:1rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.5rem 0 1.5rem 0}mark{background:#ffe9b3;border-radius:.2rem;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}kbd{background:#333;border-radius:.2rem;color:#fff;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}abbr[title]{border-bottom:.1rem dotted;cursor:help;text-decoration:none}.cjk,:lang(ja),:lang(ko),:lang(zh){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Hiragino Kaku Gothic Pro",Meiryo,"Malgun Gothic","Helvetica Neue",sans-serif}.cjk ins,.cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{border-bottom:.1rem solid;text-decoration:none}.cjk del+del,.cjk del+s,.cjk ins+ins,.cjk ins+u,.cjk s+del,.cjk s+s,.cjk u+ins,.cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{border-collapse:collapse;border-spacing:0;text-align:left;width:100%}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f8f8}.table.table-hover tbody tr:hover{background:#f0f0f0}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f0f0}.table td{border-bottom:.1rem solid #efefef;padding:1.5rem 1rem}.table th{border-bottom:.2rem solid #333;padding:1.5rem 1rem}.btn{-webkit-appearance:none;background:#fff;border:.1rem solid #5764c6;border-radius:.2rem;color:#5764c6;cursor:pointer;display:inline-block;font-size:1.4rem;height:3.2rem;line-height:2rem;padding:.5rem 1.2rem;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{background:#f7f8fc;text-decoration:none}.btn:hover{background:#5764c6;border-color:#4452c0;color:#fff;text-decoration:none}.btn.active,.btn:active{background:#4452c0;border-color:#3b49af;color:#fff}.btn.disabled,.btn:disabled,.btn[disabled]{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#5764c6;border-color:#4452c0;color:#fff}.btn.btn-primary:focus{background:#4452c0;border-color:#3f4eba;color:#fff}.btn.btn-primary:hover{background:#3f4eba;border-color:#3946a7;color:#fff}.btn.btn-primary.active,.btn.btn-primary:active{background:#3d4ab3;border-color:#36429f;color:#fff}.btn.btn-primary.loading::after{border-color:#fff;border-right-color:transparent;border-top-color:transparent}.btn.btn-link{background:0 0;border-color:transparent;color:#5764c6}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#3b49af}.btn.btn-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .8rem}.btn.btn-lg{font-size:1.8rem;height:4rem;padding:.9rem 1.5rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:.2rem;padding-right:.2rem;width:3.2rem}.btn.btn-action.btn-sm{width:2.4rem}.btn.btn-action.btn-lg{width:4rem}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:2rem;margin-left:.2rem;margin-right:-.4rem;opacity:.45;padding:0 .4rem;text-decoration:none;width:2rem}.btn.btn-clear:hover{opacity:.85}.btn.btn-clear::before{content:"\00d7";display:inline-block;font-family:sans-serif;font-size:2rem}.btn-group{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover{z-index:9}.btn-group.btn-group-block{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-group:not(:last-child){margin-bottom:1rem}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.1rem solid #ccc;border-radius:.2rem;color:#333;display:block;font-size:1.4rem;height:3.2rem;line-height:2rem;max-width:100%;outline:0;padding:.5rem .8rem;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6}.form-input.input-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .6rem}.form-input.input-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.form-input.input-inline{display:inline-block;vertical-align:middle;width:auto}textarea.form-input{height:auto;line-height:2rem}.form-input[type=file]{height:auto}.form-input-hint{color:#999;margin-top:.4rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-danger .form-input-hint,.is-danger+.form-input-hint{color:#e85600}.form-label{display:block;line-height:1.6rem;margin-bottom:.5rem}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid #ccc;border-radius:.2rem;font-size:1.4rem;line-height:2rem;min-width:18rem;outline:0;padding:.5rem .8rem;vertical-align:middle}.form-select[multiple] option{padding:.2rem .4rem}.form-select:not([multiple]){background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center/.8rem 1rem;height:3.2rem;padding-right:2.4rem}.form-select:focus{border-color:#5764c6}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:1.2rem;height:2.4rem;padding:.1rem 2rem .1rem .6rem}.form-select.select-lg{font-size:1.6rem;height:4rem;padding:.9rem 2.4rem .9rem .8rem}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select{border-color:#32b643}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus{box-shadow:0 0 0 .2rem rgba(50,182,67,.15)}.form-input.is-danger,.form-select.is-danger,.has-danger .form-input,.has-danger .form-select{border-color:#e85600}.form-input.is-danger:focus,.form-select.is-danger:focus,.has-danger .form-input:focus,.has-danger .form-select:focus{box-shadow:0 0 0 .2rem rgba(232,86,0,.15)}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;position:absolute;width:.1rem}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-checkbox,.form-radio{display:inline-block;line-height:1.8rem;padding:.3rem 2rem;position:relative}.form-checkbox .form-icon,.form-radio .form-icon{border:.1rem solid #ccc;cursor:pointer;display:inline-block;font-size:1.4rem;height:1.4rem;left:0;line-height:2.4rem;outline:0;padding:0;position:absolute;top:.5rem;transition:all .2s ease;vertical-align:top;width:1.4rem}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#efefef}.form-checkbox .form-icon{border-radius:.2rem}.form-checkbox input:checked+.form-icon::after{background-clip:padding-box;border:.2rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:1rem;left:50%;margin-left:-.3rem;margin-top:-.6rem;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.6rem}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::after{background:#fff;content:"";height:.2rem;left:50%;margin-left:-.4rem;margin-top:-.1rem;position:absolute;top:50%;width:.8rem}.form-radio .form-icon{border-radius:.7rem}.form-radio input:checked+.form-icon::after{background:#fff;border-radius:.2rem;content:"";height:.4rem;left:50%;margin-left:-.2rem;margin-top:-.2rem;position:absolute;top:50%;width:.4rem}.form-switch{display:inline-block;line-height:2rem;padding:.2rem 2rem .2rem 3.6rem;position:relative}.form-switch .form-icon{background:#ccc;background-clip:padding-box;border:.1rem solid #ccc;border-radius:.9rem;cursor:pointer;display:inline-block;height:1.8rem;left:0;line-height:2.6rem;outline:0;padding:0;position:absolute;top:.3rem;vertical-align:top;width:3rem}.form-switch .form-icon::after{background:#fff;border-radius:.8rem;content:"";display:block;height:1.6rem;left:0;position:absolute;top:0;transition:left .2s ease;width:1.6rem}.form-switch input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-switch input:checked+.form-icon::after{left:1.2rem}.form-switch input:active+.form-icon::after{background:#efefef}.input-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.input-group .input-group-addon{background:#f8f8f8;border:.1rem solid #ccc;border-radius:.2rem;line-height:2rem;padding:.5rem .8rem}.input-group .input-group-addon.addon-sm{font-size:1.2rem;padding:.1rem .6rem}.input-group .input-group-addon.addon-lg{font-size:1.6rem;line-height:2rem;padding:.9rem .8rem}.input-group .input-group-addon,.input-group .input-group-btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.input-group .form-input:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.input-group .form-input:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.input-group .form-input:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:99}.input-group.input-inline{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled{background-color:#f0f0f0;cursor:not-allowed;opacity:.5}input.disabled+.form-icon,input:disabled+.form-icon{background:#f0f0f0;border-color:#ccc;cursor:not-allowed;opacity:.5}.form-switch input.disabled+.form-icon::after,.form-switch input:disabled+.form-icon::after{background:#fff}.form-horizontal{padding:1rem}.form-horizontal .form-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-horizontal .form-label{margin-bottom:0;padding:.8rem .4rem}.form-horizontal .form-checkbox,.form-horizontal .form-radio,.form-horizontal .form-switch{margin:.4rem 0}.label{background:#f8f8f8;border-radius:.2rem;color:#666;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.label.label-primary{background:#5764c6;color:#fff}.label.label-success{background:#32b643;color:#fff}.label.label-warning{background:#ffb700;color:#fff}.label.label-danger{background:#e85600;color:#fff}code{background:#f8f8f8;border-radius:.2rem;color:#e06870;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.code{border-radius:.2rem;color:#666;line-height:2rem;position:relative}.code::before{color:#ccc;content:attr(data-lang);font-size:1.2rem;position:absolute;right:1rem;top:.2rem}.code code{color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:2rem;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.video-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.video-responsive::before{content:"";display:block;padding-bottom:56.25%}.video-responsive embed,.video-responsive iframe,.video-responsive object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video-responsive video{height:auto;max-width:100%;width:100%}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 1rem 0}.figure .figure-caption{color:#666;margin-top:1rem}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}.container.grid-960{max-width:98rem}.container.grid-480{max-width:50rem}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.columns.col-gapless{margin-left:0;margin-right:0}.columns.col-gapless .column{padding-left:0;padding-right:0}.columns.col-oneline{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.column{-webkit-flex:1;-ms-flex:1;flex:1;padding:1rem}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}@media screen and (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}}@media screen and (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}@media screen and (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}@media screen and (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}@media screen and (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}@media screen and (max-width:480px){.hide-xs{display:none!important}.show-xs{display:block!important}}@media screen and (max-width:600px){.hide-sm{display:none!important}.show-sm{display:block!important}}@media screen and (max-width:840px){.hide-md{display:none!important}.show-md{display:block!important}}@media screen and (max-width:960px){.hide-lg{display:none!important}.show-lg{display:block!important}}@media screen and (max-width:1280px){.hide-xl{display:none!important}.show-xl{display:block!important}}.navbar{-webkit-align-items:stretch;align-items:stretch;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.navbar .navbar-section{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-ms-flex-align:center}.navbar .navbar-section:last-of-type{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.navbar .navbar-primary{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center}.navbar .navbar-brand{font-size:1.6rem;font-weight:500;text-decoration:none}.panel{border:.1rem solid #efefef;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.panel .panel-footer,.panel .panel-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:1.5rem}.panel .panel-nav{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}.panel .panel-body{padding:0 1.5rem}.panel .panel-title{font-size:2rem;line-height:1.4}.empty{background:#f8f8f8;border-radius:.2rem;color:#666;padding:4rem;text-align:center}.empty .empty-meta,.empty .empty-title{margin:1rem auto}.empty .empty-meta{color:#999}.empty .empty-action{margin-top:1.5rem}.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{-webkit-align-content:flex-start;align-content:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-line-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:3.6rem;padding:.1rem 0 .1rem .2rem}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-autocomplete .form-autocomplete-input .form-input{border-color:transparent;box-shadow:none;display:inline-block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:.3rem;width:auto}.form-autocomplete mark{font-size:1;padding:.1em 0}.form-autocomplete .menu{left:0;position:absolute;top:100%;width:100%}.avatar{background:#5764c6;border-radius:50%;color:rgba(255,255,255,.75);display:inline-block;font-size:1.4rem;font-weight:300;height:3.2rem;line-height:1;margin:0;position:relative;vertical-align:middle;width:3.2rem}.avatar.avatar-xs{font-size:1.4rem;height:1.6rem;width:1.6rem}.avatar.avatar-sm{font-size:1rem;height:2.4rem;width:2.4rem}.avatar.avatar-lg{font-size:2rem;height:4.8rem;width:4.8rem}.avatar.avatar-xl{font-size:2.6rem;height:6.4rem;width:6.4rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:99}.avatar .avatar-icon{background:#fff;bottom:-.2em;height:50%;padding:5%;position:absolute;right:-.2em;width:50%}.avatar[data-initial]::before{color:currentColor;content:attr(data-initial);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);vertical-align:middle;z-index:1}.avatar.avatar-xs[data-initial]::before{-webkit-transform:translate(-50%,-50%) scale(.5);-ms-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}.badge{display:inline-block;position:relative}.badge:not([data-badge])::after,.badge[data-badge]::after{background:#5764c6;background-clip:padding-box;border:.1rem solid #fff;border-radius:1rem;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-.4rem,-1rem);-ms-transform:translate(-.4rem,-1rem);transform:translate(-.4rem,-1rem)}.badge[data-badge]::after{font-size:1.2rem;height:2rem;line-height:1.4rem;min-width:2rem;padding:.2rem .5rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:.8rem;min-width:.8rem;padding:0;width:.8rem}.badge.btn::after{position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.bar{background:#efefef;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:1.6rem;width:100%}.bar.bar-sm{height:.4rem}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:1.2rem;height:100%;line-height:1;padding:.2rem 0;text-align:center;width:0}.bar .bar-item:first-of-type{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bar .bar-item:last-of-type{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.card{background:#fff;border:.1rem solid #efefef;border-radius:.2rem;display:block;margin:0;padding:0;text-align:left}.card .card-body,.card .card-footer,.card .card-header{padding:1.5rem 1.5rem 0 1.5rem}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:1.5rem}.card .card-image{padding-top:1.5rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.2rem;border-top-right-radius:.2rem}.card .card-image:last-child img{border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}.card .card-title{font-size:2rem;line-height:1.4}.card .card-meta{color:#999;font-size:1.3rem}.chip{-webkit-align-items:center;align-items:center;background:#efefef;border-radius:.2rem;color:#666;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:3rem;margin:.1rem .2rem .1rem 0;max-width:100%;padding:.3rem .8rem;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-.4rem;margin-right:.4rem}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .2s 1;animation:slide-down .2s 1;display:none;left:0;position:absolute;top:100%}.dropdown.dropdown-right .menu{left:auto;right:0}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.menu{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(0,0,0,.3);list-style:none;margin:0;min-width:18rem;padding:.8rem;text-align:left;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem);z-index:999}.menu .menu-item{border-radius:.2rem;margin-top:0;padding:0 .8rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:.2rem;color:inherit;display:block;line-height:2.4rem;margin:0 -.8rem;padding:.4rem .8rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#f7f8fc;color:#5764c6}.menu .menu-header{color:#ccc;font-size:1.2rem;line-height:2rem;margin-top:0;padding:.2rem 0;position:relative}.menu .menu-header::after{border-bottom:.1rem solid #efefef;content:"";display:block;height:.1rem;position:absolute;top:50%;width:100%}.menu .menu-header .menu-header-text{background:#fff;display:inline-block;padding:0 .8rem;position:relative;z-index:99}.menu .menu-badge{float:right;padding:.4rem 0}.menu .menu-badge .label{margin:.2rem 0}.modal{-webkit-align-items:center;align-items:center;bottom:0;display:none;-ms-flex-align:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:0;opacity:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0}.modal.active,.modal:target{display:flex;display:-ms-flexbox;display:-webkit-flex;opacity:1;z-index:1988}.modal.active .modal-overlay,.modal:target .modal-overlay{background:rgba(51,51,51,.5);bottom:0;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{-webkit-animation:slide-down .2s;animation:slide-down .2s;max-width:64rem}.modal.modal-sm .modal-container{max-width:32rem}.modal-container{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(0,0,0,.3);display:block;margin:0 auto;padding:0;text-align:left;z-index:1988}.modal-container .modal-header{padding:1.5rem}.modal-container .modal-header .modal-title{font-size:1.6rem;margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:1.5rem;position:relative}.modal-container .modal-footer{padding:1.5rem;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:.5rem 0}.breadcrumb{padding:1.2rem}.breadcrumb .breadcrumb-item{display:inline-block;margin:0}.breadcrumb .breadcrumb-item:last-child{color:#999}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#ccc;content:"/";padding:0 .4rem}.tab{-webkit-align-items:center;align-items:center;border-bottom:.1rem solid #efefef;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item.tab-action{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:right}.tab .tab-item a{border-bottom:.2rem solid transparent;color:inherit;display:block;margin-bottom:-.1rem;margin-top:0;padding:.6rem 1.2rem;text-decoration:none}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#5764c6}.tab .tab-item a.active,.tab .tab-item.active a{border-bottom-color:#5764c6;color:#5764c6}.tab.tab-block .tab-item{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;right:-.4rem;top:-.4rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex}.pagination .page-item{margin:1rem .1rem}.pagination .page-item span{display:inline-block;padding:.6rem .4rem}.pagination .page-item a{border-radius:.2rem;color:#666;display:inline-block;padding:.6rem .8rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item a.disabled,.pagination .page-item a[disabled]{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#5764c6;color:#fff}.pagination .page-item.page-next,.pagination .page-item.page-prev{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-meta{margin:0;opacity:.5}.nav{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.nav .nav-item a{color:#666;padding:.6rem .8rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{color:#666;font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:1rem;margin-left:2rem}.nav .nav a{color:#999}.step{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:.5rem 0;width:100%}.step .step-item{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;margin-top:0;min-height:2rem;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:.2rem;left:-50%;position:absolute;top:.9rem;width:100%}.step .step-item a{color:#999;display:inline-block;padding:2rem 1rem 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:.2rem solid #fff;border-radius:50%;content:"";display:block;height:1.2rem;left:50%;position:absolute;top:.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.2rem;z-index:99}.step .step-item.active a::before{background:#fff;border:.2rem solid #5764c6}.step .step-item.active~.step-item::before{background:#efefef}.step .step-item.active~.step-item a::before{background:#ccc}.tile{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:start;-ms-flex-line-pack:justify;margin:.5rem 0;padding:.5rem 0}.tile .tile-action,.tile .tile-icon{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:1rem}.tile .tile-content:not(:last-child){padding-right:1rem}.tile .tile-title{font-weight:500}.tile .tile-meta{color:#999;line-height:2rem}.tile.tile-centered{-webkit-align-items:center;align-items:center;-ms-flex-align:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-meta,.tile.tile-centered .tile-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(51,51,51,.9);border:.1rem solid #333;border-color:#333;border-radius:.2rem;color:#fff;display:block;padding:1.4rem;width:100%}.toast.toast-primary{background:rgba(87,100,198,.9);border-color:#5764c6}.toast.toast-success{background:rgba(50,182,67,.9);border-color:#32b643}.toast.toast-danger{background:rgba(232,86,0,.9);border-color:#e85600}.toast a{color:#fff;text-decoration:underline}.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.tooltip{position:relative}.tooltip::after{background:rgba(51,51,51,.9);border-radius:.2rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:1.2rem;left:50%;line-height:1.6rem;max-width:32rem;opacity:0;overflow:hidden;padding:.6rem 1rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;white-space:nowrap;z-index:999}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-.5rem);-ms-transform:translate(-50%,-.5rem);transform:translate(-50%,-.5rem)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(.5rem,50%);-ms-transform:translate(.5rem,50%);transform:translate(.5rem,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,.5rem);-ms-transform:translate(-50%,.5rem);transform:translate(-50%,.5rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-.5rem,50%);-ms-transform:translate(-.5rem,50%);transform:translate(-.5rem,50%)}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.divider{border-bottom:.1rem solid #efefef;display:block;margin:.8rem 0}.loading{color:transparent!important;min-height:1.6rem;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:.2rem solid #5764c6;border-radius:.8rem;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1.6rem;left:50%;margin-left:-.8rem;margin-top:-.8rem;position:absolute;top:50%;width:1.6rem}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top:1rem}.mr-10{margin-right:1rem}.mb-10{margin-bottom:1rem}.ml-10{margin-left:1rem}.mt-5{margin-top:.5rem}.mr-5{margin-right:.5rem}.mb-5{margin-bottom:.5rem}.ml-5{margin-left:.5rem}.pt-10{padding-top:1rem}.pr-10{padding-right:1rem}.pb-10{padding-bottom:1rem}.pl-10{padding-left:1rem}.pt-5{padding-top:.5rem}.pr-5{padding-right:.5rem}.pb-5{padding-bottom:.5rem}.pl-5{padding-left:.5rem}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex;display:-ms-flexbox;display:-webkit-flex}.inline-flex{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.hide{display:none!important}.visible{visibility:visible}.invisible{visibility:hidden}.text-hide{background:0 0;border:0;color:transparent;font-size:0;line-height:0;text-shadow:none}.text-assistive{border:0;clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;padding:0;position:absolute;width:.1rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clip{overflow:hidden;text-overflow:clip;white-space:nowrap}.text-break{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word}.hand{cursor:pointer}.shadow{box-shadow:0 .1rem .4rem rgba(0,0,0,.3)}.light-shadow{box-shadow:0 .1rem .2rem rgba(0,0,0,.15)}.rounded{border-radius:.2rem}.circle{border-radius:50%} \ No newline at end of file
+/*! Spectre.css | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;font-size:10px;line-height:1.42857143;-webkit-tap-highlight-color:transparent}body{background:#fff;color:#50596c;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-size:1.4rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;text-decoration:none}a.active,a:active,a:focus,a:hover{color:#3b49af;text-decoration:underline}:focus{box-shadow:0 0 0 .2rem rgba(87,100,198,.15);outline:0}.btn .icon,.menu .icon,.toast .icon{font-size:1.3333em;line-height:.8em;vertical-align:-20%}.icon-caret{border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-top:.4rem solid currentColor;display:inline-block;height:0;margin:0;vertical-align:middle;width:0}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:300;line-height:1.2;margin-bottom:1.5rem;margin-top:0}h1{font-size:5rem}h2{font-size:4rem}h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}p{line-height:2.4rem;margin:0 0 1rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}blockquote{border-left:.2rem solid #f0f1f4;margin-left:0;padding:1rem 2rem}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#acb3c2}ol,ul{margin:2rem 0 2rem 2rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 2rem}ol li,ul li{margin-top:1rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.5rem 0 1.5rem 0}mark{background:#ffe9b3;border-radius:.2rem;color:#50596c;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}kbd{background:#454d5d;border-radius:.2rem;color:#fff;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}abbr[title]{border-bottom:.1rem dotted;cursor:help;text-decoration:none}.cjk,:lang(ja),:lang(ko),:lang(zh){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Hiragino Kaku Gothic Pro",Meiryo,"Malgun Gothic","Helvetica Neue",sans-serif}.cjk ins,.cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{border-bottom:.1rem solid;text-decoration:none}.cjk del+del,.cjk del+s,.cjk ins+ins,.cjk ins+u,.cjk s+del,.cjk s+s,.cjk u+ins,.cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{border-collapse:collapse;border-spacing:0;text-align:left;width:100%}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa}.table.table-hover tbody tr:hover{background:#f0f1f4}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f1f4}.table td{border-bottom:.1rem solid #f0f1f4;padding:1.5rem 1rem}.table th{border-bottom:.2rem solid #727e96;padding:1.5rem 1rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:.1rem solid #5764c6;border-radius:.2rem;color:#5764c6;cursor:pointer;display:inline-block;font-size:1.4rem;height:3.2rem;line-height:2rem;padding:.5rem .8rem;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{background:#fbfbfe;text-decoration:none}.btn:hover{background:#5764c6;border-color:#4c59c2;color:#fff;text-decoration:none}.btn.active,.btn:active{background:#4c59c2;border-color:#3e4cb6;color:#fff}.btn.disabled,.btn:disabled,.btn[disabled]{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#5764c6;border-color:#4c59c2;color:#fff}.btn.btn-primary:focus,.btn.btn-primary:hover{background:#4452c0;border-color:#3e4cb6;color:#fff}.btn.btn-primary.active,.btn.btn-primary:active{background:#3f4eba;border-color:#3b49af;color:#fff}.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-link{background:0 0;border-color:transparent;color:#5764c6}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#3b49af}.btn.btn-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .8rem}.btn.btn-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:.2rem;padding-right:.2rem;width:3.2rem}.btn.btn-action.btn-sm{width:2.4rem}.btn.btn-action.btn-lg{width:4rem}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:1.6rem;line-height:1.6rem;margin:.2rem -.2rem .2rem .4rem;opacity:.45;padding:0 .2rem;text-decoration:none;width:1.6rem}.btn.btn-clear:hover{opacity:.85}.btn.btn-clear::before{content:"\2715"}.btn-group{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover{z-index:1}.btn-group.btn-group-block{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-group:not(:last-child){margin-bottom:1rem}.form-label{display:block;padding:.6rem 0}.form-label.label-sm{padding:.2rem 0}.form-label.label-lg{padding:1rem 0}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.1rem solid #c4c9d3;border-radius:.2rem;color:#50596c;display:block;font-size:1.4rem;height:3.2rem;line-height:2rem;max-width:100%;outline:0;padding:.5rem .8rem;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6}.form-input.input-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .8rem}.form-input.input-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.form-input.input-inline{display:inline-block;vertical-align:middle;width:auto}textarea.form-input{height:auto}.form-input[type=file]{height:auto}.form-input-hint{color:#acb3c2;margin-top:.4rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-danger .form-input-hint,.is-danger+.form-input-hint{color:#e85600}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid #c4c9d3;border-radius:.2rem;color:inherit;font-size:1.4rem;line-height:2rem;min-width:18rem;padding:.5rem .8rem;vertical-align:middle}.form-select[multiple] option{padding:.2rem .4rem}.form-select:not([multiple]){background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/.8rem 1rem;height:3.2rem;padding-right:2.4rem}.form-select:focus{border-color:#5764c6}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:1.2rem;height:2.4rem;padding:.1rem 2rem .1rem .6rem}.form-select.select-lg{font-size:1.6rem;height:4rem;padding:.9rem 2.4rem .9rem .8rem}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select{border-color:#32b643}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus{box-shadow:0 0 0 .2rem rgba(50,182,67,.15)}.form-input.is-danger,.form-select.is-danger,.has-danger .form-input,.has-danger .form-select{border-color:#e85600}.form-input.is-danger:focus,.form-select.is-danger:focus,.has-danger .form-input:focus,.has-danger .form-select:focus{box-shadow:0 0 0 .2rem rgba(232,86,0,.15)}.form-checkbox,.form-radio,.form-switch{display:inline-block;line-height:2rem;position:relative}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;position:absolute;width:.1rem}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{border:.1rem solid #c4c9d3;cursor:pointer;display:inline-block;position:absolute;transition:all .2s ease}.form-checkbox,.form-radio{padding:.2rem 2rem}.form-checkbox .form-icon,.form-radio .form-icon{height:1.4rem;left:0;top:.5rem;width:1.4rem}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.2rem}.form-checkbox input:checked+.form-icon::before{background-clip:padding-box;border:.2rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:1rem;left:50%;margin-left:-.3rem;margin-top:-.6rem;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.6rem}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::before{background:#fff;content:"";height:.2rem;left:50%;margin-left:-.5rem;margin-top:-.1rem;position:absolute;top:50%;width:1rem}.form-radio .form-icon{border-radius:.7rem}.form-radio input:checked+.form-icon::before{background:#fff;border-radius:.2rem;content:"";height:.4rem;left:50%;margin-left:-.2rem;margin-top:-.2rem;position:absolute;top:50%;width:.4rem}.form-switch{padding:.2rem 2rem .2rem 3.6rem}.form-switch .form-icon{background:#e7e9ed;background-clip:padding-box;border-radius:.9rem;height:1.8rem;left:0;top:.3rem;width:3rem}.form-switch .form-icon::before{background:#fff;border-radius:.8rem;content:"";display:block;height:1.6rem;left:0;position:absolute;top:0;transition:all .2s ease;width:1.6rem}.form-switch input:checked+.form-icon::before{left:1.2rem}.form-switch input:active+.form-icon::before{background:#f8f9fa}.input-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.input-group .input-group-addon{background:#f8f9fa;border:.1rem solid #c4c9d3;border-radius:.2rem;line-height:2rem;padding:.5rem .8rem}.input-group .input-group-addon.addon-sm{font-size:1.2rem;padding:.1rem .8rem}.input-group .input-group-addon.addon-lg{font-size:1.6rem;padding:.9rem .8rem}.input-group .input-group-addon,.input-group .input-group-btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.input-group .form-input:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.input-group .form-input:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.input-group .form-input:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:1}.input-group.input-inline{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled{background-color:#f0f1f4;cursor:not-allowed;opacity:.5}input.disabled+.form-icon,input:disabled+.form-icon{background:#f0f1f4;cursor:not-allowed;opacity:.5}.form-switch input.disabled+.form-icon::before,.form-switch input:disabled+.form-icon::before{background:#fff}.form-horizontal{padding:1rem}.form-horizontal .form-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-horizontal .form-checkbox,.form-horizontal .form-radio,.form-horizontal .form-switch{margin:.4rem 0}.label{background:#f8f9fa;border-radius:.2rem;color:inherit;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.label.label-primary{background:#5764c6;color:#fff}.label.label-success{background:#32b643;color:#fff}.label.label-warning{background:#ffb700;color:#fff}.label.label-danger{background:#e85600;color:#fff}code{background:#f8f9fa;border-radius:.2rem;color:#e06870;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.code{border-radius:.2rem;color:#50596c;line-height:2rem;position:relative}.code::before{color:#acb3c2;content:attr(data-lang);font-size:1.2rem;position:absolute;right:1rem;top:.2rem}.code code{color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:2rem;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.video-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.video-responsive::before{content:"";display:block;padding-bottom:56.25%}.video-responsive embed,.video-responsive iframe,.video-responsive object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video-responsive video{height:auto;max-width:100%;width:100%}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 1rem 0}.figure .figure-caption{color:#727e96;margin-top:1rem}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}.container.grid-960{max-width:98rem}.container.grid-480{max-width:50rem}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.columns.col-gapless{margin-left:0;margin-right:0}.columns.col-gapless .column{padding-left:0;padding-right:0}.columns.col-oneline{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.column{-webkit-flex:1;-ms-flex:1;flex:1;padding:1rem}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}@media screen and (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}}@media screen and (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}@media screen and (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}@media screen and (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}@media screen and (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}@media screen and (max-width:480px){.hide-xs{display:none!important}.show-xs{display:block!important}}@media screen and (max-width:600px){.hide-sm{display:none!important}.show-sm{display:block!important}}@media screen and (max-width:840px){.hide-md{display:none!important}.show-md{display:block!important}}@media screen and (max-width:960px){.hide-lg{display:none!important}.show-lg{display:block!important}}@media screen and (max-width:1280px){.hide-xl{display:none!important}.show-xl{display:block!important}}.navbar{-webkit-align-items:stretch;align-items:stretch;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:stretch;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.navbar .navbar-section{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-ms-flex-align:center}.navbar .navbar-section:last-child{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.navbar .navbar-primary{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center}.navbar .navbar-brand{font-size:1.6rem;font-weight:500;text-decoration:none}.panel{border:.1rem solid #f0f1f4;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.panel .panel-footer,.panel .panel-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:1.5rem}.panel .panel-nav{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;padding:0 1.5rem}.panel .panel-title{font-size:2rem}.panel .panel-subtitle{color:#acb3c2}.empty{background:#f8f9fa;border-radius:.2rem;color:#727e96;padding:4rem;text-align:center}.empty .empty-subtitle,.empty .empty-title{margin:1rem auto}.empty .empty-subtitle{color:#acb3c2}.empty .empty-action{margin-top:1.5rem}.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{-webkit-align-content:flex-start;align-content:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-line-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:3.6rem;padding:.1rem 0 .1rem .2rem}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-autocomplete .form-autocomplete-input .form-input{border-color:transparent;box-shadow:none;display:inline-block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:.3rem;width:auto}.form-autocomplete mark{font-size:1;padding:.1em 0}.form-autocomplete .menu{left:0;position:absolute;top:100%;width:100%}.avatar{background:#5764c6;border-radius:50%;color:rgba(255,255,255,.85);display:inline-block;font-size:1.4rem;font-weight:300;height:3.2rem;line-height:1;margin:0;position:relative;vertical-align:middle;width:3.2rem}.avatar.avatar-xs{font-size:.8rem;height:1.6rem;width:1.6rem}.avatar.avatar-sm{font-size:1rem;height:2.4rem;width:2.4rem}.avatar.avatar-lg{font-size:2rem;height:4.8rem;width:4.8rem}.avatar.avatar-xl{font-size:2.6rem;height:6.4rem;width:6.4rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:100}.avatar .avatar-icon{background:#fff;bottom:-.2em;height:50%;padding:5%;position:absolute;right:-.2em;width:50%}.avatar[data-initial]::before{color:currentColor;content:attr(data-initial);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.badge{position:relative;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge]::after{background:#5764c6;background-clip:padding-box;border:.1rem solid #fff;border-radius:1rem;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-.2rem,-1rem);-ms-transform:translate(-.2rem,-1rem);transform:translate(-.2rem,-1rem)}.badge[data-badge]::after{font-size:1.2rem;height:2rem;line-height:1.4rem;min-width:2rem;padding:.2rem .5rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:.8rem;min-width:.8rem;padding:0;width:.8rem}.badge.btn::after{position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.bar{background:#f0f1f4;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:1.6rem;width:100%}.bar.bar-sm{height:.4rem}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:1.2rem;height:100%;line-height:1;padding:.2rem 0;position:relative;text-align:center;width:0}.bar .bar-item:first-child{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bar .bar-item:last-child{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.card{background:#fff;border:.1rem solid #f0f1f4;border-radius:.2rem;display:block}.card .card-body,.card .card-footer,.card .card-header{padding:1.5rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:1.5rem}.card .card-image{padding-top:1.5rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.2rem;border-top-right-radius:.2rem}.card .card-image:last-child img{border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}.card .card-title{font-size:2rem}.card .card-subtitle{color:#acb3c2;font-size:1.2rem}.chip{-webkit-align-items:center;align-items:center;background:#f0f1f4;border-radius:.2rem;color:#727e96;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:3rem;margin:.1rem .2rem .1rem 0;max-width:100%;padding:.3rem .8rem;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-.4rem;margin-right:.4rem}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .2s ease 1;animation:slide-down .2s ease 1;display:none;left:0;position:absolute;top:100%}.dropdown.dropdown-right .menu{left:auto;right:0}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.menu{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(0,0,0,.3);list-style:none;margin:0;min-width:18rem;padding:1rem;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem);z-index:100}.menu .menu-item{margin-top:0;padding:0 .8rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:.2rem;color:inherit;display:block;margin:0 -.8rem;padding:.6rem .8rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#fbfbfe;color:#5764c6}.menu .menu-badge{float:right;padding:.6rem 0}.menu .menu-badge .btn{margin-top:-.2rem}.modal{-webkit-align-items:center;align-items:center;bottom:0;display:none;-ms-flex-align:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:0;opacity:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0}.modal.active,.modal:target{display:flex;display:-ms-flexbox;display:-webkit-flex;opacity:1;z-index:400}.modal.active .modal-overlay,.modal:target .modal-overlay{background:rgba(69,77,93,.5);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{-webkit-animation:slide-down .2s ease 1;animation:slide-down .2s ease 1;max-width:64rem;z-index:1}.modal.modal-sm .modal-container{max-width:32rem}.modal-container{background:#fff;border-radius:.2rem;box-shadow:0 .4rem 1.6rem rgba(0,0,0,.3);display:block;margin:0 auto;padding:0;text-align:left}.modal-container .modal-header{padding:1.5rem}.modal-container .modal-header .modal-title{font-size:1.6rem;margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:1.5rem;position:relative}.modal-container .modal-footer{padding:1.5rem;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:.5rem 0}.breadcrumb{padding:1.2rem}.breadcrumb .breadcrumb-item{display:inline-block;margin:0}.breadcrumb .breadcrumb-item:last-child{color:#acb3c2}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#e7e9ed;content:"/";padding:0 .4rem}.tab{-webkit-align-items:center;align-items:center;border-bottom:.1rem solid #f0f1f4;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item.tab-action{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:right}.tab .tab-item a{border-bottom:.2rem solid transparent;color:inherit;display:block;margin-top:0;padding:.5rem 1.2rem;text-decoration:none}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#5764c6}.tab .tab-item a.active,.tab .tab-item.active a{border-bottom-color:#5764c6;color:#5764c6}.tab.tab-block .tab-item{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;right:-.4rem;top:-.4rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex}.pagination .page-item{margin:1rem .1rem}.pagination .page-item span{display:inline-block;padding:.6rem .4rem}.pagination .page-item a{border-radius:.2rem;color:#727e96;display:inline-block;padding:.6rem .8rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item a.disabled,.pagination .page-item a[disabled]{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#5764c6;color:#fff}.pagination .page-item.page-next,.pagination .page-item.page-prev{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.nav{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.nav .nav-item a{color:#727e96;padding:.6rem .8rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:1rem;margin-left:2rem}.nav .nav a{color:#acb3c2}.step{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:.5rem 0;width:100%}.step .step-item{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;margin-top:0;min-height:2rem;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:.2rem;left:-50%;position:absolute;top:.9rem;width:100%}.step .step-item a{color:#acb3c2;display:inline-block;padding:2rem 1rem 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:.2rem solid #fff;border-radius:50%;content:"";display:block;height:1.2rem;left:50%;position:absolute;top:.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.2rem;z-index:1}.step .step-item.active a::before{background:#fff;border:.2rem solid #5764c6}.step .step-item.active~.step-item::before{background:#f0f1f4}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tile{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:start;-ms-flex-line-pack:justify}.tile .tile-action,.tile .tile-icon{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:1rem}.tile .tile-content:not(:last-child){padding-right:1rem}.tile .tile-title{font-weight:500}.tile .tile-subtitle{color:#acb3c2;line-height:2rem}.tile.tile-centered{-webkit-align-items:center;align-items:center;-ms-flex-align:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-subtitle,.tile.tile-centered .tile-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(69,77,93,.9);border:.1rem solid #454d5d;border-color:#454d5d;border-radius:.2rem;color:#fff;display:block;padding:1rem;width:100%}.toast.toast-primary{background:rgba(87,100,198,.9);border-color:#5764c6}.toast.toast-success{background:rgba(50,182,67,.9);border-color:#32b643}.toast.toast-danger{background:rgba(232,86,0,.9);border-color:#e85600}.toast a{color:#fff;text-decoration:underline}.toast a.active,.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.tooltip{position:relative}.tooltip::after{background:rgba(69,77,93,.9);border-radius:.2rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:1.2rem;left:50%;max-width:32rem;opacity:0;overflow:hidden;padding:.4rem .8rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;white-space:nowrap;z-index:200}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-.5rem);-ms-transform:translate(-50%,-.5rem);transform:translate(-50%,-.5rem)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(.5rem,50%);-ms-transform:translate(.5rem,50%);transform:translate(.5rem,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,.5rem);-ms-transform:translate(-50%,.5rem);transform:translate(-50%,.5rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-.5rem,50%);-ms-transform:translate(-.5rem,50%);transform:translate(-.5rem,50%)}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.divider{border-top:.1rem solid #f0f1f4;display:block;height:.1rem;margin:1rem 0;position:relative}.divider[data-content]::before{background:#fff;color:#e7e9ed;content:attr(data-content);display:inline-block;font-size:1.2rem;padding:0 .8rem;-webkit-transform:translateY(-1.1rem);-ms-transform:translateY(-1.1rem);transform:translateY(-1.1rem)}.loading{color:transparent!important;min-height:1.6rem;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:.2rem solid #5764c6;border-radius:.8rem;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1.6rem;left:50%;margin-left:-.8rem;margin-top:-.8rem;position:absolute;top:50%;width:1.6rem;z-index:1}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top:1rem}.mr-10{margin-right:1rem}.mb-10{margin-bottom:1rem}.ml-10{margin-left:1rem}.mt-5{margin-top:.5rem}.mr-5{margin-right:.5rem}.mb-5{margin-bottom:.5rem}.ml-5{margin-left:.5rem}.pt-10{padding-top:1rem}.pr-10{padding-right:1rem}.pb-10{padding-bottom:1rem}.pl-10{padding-left:1rem}.pt-5{padding-top:.5rem}.pr-5{padding-right:.5rem}.pb-5{padding-bottom:.5rem}.pl-5{padding-left:.5rem}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex;display:-ms-flexbox;display:-webkit-flex}.inline-flex{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.hide{display:none!important}.visible{visibility:visible}.invisible{visibility:hidden}.text-hide{background:0 0;border:0;color:transparent;font-size:0;line-height:0;text-shadow:none}.text-assistive{border:0;clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;padding:0;position:absolute;width:.1rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clip{overflow:hidden;text-overflow:clip;white-space:nowrap}.text-break{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word}.hand{cursor:pointer}.shadow-0{box-shadow:0 0 .2rem rgba(0,0,0,.3)}.shadow-1{box-shadow:0 .1rem .4rem rgba(0,0,0,.3)}.shadow-2{box-shadow:0 .2rem .8rem rgba(0,0,0,.3)}.shadow-3{box-shadow:0 .3rem 1.2rem rgba(0,0,0,.3)}.shadow-4{box-shadow:0 .4rem 1.6rem rgba(0,0,0,.3)}.rounded{border-radius:.2rem}.circle{border-radius:50%} \ No newline at end of file
diff --git a/docs/components.html b/docs/components.html
index 6cd802c..6812395 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -87,6 +87,9 @@
<li class="nav-item">
<a href="utilities.html">Utilities</a>
</li>
+ <li class="nav-item">
+ <a href="experimentals.html">Experimentals</a>
+ </li>
</ul>
</div>
<a href="#sidebar-close" id="sidebar-close" class="docs-nav-clear"></a>
@@ -156,6 +159,8 @@
</div>
</div>
</a>
+ </li>
+ <li class="menu-item">
<a href="#autocomplete">
<div class="tile tile-centered">
<div class="tile-icon">
@@ -301,22 +306,22 @@
<p><strong>Badges</strong> are often used as unread number indicators.</p>
</section>
<div class="columns">
- <div class="column col-xs-6">
+ <div class="column col-3 col-xs-6">
<span class="badge" data-badge="">
Notifications
</span>
</div>
- <div class="column col-xs-6">
+ <div class="column col-3 col-xs-6">
<span class="badge" data-badge="8">
Notifications
</span>
</div>
- <div class="column col-xs-6">
+ <div class="column col-3 col-xs-6">
<span class="badge" data-badge="88">
Notifications
</span>
</div>
- <div class="column col-xs-6">
+ <div class="column col-3 col-xs-6">
<span class="badge" data-badge="888">
Notifications
</span>
@@ -401,7 +406,7 @@
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;bar&quot;</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;bar-item tooltip&quot;</span> <span class="atn">data-tooltip</span>=<span class="atv">&quot;25%&quot;</span> <span class="atn">style</span>=<span class="atv">&quot;width:25%;&quot;</span>&gt;25%&lt;<span class="tag">/div</span>&gt;
- &lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;bar-item&quot;</span> <span class="atn">style</span>=<span class="atv">&quot;width:15%;background:#818BD5;&quot;</span>&gt;15%&lt;<span class="tag">/div</span>&gt;
+ &lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;bar-item&quot;</span> <span class="atn">style</span>=<span class="atv">&quot;width:15%;background:#818bd5;&quot;</span>&gt;15%&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">/div</span>&gt;
</code></pre>
@@ -420,7 +425,7 @@
</div>
<div class="card-header">
<div class="card-title">Microsoft</div>
- <div class="card-meta">Software and hardware</div>
+ <div class="card-subtitle">Software and hardware</div>
</div>
<div class="card-body">
Empower every person and every organization on the planet to achieve more.
@@ -434,7 +439,7 @@
<div class="card">
<div class="card-header">
<div class="card-title">Apple</div>
- <div class="card-meta">Hardware and software</div>
+ <div class="card-subtitle">Hardware and software</div>
</div>
<div class="card-image">
<img class="img-responsive" src="img/osx-yosemite.jpg" />
@@ -455,7 +460,7 @@
<div class="card">
<div class="card-header">
<div class="card-title">Google</div>
- <div class="card-meta">Software and hardware</div>
+ <div class="card-subtitle">Software and hardware</div>
</div>
<div class="card-body">
Organize the world’s information and make it universally accessible and useful.
@@ -487,7 +492,7 @@
<div class="card">
<div class="card-header">
<div class="card-title">Apple</div>
- <div class="card-meta">Hardware and software</div>
+ <div class="card-subtitle">Hardware and software</div>
</div>
<div class="card-body">
To make a contribution to the world by making tools for the mind that advance humankind.
@@ -505,7 +510,7 @@
<div class="card-header">
<button class="btn btn-primary float-right"><i class="icon icon-playlist_add"></i></button>
<div class="card-title">Google I/O</div>
- <div class="card-meta">Software and hardware</div>
+ <div class="card-subtitle">Software and hardware</div>
</div>
<div class="card-body">
An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.
@@ -524,7 +529,7 @@
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;card-header&quot;</span>&gt;
&lt;<span class="tag">h4</span> <span class="atn">class</span>=<span class="atv">&quot;card-title&quot;</span>&gt;Microsoft&lt;<span class="tag">/h4</span>&gt;
- &lt;<span class="tag">h6</span> <span class="atn">class</span>=<span class="atv">&quot;card-meta&quot;</span>&gt;Software and hardware&lt;<span class="tag">/h6</span>&gt;
+ &lt;<span class="tag">h6</span> <span class="atn">class</span>=<span class="atv">&quot;card-subtitle&quot;</span>&gt;Software and hardware&lt;<span class="tag">/h6</span>&gt;
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;card-body&quot;</span>&gt;
To make a contribution to the world by making tools for the mind that advance humankind.
@@ -636,11 +641,7 @@
</div>
<div class="column col-xs-12">
<ul class="menu">
- <li class="menu-header">
- <span class="menu-header-text">
- LINKS
- </span>
- </li>
+ <li class="divider" data-content="LINKS"></li>
<li class="menu-item">
<a href="#menus">
<i class="icon icon-link"></i> Slack
@@ -665,11 +666,8 @@
<!-- menus example -->
<pre class="code" data-lang="HTML"><code>&lt;<span class="tag">ul</span> <span class="atn">class</span>=<span class="atv">&quot;menu&quot;</span>&gt;
- <span class="com">&lt;!-- menu header --&gt;</span>
- &lt;<span class="tag">li</span> <span class="atn">class</span>=<span class="atv">&quot;menu-header&quot;</span>&gt;
- &lt;<span class="tag">span</span> <span class="atn">class</span>=<span class="atv">&quot;menu-header-text&quot;</span>&gt;
- LINKS
- &lt;<span class="tag">/span</span>&gt;
+ <span class="com">&lt;!-- menu header text --&gt;</span>
+ &lt;<span class="tag">li</span> <span class="atn">class</span>=<span class="atv">&quot;divider&quot;</span> <span class="atn">data-content</span>=<span class="atv">&quot;LINKS&quot;</span>&gt;
&lt;<span class="tag">/li</span>&gt;
<span class="com">&lt;!-- menu item --&gt;</span>
&lt;<span class="tag">li</span> <span class="atn">class</span>=<span class="atv">&quot;menu-item&quot;</span>&gt;
@@ -815,7 +813,7 @@
<div class="column">
<a href="#example-modal-1" class="btn btn-primary">Open Modal</a>
<div class="modal" id="example-modal-1">
- <div class="modal-overlay"></div>
+ <a href="#modals" class="modal-overlay" aria-label="Close"></a>
<div class="modal-container" role="document">
<div class="modal-header">
<a href="#modals" class="btn btn-clear float-right" aria-label="Close"></a>
@@ -1136,6 +1134,7 @@
<li class="tab-item">
<a href="#tabs">
Playlists
+ <button class="btn btn-clear"></button>
</a>
</li>
<li class="tab-item">
@@ -1271,13 +1270,13 @@
<ul class="pagination">
<li class="page-item page-prev">
<a href="#pagination">
- <p class="page-item-meta">Previous</p>
+ <p class="page-item-subtitle">Previous</p>
<h3 class="page-item-title">Getting started</h3>
</a>
</li>
<li class="page-item page-next">
<a href="#pagination">
- <p class="page-item-meta">Next</p>
+ <p class="page-item-subtitle">Next</p>
<h3 class="page-item-title">Layout</h3>
</a>
</li>
@@ -1292,13 +1291,13 @@
<pre class="code" data-lang="HTML"><code>&lt;<span class="tag">ul</span> <span class="atn">class</span>=<span class="atv">&quot;pagination&quot;</span>&gt;
&lt;<span class="tag">li</span> <span class="atn">class</span>=<span class="atv">&quot;page-item page-prev&quot;</span>&gt;
&lt;<span class="tag">a</span> <span class="atn">href</span>=<span class="atv">&quot;#&quot;</span>&gt;
- &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;page-item-meta&quot;</span>&gt;Previous&lt;<span class="tag">/p</span>&gt;
+ &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;page-item-subtitle&quot;</span>&gt;Previous&lt;<span class="tag">/p</span>&gt;
&lt;<span class="tag">h3</span> <span class="atn">class</span>=<span class="atv">&quot;page-item-title&quot;</span>&gt;Getting started&lt;<span class="tag">/h3</span>&gt;
&lt;<span class="tag">/a</span>&gt;
&lt;<span class="tag">/li</span>&gt;
&lt;<span class="tag">li</span> <span class="atn">class</span>=<span class="atv">&quot;page-item page-next&quot;</span>&gt;
&lt;<span class="tag">a</span> <span class="atn">href</span>=<span class="atv">&quot;#&quot;</span>&gt;
- &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;page-item-meta&quot;</span>&gt;Next&lt;<span class="tag">/p</span>&gt;
+ &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;page-item-subtitle&quot;</span>&gt;Next&lt;<span class="tag">/p</span>&gt;
&lt;<span class="tag">h3</span> <span class="atn">class</span>=<span class="atv">&quot;page-item-title&quot;</span>&gt;Layout&lt;<span class="tag">/h3</span>&gt;
&lt;<span class="tag">/a</span>&gt;
&lt;<span class="tag">/li</span>&gt;
@@ -1452,7 +1451,7 @@
</div>
<div class="tile-content">
<p class="tile-title">The Avengers</p>
- <p class="tile-meta">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
+ <p class="tile-subtitle">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
</div>
<div class="tile-action">
<button class="btn btn-primary">Join</button>
@@ -1469,7 +1468,7 @@
</div>
<div class="tile-content">
<p class="tile-title">The S.H.I.E.L.D.</p>
- <p class="tile-meta">The Strategic Homeland Intervention, Enforcement, and Logistics Division...</p>
+ <p class="tile-subtitle">The Strategic Homeland Intervention, Enforcement, and Logistics Division...</p>
<p>
<button class="btn btn-primary btn-sm">Join</button>
<button class="btn btn-sm">Contact</button>
@@ -1480,7 +1479,7 @@
</div>
<section class="notes">
<p>Add a container with the <code>tile</code> class. And add child elements with the <code>tile-icon</code>, <code>tile-content</code> or/and <code>tile-action</code> classes. The <code>tile-icon</code> and <code>tile-action</code> are optional.</p>
- <p>There are <code>tile-title</code> and <code>tile-meta</code> classes for title and meta text styles.</p>
+ <p>There are <code>tile-title</code> and <code>tile-subtitle</code> classes for title and subtitle text styles.</p>
</section>
<!-- tiles example -->
@@ -1492,7 +1491,7 @@
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-content&quot;</span>&gt;
&lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;tile-title&quot;</span>&gt;The Avengers&lt;<span class="tag">/p</span>&gt;
- &lt;<span class="tag">p</span>&gt;Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...&lt;<span class="tag">/p</span>&gt;
+ &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;tile-subtitle&quot;</span>&gt;Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...&lt;<span class="tag">/p</span>&gt;
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-action&quot;</span>&gt;
&lt;<span class="tag">button</span> <span class="atn">class</span>=<span class="atv">&quot;btn btn-primary&quot;</span>&gt;Join&lt;<span class="tag">/button</span>&gt;
@@ -1514,7 +1513,7 @@
</div>
<div class="tile-content">
<div class="tile-title">spectre-docs.pdf</div>
- <div class="tile-meta">14MB · Public · 1 Jan, 2017</div>
+ <div class="tile-subtitle">14MB · Public · 1 Jan, 2017</div>
</div>
<div class="tile-action">
<button class="btn btn-link btn-action"><i class="icon icon-more_vert"></i></button>
@@ -1532,7 +1531,7 @@
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-content&quot;</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-title&quot;</span>&gt;spectre-docs.pdf&lt;<span class="tag">/div</span>&gt;
- &lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-meta&quot;</span>&gt;14MB · Public · 1 Jan, 2017&lt;<span class="tag">/div</span>&gt;
+ &lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-subtitle&quot;</span>&gt;14MB · Public · 1 Jan, 2017&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;tile-action&quot;</span>&gt;
&lt;<span class="tag">button</span> <span class="atn">class</span>=<span class="atv">&quot;btn btn-link&quot;</span>&gt;
@@ -1606,16 +1605,16 @@
</section>
<div class="columns text-center">
<div class="column col-xs-12">
- <button class="btn btn-primary tooltip" data-tooltip="Tooltip text" data-tooltip-pos="top">top tooltip</button>
+ <button class="btn btn-primary tooltip" data-tooltip="Tooltip Text" data-tooltip-pos="top">top tooltip</button>
</div>
<div class="column col-xs-12">
- <button class="btn btn-primary tooltip tooltip-right" data-tooltip="Tooltip text">right tooltip</button>
+ <button class="btn btn-primary tooltip tooltip-right" data-tooltip="Tooltip Text">right tooltip</button>
</div>
<div class="column col-xs-12">
- <button class="btn btn-primary tooltip tooltip-bottom" data-tooltip="Tooltip text">bottom tooltip</button>
+ <button class="btn btn-primary tooltip tooltip-bottom" data-tooltip="Tooltip Text">bottom tooltip</button>
</div>
<div class="column col-xs-12">
- <button class="btn btn-primary tooltip tooltip-left" data-tooltip="Tooltip text">left tooltip</button>
+ <button class="btn btn-primary tooltip tooltip-left" data-tooltip="Tooltip Text">left tooltip</button>
</div>
</div>
<section class="notes">
@@ -1635,13 +1634,13 @@
<ul class="pagination">
<li class="page-item page-prev">
<a href="layout.html">
- <p class="page-item-meta">Previous</p>
+ <p class="page-item-subtitle">Previous</p>
<h4 class="page-item-title">Layout</h4>
</a>
</li>
<li class="page-item page-next">
<a href="utilities.html">
- <p class="page-item-meta">Next</p>
+ <p class="page-item-subtitle">Next</p>
<h4 class="page-item-title">Utilities</h4>
</a>
</li>
diff --git a/docs/css/docs.css b/docs/css/docs.css
index 822c151..45ef9c6 100644
--- a/docs/css/docs.css
+++ b/docs/css/docs.css
@@ -5,12 +5,12 @@
}
/* Spectre docs style */
.bg-gray {
- background: #f6f6f6;
- color: #666;
+ background: #f8f9fa;
+ color: #667189;
padding: 1rem;
}
.bg-dark {
- background: #333;
+ background: #50596c;
color: #fff;
padding: 1rem;
}
@@ -24,11 +24,11 @@
position: fixed;
top: 0;
width: 100%;
- z-index: 499;
+ z-index: 200;
}
.section-hero {
position: relative;
- z-index: 999;
+ z-index: 300;
}
.grid-header .navbar {
height: 4rem;
@@ -37,17 +37,17 @@
padding: 0;
}
.grid-header .navbar-brand {
- color: #444;
+ color: #50596c;
}
.grid-header .btn-link {
- color: #666;
+ color: #667189;
padding-left: .6rem;
padding-right: .6rem;
}
-.grid-header .btn-link:hover,
.grid-header .btn-link:focus,
+.grid-header .btn-link:hover,
.grid-header .btn-link:active {
- color: #444;
+ color: #50596c;
opacity: .75;
}
.grid-hero {
@@ -55,26 +55,26 @@
margin-top: 10rem;
}
.grid-hero h1 {
- color: #555;
+ color: #5b657a;
font-size: 3.2rem;
font-weight: 400;
}
.grid-hero h2 {
- color: #666;
+ color: #5b657a;
font-size: 1.8rem;
font-weight: 400;
line-height: 3rem;
margin-bottom: 3rem;
}
.grid-hero h2 u {
- border-bottom: .2rem solid #666;
+ border-bottom: .2rem solid #5b657a;
padding-bottom: .1rem;
text-decoration: none;
}
.grid-hero .card {
background: none;
border: 0;
- color: #666;
+ color: #667189;
padding: 1rem;
}
.grid-hero .card .card-title {
@@ -83,31 +83,22 @@
margin-bottom: 0;
}
.grid-footer {
- color: #888;
+ color: #acb3c2;
margin-bottom: 3rem;
margin-top: 4rem;
}
.grid-footer a {
- color: #666;
-}
-.grid-ads {
- border-radius: .2rem;
- display: block;
- height: 12rem;
- margin: 2rem auto;
- max-width: 64rem;
- padding: 1rem;
- width: 100%;
+ color: #727e96;
}
.docs-content {
- color: #666;
+ color: #667189;
padding-top: 0;
}
.docs-content .container {
padding: 1rem;
}
.docs-content header {
- color: #444;
+ color: #50596c;
padding-top: 6rem;
}
.docs-content .notes {
@@ -137,17 +128,32 @@
margin-bottom: 2rem;
margin-top: 2rem;
}
+.docs-content .docs-color {
+ border-radius: .2rem;
+ margin: .5rem 0;
+ padding: 1rem;
+}
+.docs-content .docs-color .color-subtitle {
+ font-size: 1.2rem;
+ opacity: .75;
+}
.docs-content .panel {
height: 75vh;
}
+.docs-content .panel .tile {
+ margin: 1.5rem 0;
+}
+.docs-content .code {
+ color: #667189;
+}
.docs-content .code .com {
- color: #c5c5c5;
+ color: #acb3c2;
}
.docs-content .code .tag {
color: #5764c6;
}
.docs-content .code .atn {
- color: #666;
+ color: #667189;
}
.docs-content .code .atv {
color: #e06870;
@@ -183,7 +189,7 @@
padding: 0 .5rem;
}
.docs-sidebar {
- padding: 7rem 1rem;
+ padding: 7rem 1rem 3.5rem 1rem;
}
.docs-sidebar .docs-nav {
position: relative;
@@ -210,7 +216,7 @@
padding: 0;
}
.docs-sidebar {
- background: #fff;
+ background: bg-color-light;
height: 100%;
left: 0;
overflow-y: auto;
@@ -224,7 +230,7 @@
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
width: 24rem;
- z-index: 999;
+ z-index: 400;
}
.docs-sidebar:target {
-webkit-transform: translateX(0);
@@ -246,6 +252,6 @@
right: 0;
top: 0;
width: 100%;
- z-index: 499;
+ z-index: 300;
}
} \ No newline at end of file
diff --git a/docs/css/docs.min.css b/docs/css/docs.min.css
index 6c73a54..6467793 100644
--- a/docs/css/docs.min.css
+++ b/docs/css/docs.min.css
@@ -1 +1 @@
-/*! Spectre.css Docs | MIT License | github.com/picturepan2/spectre */.version::after{content:"0.2.9"}.bg-gray{background:#f6f6f6;color:#666;padding:1rem}.bg-dark{background:#333;color:#fff;padding:1rem}.bg-primary{background:#5764c6;color:#fff;padding:1rem}.section-header{padding:1rem .5rem;position:fixed;top:0;width:100%;z-index:499}.section-hero{position:relative;z-index:999}.grid-header .navbar{height:4rem}.grid-header .navbar-section{padding:0}.grid-header .navbar-brand{color:#444}.grid-header .btn-link{color:#666;padding-left:.6rem;padding-right:.6rem}.grid-header .btn-link:active,.grid-header .btn-link:focus,.grid-header .btn-link:hover{color:#444;opacity:.75}.grid-hero{margin-bottom:4rem;margin-top:10rem}.grid-hero h1{color:#555;font-size:3.2rem;font-weight:400}.grid-hero h2{color:#666;font-size:1.8rem;font-weight:400;line-height:3rem;margin-bottom:3rem}.grid-hero h2 u{border-bottom:.2rem solid #666;padding-bottom:.1rem;text-decoration:none}.grid-hero .card{background:0 0;border:0;color:#666;padding:1rem}.grid-hero .card .card-title{color:#5764c6;font-size:1.8rem;margin-bottom:0}.grid-footer{color:#888;margin-bottom:3rem;margin-top:4rem}.grid-footer a{color:#666}.grid-ads{border-radius:.2rem;display:block;height:12rem;margin:2rem auto;max-width:64rem;padding:1rem;width:100%}.docs-content{color:#666;padding-top:0}.docs-content .container{padding:1rem}.docs-content header{color:#444;padding-top:6rem}.docs-content .notes{margin:4rem 0}.docs-content .docs-block{border-radius:.2rem;padding:1rem .5rem}.docs-content .docs-dot{border-radius:50%;display:inline-block;height:1rem;padding:0;width:1rem}.docs-content .docs-table td,.docs-content .docs-table th{padding:1.5rem .5rem}.docs-content h1,.docs-content h2,.docs-content h3,.docs-content h4,.docs-content h5,.docs-content h6{margin-bottom:2rem;margin-top:2rem}.docs-content .panel{height:75vh}.docs-content .code .com{color:#c5c5c5}.docs-content .code .tag{color:#5764c6}.docs-content .code .atn{color:#666}.docs-content .code .atv{color:#e06870}.docs-content .empty .icon{font-size:4rem}.docs-content .navbar-brand .icon{font-size:3rem}.docs-content .form-autocomplete .menu{position:static}.docs-content .example-tile-icon{-webkit-align-content:space-around;align-content:space-around;-webkit-align-items:center;align-items:center;background:#5764c6;border-radius:.2rem;color:#fff;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-ms-flex-line-pack:distribute;font-size:2.4rem;height:4rem;width:4rem}@media screen and (min-width:601px){.section-header .navbar-section{padding:0 .5rem}.docs-sidebar{padding:7rem 1rem}.docs-sidebar .docs-nav{position:relative}@supports ((position:-webkit-sticky) or (position:sticky)){.docs-sidebar .docs-nav{position:sticky;position:-webkit-sticky;top:8rem}.docs-sidebar .docs-nav .nav-item a:focus{box-shadow:none}}}.docs-nav-clear{display:none}@media screen and (max-width:600px){.grid-hero h2{font-size:1.8rem}.grid-hero .card{padding:0}.docs-sidebar{background:#fff;height:100%;left:0;overflow-y:auto;padding:6rem 3rem;position:fixed;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:24rem;z-index:999}.docs-sidebar:target{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease}.docs-sidebar:target+.docs-nav-clear{display:block}.docs-nav-clear{background:rgba(0,0,0,.15);display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:499}} \ No newline at end of file
+/*! Spectre.css Docs | MIT License | github.com/picturepan2/spectre */.version::after{content:"0.2.9"}.bg-gray{background:#f8f9fa;color:#667189;padding:1rem}.bg-dark{background:#50596c;color:#fff;padding:1rem}.bg-primary{background:#5764c6;color:#fff;padding:1rem}.section-header{padding:1rem .5rem;position:fixed;top:0;width:100%;z-index:200}.section-hero{position:relative;z-index:300}.grid-header .navbar{height:4rem}.grid-header .navbar-section{padding:0}.grid-header .navbar-brand{color:#50596c}.grid-header .btn-link{color:#667189;padding-left:.6rem;padding-right:.6rem}.grid-header .btn-link:active,.grid-header .btn-link:focus,.grid-header .btn-link:hover{color:#50596c;opacity:.75}.grid-hero{margin-bottom:4rem;margin-top:10rem}.grid-hero h1{color:#5b657a;font-size:3.2rem;font-weight:400}.grid-hero h2{color:#5b657a;font-size:1.8rem;font-weight:400;line-height:3rem;margin-bottom:3rem}.grid-hero h2 u{border-bottom:.2rem solid #5b657a;padding-bottom:.1rem;text-decoration:none}.grid-hero .card{background:0 0;border:0;color:#667189;padding:1rem}.grid-hero .card .card-title{color:#5764c6;font-size:1.8rem;margin-bottom:0}.grid-footer{color:#acb3c2;margin-bottom:3rem;margin-top:4rem}.grid-footer a{color:#727e96}.docs-content{color:#667189;padding-top:0}.docs-content .container{padding:1rem}.docs-content header{color:#50596c;padding-top:6rem}.docs-content .notes{margin:4rem 0}.docs-content .docs-block{border-radius:.2rem;padding:1rem .5rem}.docs-content .docs-dot{border-radius:50%;display:inline-block;height:1rem;padding:0;width:1rem}.docs-content .docs-table td,.docs-content .docs-table th{padding:1.5rem .5rem}.docs-content h1,.docs-content h2,.docs-content h3,.docs-content h4,.docs-content h5,.docs-content h6{margin-bottom:2rem;margin-top:2rem}.docs-content .docs-color{border-radius:.2rem;margin:.5rem 0;padding:1rem}.docs-content .docs-color .color-subtitle{font-size:1.2rem;opacity:.75}.docs-content .panel{height:75vh}.docs-content .panel .tile{margin:1.5rem 0}.docs-content .code{color:#667189}.docs-content .code .com{color:#acb3c2}.docs-content .code .tag{color:#5764c6}.docs-content .code .atn{color:#667189}.docs-content .code .atv{color:#e06870}.docs-content .empty .icon{font-size:4rem}.docs-content .navbar-brand .icon{font-size:3rem}.docs-content .form-autocomplete .menu{position:static}.docs-content .example-tile-icon{-webkit-align-content:space-around;align-content:space-around;-webkit-align-items:center;align-items:center;background:#5764c6;border-radius:.2rem;color:#fff;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-ms-flex-line-pack:distribute;font-size:2.4rem;height:4rem;width:4rem}@media screen and (min-width:601px){.section-header .navbar-section{padding:0 .5rem}.docs-sidebar{padding:7rem 1rem 3.5rem 1rem}.docs-sidebar .docs-nav{position:relative}@supports ((position:-webkit-sticky) or (position:sticky)){.docs-sidebar .docs-nav{position:sticky;position:-webkit-sticky;top:8rem}.docs-sidebar .docs-nav .nav-item a:focus{box-shadow:none}}}.docs-nav-clear{display:none}@media screen and (max-width:600px){.grid-hero h2{font-size:1.8rem}.grid-hero .card{padding:0}.docs-sidebar{background:bg-color-light;height:100%;left:0;overflow-y:auto;padding:6rem 3rem;position:fixed;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:24rem;z-index:400}.docs-sidebar:target{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease}.docs-sidebar:target+.docs-nav-clear{display:block}.docs-nav-clear{background:rgba(0,0,0,.15);display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:300}} \ No newline at end of file
diff --git a/docs/css/spectre-exp.css b/docs/css/spectre-exp.css
index 64e2b75..7fecc56 100644
--- a/docs/css/spectre-exp.css
+++ b/docs/css/spectre-exp.css
@@ -1,24 +1,22 @@
/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */
.calendar {
- border: .1rem solid #efefef;
+ border: .1rem solid #f0f1f4;
border-radius: .2rem;
display: block;
+ min-width: 28rem;
text-align: center;
}
.calendar .calendar-nav {
- -webkit-align-content: space-between;
- align-content: space-between;
-webkit-align-items: center;
align-items: center;
- background: #f8f8f8;
+ background: #f8f9fa;
border-top-left-radius: .2rem;
border-top-right-radius: .2rem;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: center;
- -ms-flex-line-pack: justify;
- font-size: 2rem;
+ font-size: 1.6rem;
padding: 1rem;
}
.calendar .calendar-header,
@@ -39,103 +37,104 @@
-webkit-flex: 0 0 14.28%;
-ms-flex: 0 0 14.28%;
flex: 0 0 14.28%;
+ width: 14.28%;
}
.calendar .calendar-header {
- background: #f8f8f8;
- border-bottom: .1rem solid #efefef;
- color: #999;
+ background: #f8f9fa;
+ border-bottom: .1rem solid #f0f1f4;
+ color: #acb3c2;
font-size: 1.2rem;
}
.calendar .calendar-body {
- color: #666;
+ color: #727e96;
}
-.calendar .calendar-body .calendar-date {
+.calendar .calendar-date {
border: 0;
- padding: .6rem;
-}
-.calendar .calendar-body .calendar-date .date-item {
- color: #666;
-}
-.calendar .calendar-body .calendar-date.prev-month .date-item,
-.calendar .calendar-body .calendar-date.next-month .date-item,
-.calendar .calendar-body .calendar-date .date-item:disabled {
- cursor: default;
- opacity: .25;
- pointer-events: none;
+ padding: .4rem;
}
-.calendar .calendar-body .date-item {
+.calendar .calendar-date .date-item {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: .1rem solid transparent;
border-radius: 50%;
+ color: #727e96;
cursor: pointer;
- display: inline-block;
- height: 3.2rem;
+ height: 2.8rem;
line-height: 2rem;
- padding: .5rem;
+ padding: .3rem;
+ position: relative;
text-align: center;
text-decoration: none;
transition: all .2s ease;
vertical-align: middle;
white-space: nowrap;
- width: 3.2rem;
+ width: 2.8rem;
}
-.calendar .calendar-body .date-item.date-today {
- background: #eff1fa;
+.calendar .calendar-date .date-item.date-today {
+ border-color: #e4e6f6;
color: #5764c6;
}
-.calendar .calendar-body .date-item:focus,
-.calendar .calendar-body .date-item:hover {
- background: #f7f8fc;
- border-color: #dcdff3;
+.calendar .calendar-date .date-item:focus,
+.calendar .calendar-date .date-item:hover {
+ background: #fbfbfe;
+ border-color: #e4e6f6;
color: #5764c6;
text-decoration: none;
}
-.calendar .calendar-body .date-item:active,
-.calendar .calendar-body .date-item.active {
- background: #4452c0;
- border-color: #3b49af;
+.calendar .calendar-date .date-item:active,
+.calendar .calendar-date .date-item.active {
+ background: #4c59c2;
+ border-color: #3e4cb6;
color: #fff;
}
-.calendar .calendar-body .date-item.badge::after {
+.calendar .calendar-date .date-item.badge::after {
position: absolute;
- right: .4rem;
- top: .4rem;
+ right: .3rem;
+ top: .3rem;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
+.calendar .calendar-date.disabled .date-item,
+.calendar .calendar-date.disabled .calendar-event,
+.calendar .calendar-date .date-item:disabled,
+.calendar .calendar-date .calendar-event:disabled {
+ cursor: default;
+ opacity: .25;
+ pointer-events: none;
+}
.calendar .calendar-range {
position: relative;
}
-.calendar .calendar-range .date-item::before {
+.calendar .calendar-range::before {
background: #eff1fa;
content: "";
- height: 3.2rem;
- left: 50%;
+ height: 2.8rem;
+ left: 0;
position: absolute;
+ right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
- width: 50%;
- z-index: -9;
}
-.calendar .calendar-range + .calendar-range .date-item::before {
- left: 0;
- width: 100%;
+.calendar .calendar-range.range-start::before {
+ left: 50%;
}
-.calendar .calendar-range + .calendar-range .date-item.active::before {
- width: 50%;
+.calendar .calendar-range.range-end::before {
+ right: 50%;
+}
+.calendar .calendar-range .date-item {
+ color: #5764c6;
}
.calendar.calendar-lg .calendar-body {
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date {
- border-bottom: .1rem solid #efefef;
- border-right: .1rem solid #efefef;
+ border-bottom: .1rem solid #f0f1f4;
+ border-right: .1rem solid #f0f1f4;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
@@ -143,7 +142,6 @@
-ms-flex-direction: column;
flex-direction: column;
height: 11rem;
- overflow: hidden;
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
@@ -152,37 +150,23 @@
.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) {
border-bottom: 0;
}
-.calendar.calendar-lg .calendar-body .date-item {
+.calendar.calendar-lg .date-item {
-webkit-align-self: flex-end;
align-self: flex-end;
- -webkit-flex: 0 0 2.4rem;
- -ms-flex: 0 0 2.4rem;
- flex: 0 0 2.4rem;
-ms-flex-item-align: end;
- height: 2.4rem;
+ height: 2.8rem;
margin-right: .5rem;
margin-top: .5rem;
- padding: .1rem;
- width: 2.4rem;
}
-.calendar.calendar-lg .calendar-body .date-item.badge::after {
- right: .2rem;
- top: .2rem;
+.calendar.calendar-lg .calendar-range::before {
+ top: 1.9rem;
}
-.calendar.calendar-lg .calendar-body .calendar-range .date-item::before {
- height: 2.4rem;
+.calendar.calendar-lg .calendar-range.range-start::before {
left: auto;
- right: 0;
- top: 1.7rem;
- width: 2.2rem;
-}
-.calendar.calendar-lg .calendar-body .calendar-range + .calendar-range .date-item::before {
- left: 0;
- width: 100%;
+ width: 1.9rem;
}
-.calendar.calendar-lg .calendar-body .calendar-range + .calendar-range .date-item.active::before {
- right: 1.7rem;
- width: auto;
+.calendar.calendar-lg .calendar-range.range-end::before {
+ right: 1.9rem;
}
.calendar.calendar-lg .calendar-events {
-webkit-flex-grow: 1;
@@ -207,7 +191,7 @@
white-space: nowrap;
}
.carousel {
- background: #f8f8f8;
+ background: #f8f9fa;
display: block;
height: 50vh;
overflow: hidden;
@@ -220,8 +204,8 @@
position: relative;
}
.carousel .carousel-container .carousel-item {
- -webkit-animation: carousel-slideout 1s 1;
- animation: carousel-slideout 1s 1;
+ -webkit-animation: carousel-slideout 1s ease-in-out 1;
+ animation: carousel-slideout 1s ease-in-out 1;
height: 100%;
left: 0;
margin: 0;
@@ -236,9 +220,9 @@
}
.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
- background: rgba(204, 204, 204, .25);
- border-color: rgba(204, 204, 204, .5);
- color: #ccc;
+ background: rgba(231, 233, 237, .25);
+ border-color: rgba(231, 233, 237, .5);
+ color: #e7e9ed;
opacity: 0;
position: absolute;
top: 50%;
@@ -246,7 +230,7 @@
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: all .4s ease;
- z-index: 99;
+ z-index: 200;
}
.carousel .carousel-container .item-prev {
left: 2rem;
@@ -258,16 +242,16 @@
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4) {
- -webkit-animation: carousel-slidein .75s 1;
- animation: carousel-slidein .75s 1;
+ -webkit-animation: carousel-slidein .75s ease-in 1;
+ animation: carousel-slidein .75s ease-in 1;
opacity: 1;
- z-index: 99;
+ z-index: 100;
}
.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1),
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) {
- color: #ccc;
+ color: #e7e9ed;
}
.carousel .carousel-nav {
bottom: 1rem;
@@ -283,10 +267,10 @@
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 20rem;
- z-index: 999;
+ z-index: 200;
}
.carousel .carousel-nav .nav-item {
- color: rgba(204, 204, 204, .5);
+ color: rgba(231, 233, 237, .5);
display: block;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
@@ -335,32 +319,32 @@
@-webkit-keyframes carousel-slideout {
0% {
opacity: 1;
- -webkit-transform: translateX(0) scale(1);
- transform: translateX(0) scale(1);
+ -webkit-transform: translateX(0);
+ transform: translateX(0);
}
100% {
- opacity: 0;
- -webkit-transform: translateX(-50%) scale(.95);
- transform: translateX(-50%) scale(.95);
+ opacity: 1;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
}
}
@keyframes carousel-slideout {
0% {
opacity: 1;
- -webkit-transform: translateX(0) scale(1);
- transform: translateX(0) scale(1);
+ -webkit-transform: translateX(0);
+ transform: translateX(0);
}
100% {
- opacity: 0;
- -webkit-transform: translateX(-50%) scale(.95);
- transform: translateX(-50%) scale(.95);
+ opacity: 1;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
}
}
.meter {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #f8f8f8;
+ background: #f8f9fa;
border: 0;
border-radius: .2rem;
display: block;
@@ -377,7 +361,7 @@
border-radius: .2rem;
}
.meter::-webkit-meter-bar {
- background: #f8f8f8;
+ background: #f8f9fa;
}
.meter::-webkit-meter-optimum-value {
background: #32b643;
@@ -434,7 +418,7 @@
position: absolute;
top: 0;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-top-left:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(3deg) rotateY(-3deg);
@@ -449,7 +433,7 @@
right: 0;
top: 0;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-top-right:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(3deg) rotateY(3deg);
@@ -464,7 +448,7 @@
left: 0;
position: absolute;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-bottom-left:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(-3deg) rotateY(-3deg);
@@ -479,7 +463,7 @@
position: absolute;
right: 0;
width: 50%;
- z-index: 99;
+ z-index: 1;
}
.parallax .parallax-bottom-right:hover ~ .parallax-content {
-webkit-transform: perspective(50rem) rotateX(-3deg) rotateY(3deg);
@@ -492,7 +476,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- background: #efefef;
+ background: #f0f1f4;
border: 0;
border-radius: .2rem;
color: #5764c6;
@@ -515,7 +499,7 @@
.progress:indeterminate {
-webkit-animation: progress-indeterminate 1.5s linear infinite;
animation: progress-indeterminate 1.5s linear infinite;
- background: #efefef linear-gradient(to right, #5764c6 30%, #efefef 30%) top left / 150% 150% no-repeat;
+ background: #f0f1f4 linear-gradient(to right, #5764c6 30%, #f0f1f4 30%) top left / 150% 150% no-repeat;
}
.progress:indeterminate::-moz-progress-bar {
background: transparent;
@@ -590,35 +574,35 @@
}
.slider:disabled::-webkit-slider-thumb,
.slider.disabled::-webkit-slider-thumb {
- background: #ccc;
+ background: #e7e9ed;
-webkit-transform: scale(1);
transform: scale(1);
}
.slider:disabled::-moz-range-thumb,
.slider.disabled::-moz-range-thumb {
- background: #ccc;
+ background: #e7e9ed;
transform: scale(1);
}
.slider:disabled::-ms-thumb,
.slider.disabled::-ms-thumb {
- background: #ccc;
+ background: #e7e9ed;
-ms-transform: scale(1);
transform: scale(1);
}
.slider::-webkit-slider-runnable-track {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
height: .4rem;
width: 100%;
}
.slider::-moz-range-track {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
height: .4rem;
width: 100%;
}
.slider::-ms-track {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
height: .4rem;
width: 100%;
diff --git a/docs/css/spectre-exp.min.css b/docs/css/spectre-exp.min.css
index a89fff7..2078215 100644
--- a/docs/css/spectre-exp.min.css
+++ b/docs/css/spectre-exp.min.css
@@ -1 +1 @@
-/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */.calendar{border:.1rem solid #efefef;border-radius:.2rem;display:block;text-align:center}.calendar .calendar-nav{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:center;align-items:center;background:#f8f8f8;border-top-left-radius:.2rem;border-top-right-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-ms-flex-line-pack:justify;font-size:2rem;padding:1rem}.calendar .calendar-body,.calendar .calendar-header{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-pack:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding:1rem 0}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{-webkit-flex:0 0 14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%}.calendar .calendar-header{background:#f8f8f8;border-bottom:.1rem solid #efefef;color:#999;font-size:1.2rem}.calendar .calendar-body{color:#666}.calendar .calendar-body .calendar-date{border:0;padding:.6rem}.calendar .calendar-body .calendar-date .date-item{color:#666}.calendar .calendar-body .calendar-date .date-item:disabled,.calendar .calendar-body .calendar-date.next-month .date-item,.calendar .calendar-body .calendar-date.prev-month .date-item{cursor:default;opacity:.25;pointer-events:none}.calendar .calendar-body .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:.1rem solid transparent;border-radius:50%;cursor:pointer;display:inline-block;height:3.2rem;line-height:2rem;padding:.5rem;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:3.2rem}.calendar .calendar-body .date-item.date-today{background:#eff1fa;color:#5764c6}.calendar .calendar-body .date-item:focus,.calendar .calendar-body .date-item:hover{background:#f7f8fc;border-color:#dcdff3;color:#5764c6;text-decoration:none}.calendar .calendar-body .date-item.active,.calendar .calendar-body .date-item:active{background:#4452c0;border-color:#3b49af;color:#fff}.calendar .calendar-body .date-item.badge::after{position:absolute;right:.4rem;top:.4rem;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.calendar .calendar-range{position:relative}.calendar .calendar-range .date-item::before{background:#eff1fa;content:"";height:3.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50%;z-index:-9}.calendar .calendar-range+.calendar-range .date-item::before{left:0;width:100%}.calendar .calendar-range+.calendar-range .date-item.active::before{width:50%}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{border-bottom:.1rem solid #efefef;border-right:.1rem solid #efefef;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:11rem;overflow:hidden;padding:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .calendar-body .date-item{-webkit-align-self:flex-end;align-self:flex-end;-webkit-flex:0 0 2.4rem;-ms-flex:0 0 2.4rem;flex:0 0 2.4rem;-ms-flex-item-align:end;height:2.4rem;margin-right:.5rem;margin-top:.5rem;padding:.1rem;width:2.4rem}.calendar.calendar-lg .calendar-body .date-item.badge::after{right:.2rem;top:.2rem}.calendar.calendar-lg .calendar-body .calendar-range .date-item::before{height:2.4rem;left:auto;right:0;top:1.7rem;width:2.2rem}.calendar.calendar-lg .calendar-body .calendar-range+.calendar-range .date-item::before{left:0;width:100%}.calendar.calendar-lg .calendar-body .calendar-range+.calendar-range .date-item.active::before{right:1.7rem;width:auto}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:.5rem}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:.2rem;color:#5764c6;display:block;font-size:1.2rem;margin:.2rem auto;overflow:hidden;padding:.3rem .4rem;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f8f8;display:block;height:50vh;overflow:hidden;position:relative;width:100%}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container .carousel-item{-webkit-animation:carousel-slideout 1s 1;animation:carousel-slideout 1s 1;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%}.carousel .carousel-container .carousel-item:hover .item-next,.carousel .carousel-container .carousel-item:hover .item-prev{opacity:1}.carousel .carousel-container .item-next,.carousel .carousel-container .item-prev{background:rgba(204,204,204,.25);border-color:rgba(204,204,204,.5);color:#ccc;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease;z-index:99}.carousel .carousel-container .item-prev{left:2rem}.carousel .carousel-container .item-next{right:2rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4){-webkit-animation:carousel-slidein .75s 1;animation:carousel-slidein .75s 1;opacity:1;z-index:99}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4){color:#ccc}.carousel .carousel-nav{bottom:1rem;display:-webkit-flex;display:flex;display:-ms-flexbox;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20rem;z-index:999}.carousel .carousel-nav .nav-item{color:rgba(204,204,204,.5);display:block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;height:4rem;margin:.4rem;max-width:5rem;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:.3rem;position:absolute;top:2rem;width:100%}@supports (object-fit:cover){.carousel-item img{height:100%;object-fit:cover;width:100%}}@-webkit-keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}}@keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f8f8;border:0;border-radius:.2rem;display:block;height:1.6rem;width:100%}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.2rem}.meter::-webkit-meter-bar{background:#f8f8f8}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.2rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.parallax{display:block;height:auto;position:relative;width:auto}.parallax .parallax-content{box-shadow:0 2.5rem 5rem rgba(0,0,0,.45);height:auto;-webkit-transform:perspective(50rem);transform:perspective(50rem);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .4s ease;width:100%}.parallax .parallax-content::before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.parallax .parallax-top-left{height:50%;left:0;position:absolute;top:0;width:50%;z-index:99}.parallax .parallax-top-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:hover~.parallax-content::before{background:linear-gradient(135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-top-right{height:50%;position:absolute;right:0;top:0;width:50%;z-index:99}.parallax .parallax-top-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(3deg);transform:perspective(50rem) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:hover~.parallax-content::before{background:linear-gradient(-135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-left{bottom:0;height:50%;left:0;position:absolute;width:50%;z-index:99}.parallax .parallax-bottom-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:hover~.parallax-content::before{background:linear-gradient(45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-right{bottom:0;height:50%;position:absolute;right:0;width:50%;z-index:99}.parallax .parallax-bottom-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:hover~.parallax-content::before{background:linear-gradient(-45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#efefef;border:0;border-radius:.2rem;color:#5764c6;height:.4rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:.2rem}.progress::-webkit-progress-value{background:#5764c6;border-radius:.2rem}.progress::-moz-progress-bar{background:#5764c6;border-radius:.2rem}.progress:indeterminate{-webkit-animation:progress-indeterminate 1.5s linear infinite;animation:progress-indeterminate 1.5s linear infinite;background:#efefef linear-gradient(to right,#5764c6 30%,#efefef 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@-webkit-keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;display:block;height:2.4rem;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:1.2rem;margin-top:-.4rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{-ms-transform:scale(1.25);transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{background:#ccc;-webkit-transform:scale(1);transform:scale(1)}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{background:#ccc;transform:scale(1)}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{background:#ccc;-ms-transform:scale(1);transform:scale(1)}.slider::-webkit-slider-runnable-track{background:#efefef;border-radius:.2rem;height:.4rem;width:100%}.slider::-moz-range-track{background:#efefef;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-track{background:#efefef;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-fill-lower{background:#5764c6} \ No newline at end of file
+/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */.calendar{border:.1rem solid #f0f1f4;border-radius:.2rem;display:block;min-width:28rem;text-align:center}.calendar .calendar-nav{-webkit-align-items:center;align-items:center;background:#f8f9fa;border-top-left-radius:.2rem;border-top-right-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;font-size:1.6rem;padding:1rem}.calendar .calendar-body,.calendar .calendar-header{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-pack:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding:1rem 0}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{-webkit-flex:0 0 14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%;width:14.28%}.calendar .calendar-header{background:#f8f9fa;border-bottom:.1rem solid #f0f1f4;color:#acb3c2;font-size:1.2rem}.calendar .calendar-body{color:#727e96}.calendar .calendar-date{border:0;padding:.4rem}.calendar .calendar-date .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:.1rem solid transparent;border-radius:50%;color:#727e96;cursor:pointer;height:2.8rem;line-height:2rem;padding:.3rem;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:2.8rem}.calendar .calendar-date .date-item.date-today{border-color:#e4e6f6;color:#5764c6}.calendar .calendar-date .date-item:focus,.calendar .calendar-date .date-item:hover{background:#fbfbfe;border-color:#e4e6f6;color:#5764c6;text-decoration:none}.calendar .calendar-date .date-item.active,.calendar .calendar-date .date-item:active{background:#4c59c2;border-color:#3e4cb6;color:#fff}.calendar .calendar-date .date-item.badge::after{position:absolute;right:.3rem;top:.3rem;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.calendar .calendar-date .calendar-event:disabled,.calendar .calendar-date .date-item:disabled,.calendar .calendar-date.disabled .calendar-event,.calendar .calendar-date.disabled .date-item{cursor:default;opacity:.25;pointer-events:none}.calendar .calendar-range{position:relative}.calendar .calendar-range::before{background:#eff1fa;content:"";height:2.8rem;left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.calendar .calendar-range.range-start::before{left:50%}.calendar .calendar-range.range-end::before{right:50%}.calendar .calendar-range .date-item{color:#5764c6}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{border-bottom:.1rem solid #f0f1f4;border-right:.1rem solid #f0f1f4;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:11rem;padding:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .date-item{-webkit-align-self:flex-end;align-self:flex-end;-ms-flex-item-align:end;height:2.8rem;margin-right:.5rem;margin-top:.5rem}.calendar.calendar-lg .calendar-range::before{top:1.9rem}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:1.9rem}.calendar.calendar-lg .calendar-range.range-end::before{right:1.9rem}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:.5rem}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:.2rem;color:#5764c6;display:block;font-size:1.2rem;margin:.2rem auto;overflow:hidden;padding:.3rem .4rem;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f9fa;display:block;height:50vh;overflow:hidden;position:relative;width:100%}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container .carousel-item{-webkit-animation:carousel-slideout 1s ease-in-out 1;animation:carousel-slideout 1s ease-in-out 1;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%}.carousel .carousel-container .carousel-item:hover .item-next,.carousel .carousel-container .carousel-item:hover .item-prev{opacity:1}.carousel .carousel-container .item-next,.carousel .carousel-container .item-prev{background:rgba(231,233,237,.25);border-color:rgba(231,233,237,.5);color:#e7e9ed;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease;z-index:200}.carousel .carousel-container .item-prev{left:2rem}.carousel .carousel-container .item-next{right:2rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4){-webkit-animation:carousel-slidein .75s ease-in 1;animation:carousel-slidein .75s ease-in 1;opacity:1;z-index:100}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4){color:#e7e9ed}.carousel .carousel-nav{bottom:1rem;display:-webkit-flex;display:flex;display:-ms-flexbox;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20rem;z-index:200}.carousel .carousel-nav .nav-item{color:rgba(231,233,237,.5);display:block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;height:4rem;margin:.4rem;max-width:5rem;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:.3rem;position:absolute;top:2rem;width:100%}@supports (object-fit:cover){.carousel-item img{height:100%;object-fit:cover;width:100%}}@-webkit-keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes carousel-slidein{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes carousel-slideout{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa;border:0;border-radius:.2rem;display:block;height:1.6rem;width:100%}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.2rem}.meter::-webkit-meter-bar{background:#f8f9fa}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.2rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.parallax{display:block;height:auto;position:relative;width:auto}.parallax .parallax-content{box-shadow:0 2.5rem 5rem rgba(0,0,0,.45);height:auto;-webkit-transform:perspective(50rem);transform:perspective(50rem);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .4s ease;width:100%}.parallax .parallax-content::before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.parallax .parallax-top-left{height:50%;left:0;position:absolute;top:0;width:50%;z-index:1}.parallax .parallax-top-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:hover~.parallax-content::before{background:linear-gradient(135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-top-right{height:50%;position:absolute;right:0;top:0;width:50%;z-index:1}.parallax .parallax-top-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(3deg) rotateY(3deg);transform:perspective(50rem) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:hover~.parallax-content::before{background:linear-gradient(-135deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-left{bottom:0;height:50%;left:0;position:absolute;width:50%;z-index:1}.parallax .parallax-bottom-left:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:hover~.parallax-content::before{background:linear-gradient(45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.parallax .parallax-bottom-right{bottom:0;height:50%;position:absolute;right:0;width:50%;z-index:1}.parallax .parallax-bottom-right:hover~.parallax-content{-webkit-transform:perspective(50rem) rotateX(-3deg) rotateY(3deg);transform:perspective(50rem) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:hover~.parallax-content::before{background:linear-gradient(-45deg,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 50%)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f0f1f4;border:0;border-radius:.2rem;color:#5764c6;height:.4rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:.2rem}.progress::-webkit-progress-value{background:#5764c6;border-radius:.2rem}.progress::-moz-progress-bar{background:#5764c6;border-radius:.2rem}.progress:indeterminate{-webkit-animation:progress-indeterminate 1.5s linear infinite;animation:progress-indeterminate 1.5s linear infinite;background:#f0f1f4 linear-gradient(to right,#5764c6 30%,#f0f1f4 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@-webkit-keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;display:block;height:2.4rem;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:1.2rem;margin-top:-.4rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{-ms-transform:scale(1.25);transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{background:#e7e9ed;-webkit-transform:scale(1);transform:scale(1)}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{background:#e7e9ed;transform:scale(1)}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{background:#e7e9ed;-ms-transform:scale(1);transform:scale(1)}.slider::-webkit-slider-runnable-track{background:#f0f1f4;border-radius:.2rem;height:.4rem;width:100%}.slider::-moz-range-track{background:#f0f1f4;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-track{background:#f0f1f4;border-radius:.2rem;height:.4rem;width:100%}.slider::-ms-fill-lower{background:#5764c6} \ No newline at end of file
diff --git a/docs/css/spectre.css b/docs/css/spectre.css
index 272970e..e8c93aa 100644
--- a/docs/css/spectre.css
+++ b/docs/css/spectre.css
@@ -391,7 +391,7 @@ html {
}
body {
background: #fff;
- color: #333;
+ color: #50596c;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
font-size: 1.4rem;
overflow-x: hidden;
@@ -410,7 +410,7 @@ a.active {
}
:focus {
box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
- outline: 0;
+ outline: none;
}
.btn .icon,
.toast .icon,
@@ -470,7 +470,7 @@ u {
text-decoration-skip: ink edges;
}
blockquote {
- border-left: .2rem solid #efefef;
+ border-left: .2rem solid #f0f1f4;
margin-left: 0;
padding: 1rem 2rem;
}
@@ -478,7 +478,7 @@ blockquote p:last-child {
margin-bottom: 0;
}
blockquote cite {
- color: #999;
+ color: #acb3c2;
}
ul,
ol {
@@ -516,13 +516,14 @@ dl dd {
mark {
background: #ffe9b3;
border-radius: .2rem;
+ color: #50596c;
display: inline-block;
line-height: 1;
padding: .3rem .4rem;
vertical-align: baseline;
}
kbd {
- background: #333;
+ background: #454d5d;
border-radius: .2rem;
color: #fff;
display: inline-block;
@@ -583,25 +584,27 @@ abbr[title] {
width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
- background: #f8f8f8;
+ background: #f8f9fa;
}
.table.table-hover tbody tr:hover {
- background: #f0f0f0;
+ background: #f0f1f4;
}
.table tbody tr.active,
.table.table-striped tbody tr.active {
- background: #f0f0f0;
+ background: #f0f1f4;
}
.table td {
- border-bottom: .1rem solid #efefef;
+ border-bottom: .1rem solid #f0f1f4;
padding: 1.5rem 1rem;
}
.table th {
- border-bottom: .2rem solid #333;
+ border-bottom: .2rem solid #727e96;
padding: 1.5rem 1rem;
}
.btn {
-webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
background: #fff;
border: .1rem solid #5764c6;
border-radius: .2rem;
@@ -611,7 +614,7 @@ abbr[title] {
font-size: 1.4rem;
height: 3.2rem;
line-height: 2rem;
- padding: .5rem 1.2rem;
+ padding: .5rem .8rem;
text-align: center;
text-decoration: none;
transition: all .2s ease;
@@ -623,19 +626,19 @@ abbr[title] {
white-space: nowrap;
}
.btn:focus {
- background: #f7f8fc;
+ background: #fbfbfe;
text-decoration: none;
}
.btn:hover {
background: #5764c6;
- border-color: #4452c0;
+ border-color: #4c59c2;
color: #fff;
text-decoration: none;
}
.btn:active,
.btn.active {
- background: #4452c0;
- border-color: #3b49af;
+ background: #4c59c2;
+ border-color: #3e4cb6;
color: #fff;
}
.btn[disabled],
@@ -647,29 +650,24 @@ abbr[title] {
}
.btn.btn-primary {
background: #5764c6;
- border-color: #4452c0;
- color: #fff;
-}
-.btn.btn-primary:focus {
- background: #4452c0;
- border-color: #3f4eba;
+ border-color: #4c59c2;
color: #fff;
}
+.btn.btn-primary:focus,
.btn.btn-primary:hover {
- background: #3f4eba;
- border-color: #3946a7;
+ background: #4452c0;
+ border-color: #3e4cb6;
color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
- background: #3d4ab3;
- border-color: #36429f;
+ background: #3f4eba;
+ border-color: #3b49af;
color: #fff;
}
.btn.btn-primary.loading::after {
- border-color: #fff;
- border-right-color: transparent;
- border-top-color: transparent;
+ border-bottom-color: #fff;
+ border-left-color: #fff;
}
.btn.btn-link {
background: transparent;
@@ -688,9 +686,9 @@ abbr[title] {
padding: .1rem .8rem;
}
.btn.btn-lg {
- font-size: 1.8rem;
+ font-size: 1.6rem;
height: 4rem;
- padding: .9rem 1.5rem;
+ padding: .9rem .8rem;
}
.btn.btn-block {
display: block;
@@ -711,22 +709,19 @@ abbr[title] {
background: transparent;
border: 0;
color: currentColor;
- height: 2rem;
- margin-left: .2rem;
- margin-right: -.4rem;
+ height: 1.6rem;
+ line-height: 1.6rem;
+ margin: .2rem -.2rem .2rem .4rem;
opacity: .45;
- padding: 0 .4rem;
+ padding: 0 .2rem;
text-decoration: none;
- width: 2rem;
+ width: 1.6rem;
}
.btn.btn-clear:hover {
opacity: .85;
}
.btn.btn-clear::before {
- content: "\00d7";
- display: inline-block;
- font-family: sans-serif;
- font-size: 2rem;
+ content: "\2715";
}
.btn-group {
display: inline-flex;
@@ -754,11 +749,11 @@ abbr[title] {
border-top-left-radius: 0;
margin-left: -.1rem;
}
-.btn-group .btn:hover,
.btn-group .btn:focus,
+.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
- z-index: 9;
+ z-index: 1;
}
.btn-group.btn-group-block {
display: flex;
@@ -768,15 +763,25 @@ abbr[title] {
.form-group:not(:last-child) {
margin-bottom: 1rem;
}
+.form-label {
+ display: block;
+ padding: .6rem 0;
+}
+.form-label.label-sm {
+ padding: .2rem 0;
+}
+.form-label.label-lg {
+ padding: 1rem 0;
+}
.form-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
background-image: none;
- border: .1rem solid #ccc;
+ border: .1rem solid #c4c9d3;
border-radius: .2rem;
- color: #333;
+ color: #50596c;
display: block;
font-size: 1.4rem;
height: 3.2rem;
@@ -794,7 +799,7 @@ abbr[title] {
.form-input.input-sm {
font-size: 1.2rem;
height: 2.4rem;
- padding: .1rem .6rem;
+ padding: .1rem .8rem;
}
.form-input.input-lg {
font-size: 1.6rem;
@@ -808,13 +813,12 @@ abbr[title] {
}
textarea.form-input {
height: auto;
- line-height: 2rem;
}
-.form-input[type=file] {
+.form-input[type="file"] {
height: auto;
}
.form-input-hint {
- color: #999;
+ color: #acb3c2;
margin-top: .4rem;
}
.has-success .form-input-hint,
@@ -825,21 +829,16 @@ textarea.form-input {
.is-danger + .form-input-hint {
color: #e85600;
}
-.form-label {
- display: block;
- line-height: 1.6rem;
- margin-bottom: .5rem;
-}
.form-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- border: .1rem solid #ccc;
+ border: .1rem solid #c4c9d3;
border-radius: .2rem;
+ color: inherit;
font-size: 1.4rem;
line-height: 2rem;
min-width: 18rem;
- outline: 0;
padding: .5rem .8rem;
vertical-align: middle;
}
@@ -847,7 +846,7 @@ textarea.form-input {
padding: .2rem .4rem;
}
.form-select:not([multiple]) {
- background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / .8rem 1rem;
+ background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / .8rem 1rem;
height: 3.2rem;
padding-right: 2.4rem;
}
@@ -891,6 +890,13 @@ textarea.form-input {
.form-select.is-danger:focus {
box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
+.form-checkbox,
+.form-radio,
+.form-switch {
+ display: inline-block;
+ line-height: 2rem;
+ position: relative;
+}
.form-checkbox input,
.form-radio input,
.form-switch input {
@@ -907,43 +913,40 @@ textarea.form-input {
border-color: #5764c6;
box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
+.form-checkbox input:checked + .form-icon,
+.form-radio input:checked + .form-icon,
+.form-switch input:checked + .form-icon {
+ background: #5764c6;
+ border-color: #5764c6;
+}
+.form-checkbox .form-icon,
+.form-radio .form-icon,
+.form-switch .form-icon {
+ border: .1rem solid #c4c9d3;
+ cursor: pointer;
+ display: inline-block;
+ position: absolute;
+ transition: all .2s ease;
+}
.form-checkbox,
.form-radio {
- display: inline-block;
- line-height: 1.8rem;
- padding: .3rem 2rem;
- position: relative;
+ padding: .2rem 2rem;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
- border: .1rem solid #ccc;
- cursor: pointer;
- display: inline-block;
- font-size: 1.4rem;
height: 1.4rem;
left: 0;
- line-height: 2.4rem;
- outline: none;
- padding: 0;
- position: absolute;
top: .5rem;
- transition: all .2s ease;
- vertical-align: top;
width: 1.4rem;
}
-.form-checkbox input:checked + .form-icon,
-.form-radio input:checked + .form-icon {
- background: #5764c6;
- border-color: #5764c6;
-}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
- background: #efefef;
+ background: #f0f1f4;
}
.form-checkbox .form-icon {
border-radius: .2rem;
}
-.form-checkbox input:checked + .form-icon::after {
+.form-checkbox input:checked + .form-icon::before {
background-clip: padding-box;
border: .2rem solid #fff;
border-left-width: 0;
@@ -964,21 +967,21 @@ textarea.form-input {
background: #5764c6;
border-color: #5764c6;
}
-.form-checkbox input:indeterminate + .form-icon::after {
+.form-checkbox input:indeterminate + .form-icon::before {
background: #fff;
content: "";
height: .2rem;
left: 50%;
- margin-left: -.4rem;
+ margin-left: -.5rem;
margin-top: -.1rem;
position: absolute;
top: 50%;
- width: .8rem;
+ width: 1rem;
}
.form-radio .form-icon {
border-radius: .7rem;
}
-.form-radio input:checked + .form-icon::after {
+.form-radio input:checked + .form-icon::before {
background: #fff;
border-radius: .2rem;
content: "";
@@ -991,29 +994,18 @@ textarea.form-input {
width: .4rem;
}
.form-switch {
- display: inline-block;
- line-height: 2rem;
padding: .2rem 2rem .2rem 3.6rem;
- position: relative;
}
.form-switch .form-icon {
- background: #ccc;
+ background: #e7e9ed;
background-clip: padding-box;
- border: .1rem solid #ccc;
border-radius: .9rem;
- cursor: pointer;
- display: inline-block;
height: 1.8rem;
left: 0;
- line-height: 2.6rem;
- outline: none;
- padding: 0;
- position: absolute;
top: .3rem;
- vertical-align: top;
width: 3rem;
}
-.form-switch .form-icon::after {
+.form-switch .form-icon::before {
background: #fff;
border-radius: .8rem;
content: "";
@@ -1022,18 +1014,14 @@ textarea.form-input {
left: 0;
position: absolute;
top: 0;
- transition: left .2s ease;
+ transition: all .2s ease;
width: 1.6rem;
}
-.form-switch input:checked + .form-icon {
- background: #5764c6;
- border-color: #5764c6;
-}
-.form-switch input:checked + .form-icon::after {
+.form-switch input:checked + .form-icon::before {
left: 1.2rem;
}
-.form-switch input:active + .form-icon::after {
- background: #efefef;
+.form-switch input:active + .form-icon::before {
+ background: #f8f9fa;
}
.input-group {
display: flex;
@@ -1041,19 +1029,18 @@ textarea.form-input {
display: -webkit-flex;
}
.input-group .input-group-addon {
- background: #f8f8f8;
- border: .1rem solid #ccc;
+ background: #f8f9fa;
+ border: .1rem solid #c4c9d3;
border-radius: .2rem;
line-height: 2rem;
padding: .5rem .8rem;
}
.input-group .input-group-addon.addon-sm {
font-size: 1.2rem;
- padding: .1rem .6rem;
+ padding: .1rem .8rem;
}
.input-group .input-group-addon.addon-lg {
font-size: 1.6rem;
- line-height: 2rem;
padding: .9rem .8rem;
}
.input-group .input-group-addon,
@@ -1084,7 +1071,7 @@ textarea.form-input {
.input-group .form-input:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
- z-index: 99;
+ z-index: 1;
}
.input-group.input-inline {
display: inline-flex;
@@ -1095,19 +1082,18 @@ textarea.form-input {
.form-select:disabled,
.form-input.disabled,
.form-select.disabled {
- background-color: #f0f0f0;
+ background-color: #f0f1f4;
cursor: not-allowed;
opacity: .5;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
- background: #f0f0f0;
- border-color: #ccc;
+ background: #f0f1f4;
cursor: not-allowed;
opacity: .5;
}
-.form-switch input:disabled + .form-icon::after,
-.form-switch input.disabled + .form-icon::after {
+.form-switch input:disabled + .form-icon::before,
+.form-switch input.disabled + .form-icon::before {
background: #fff;
}
.form-horizontal {
@@ -1118,19 +1104,15 @@ input.disabled + .form-icon {
display: -ms-flexbox;
display: -webkit-flex;
}
-.form-horizontal .form-label {
- margin-bottom: 0;
- padding: .8rem .4rem;
-}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
margin: .4rem 0;
}
.label {
- background: #f8f8f8;
+ background: #f8f9fa;
border-radius: .2rem;
- color: #666;
+ color: inherit;
display: inline-block;
line-height: 1;
padding: .3rem .4rem;
@@ -1153,7 +1135,7 @@ input.disabled + .form-icon {
color: #fff;
}
code {
- background: #f8f8f8;
+ background: #f8f9fa;
border-radius: .2rem;
color: #e06870;
display: inline-block;
@@ -1163,12 +1145,12 @@ code {
}
.code {
border-radius: .2rem;
- color: #666;
+ color: #50596c;
line-height: 2rem;
position: relative;
}
.code::before {
- color: #ccc;
+ color: #acb3c2;
content: attr(data-lang);
font-size: 1.2rem;
position: absolute;
@@ -1229,7 +1211,7 @@ code {
margin: 0 0 1rem 0;
}
.figure .figure-caption {
- color: #666;
+ color: #727e96;
margin-top: 1rem;
}
.container {
@@ -1651,9 +1633,12 @@ code {
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: stretch;
+ -ms-flex-pack: justify;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
+ -webkit-justify-content: space-between;
+ justify-content: space-between;
}
.navbar .navbar-section {
-webkit-align-items: center;
@@ -1666,7 +1651,7 @@ code {
flex: 1 0 0;
-ms-flex-align: center;
}
-.navbar .navbar-section:last-of-type {
+.navbar .navbar-section:last-child {
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
@@ -1688,7 +1673,7 @@ code {
text-decoration: none;
}
.panel {
- border: .1rem solid #efefef;
+ border: .1rem solid #f0f1f4;
border-radius: .2rem;
display: flex;
display: -ms-flexbox;
@@ -1714,27 +1699,27 @@ code {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
overflow-y: auto;
-}
-.panel .panel-body {
padding: 0 1.5rem;
}
.panel .panel-title {
font-size: 2rem;
- line-height: 1.4;
+}
+.panel .panel-subtitle {
+ color: #acb3c2;
}
.empty {
- background: #f8f8f8;
+ background: #f8f9fa;
border-radius: .2rem;
- color: #666;
+ color: #727e96;
padding: 4rem;
text-align: center;
}
.empty .empty-title,
-.empty .empty-meta {
+.empty .empty-subtitle {
margin: 1rem auto;
}
-.empty .empty-meta {
- color: #999;
+.empty .empty-subtitle {
+ color: #acb3c2;
}
.empty .empty-action {
margin-top: 1.5rem;
@@ -1783,7 +1768,7 @@ code {
.avatar {
background: #5764c6;
border-radius: 50%;
- color: rgba(255, 255, 255, .75);
+ color: rgba(255, 255, 255, .85);
display: inline-block;
font-size: 1.4rem;
font-weight: 300;
@@ -1795,7 +1780,7 @@ code {
width: 3.2rem;
}
.avatar.avatar-xs {
- font-size: 1.4rem;
+ font-size: .8rem;
height: 1.6rem;
width: 1.6rem;
}
@@ -1819,7 +1804,7 @@ code {
height: 100%;
position: relative;
width: 100%;
- z-index: 99;
+ z-index: 100;
}
.avatar .avatar-icon {
background: #fff;
@@ -1839,17 +1824,11 @@ code {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
- vertical-align: middle;
z-index: 1;
}
-.avatar.avatar-xs[data-initial]::before {
- -webkit-transform: translate(-50%, -50%) scale(.5);
- -ms-transform: translate(-50%, -50%) scale(.5);
- transform: translate(-50%, -50%) scale(.5);
-}
.badge {
- display: inline-block;
position: relative;
+ white-space: nowrap;
}
.badge[data-badge]::after,
.badge:not([data-badge])::after {
@@ -1860,9 +1839,9 @@ code {
color: #fff;
content: attr(data-badge);
display: inline-block;
- -webkit-transform: translate(-.4rem, -1rem);
- -ms-transform: translate(-.4rem, -1rem);
- transform: translate(-.4rem, -1rem);
+ -webkit-transform: translate(-.2rem, -1rem);
+ -ms-transform: translate(-.2rem, -1rem);
+ transform: translate(-.2rem, -1rem);
}
.badge[data-badge]::after {
font-size: 1.2rem;
@@ -1889,7 +1868,7 @@ code {
transform: translate(50%, -50%);
}
.bar {
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
display: flex;
display: -ms-flexbox;
@@ -1914,14 +1893,15 @@ code {
height: 100%;
line-height: 1;
padding: .2rem 0;
+ position: relative;
text-align: center;
width: 0;
}
-.bar .bar-item:first-of-type {
+.bar .bar-item:first-child {
border-bottom-left-radius: .2rem;
border-top-left-radius: .2rem;
}
-.bar .bar-item:last-of-type {
+.bar .bar-item:last-child {
border-bottom-right-radius: .2rem;
border-top-right-radius: .2rem;
-ms-flex-negative: 1;
@@ -1930,17 +1910,15 @@ code {
}
.card {
background: #fff;
- border: .1rem solid #efefef;
+ border: .1rem solid #f0f1f4;
border-radius: .2rem;
display: block;
- margin: 0;
- padding: 0;
- text-align: left;
}
.card .card-header,
.card .card-body,
.card .card-footer {
- padding: 1.5rem 1.5rem 0 1.5rem;
+ padding: 1.5rem;
+ padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
@@ -1963,18 +1941,17 @@ code {
}
.card .card-title {
font-size: 2rem;
- line-height: 1.4;
}
-.card .card-meta {
- color: #999;
- font-size: 1.3rem;
+.card .card-subtitle {
+ color: #acb3c2;
+ font-size: 1.2rem;
}
.chip {
-webkit-align-items: center;
align-items: center;
- background: #efefef;
+ background: #f0f1f4;
border-radius: .2rem;
- color: #666;
+ color: #727e96;
display: -ms-inline-flexbox;
display: inline-flex;
display: -webkit-inline-flex;
@@ -1999,8 +1976,8 @@ code {
position: relative;
}
.dropdown .menu {
- -webkit-animation: slide-down .2s 1;
- animation: slide-down .2s 1;
+ -webkit-animation: slide-down .2s ease 1;
+ animation: slide-down .2s ease 1;
display: none;
left: 0;
position: absolute;
@@ -2022,15 +1999,13 @@ code {
list-style: none;
margin: 0;
min-width: 18rem;
- padding: .8rem;
- text-align: left;
+ padding: 1rem;
-webkit-transform: translateY(.5rem);
-ms-transform: translateY(.5rem);
transform: translateY(.5rem);
- z-index: 999;
+ z-index: 100;
}
.menu .menu-item {
- border-radius: .2rem;
margin-top: 0;
padding: 0 .8rem;
text-decoration: none;
@@ -2043,9 +2018,8 @@ code {
border-radius: .2rem;
color: inherit;
display: block;
- line-height: 2.4rem;
margin: 0 -.8rem;
- padding: .4rem .8rem;
+ padding: .6rem .8rem;
text-decoration: none;
}
.menu .menu-item > a:focus,
@@ -2054,39 +2028,15 @@ code {
}
.menu .menu-item > a:active,
.menu .menu-item > a.active {
- background: #f7f8fc;
+ background: #fbfbfe;
color: #5764c6;
}
-.menu .menu-header {
- color: #ccc;
- font-size: 1.2rem;
- line-height: 2rem;
- margin-top: 0;
- padding: .2rem 0;
- position: relative;
-}
-.menu .menu-header::after {
- border-bottom: .1rem solid #efefef;
- content: "";
- display: block;
- height: .1rem;
- position: absolute;
- top: 50%;
- width: 100%;
-}
-.menu .menu-header .menu-header-text {
- background: #fff;
- display: inline-block;
- padding: 0 .8rem;
- position: relative;
- z-index: 99;
-}
.menu .menu-badge {
float: right;
- padding: .4rem 0;
+ padding: .6rem 0;
}
-.menu .menu-badge .label {
- margin: .2rem 0;
+.menu .menu-badge .btn {
+ margin-top: -.2rem;
}
.modal {
-webkit-align-items: center;
@@ -2111,12 +2061,13 @@ code {
display: -ms-flexbox;
display: -webkit-flex;
opacity: 1;
- z-index: 1988;
+ z-index: 400;
}
.modal:target .modal-overlay,
.modal.active .modal-overlay {
- background: rgba(51, 51, 51, .5);
+ background: rgba(69, 77, 93, .5);
bottom: 0;
+ cursor: default;
display: block;
left: 0;
position: absolute;
@@ -2125,9 +2076,10 @@ code {
}
.modal:target .modal-container,
.modal.active .modal-container {
- -webkit-animation: slide-down .2s;
- animation: slide-down .2s;
+ -webkit-animation: slide-down .2s ease 1;
+ animation: slide-down .2s ease 1;
max-width: 64rem;
+ z-index: 1;
}
.modal.modal-sm .modal-container {
max-width: 32rem;
@@ -2135,12 +2087,11 @@ code {
.modal-container {
background: #fff;
border-radius: .2rem;
- box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3);
+ box-shadow: 0 .4rem 1.6rem rgba(0, 0, 0, .3);
display: block;
margin: 0 auto;
padding: 0;
text-align: left;
- z-index: 1988;
}
.modal-container .modal-header {
padding: 1.5rem;
@@ -2174,17 +2125,17 @@ code {
margin: 0;
}
.breadcrumb .breadcrumb-item:last-child {
- color: #999;
+ color: #acb3c2;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
- color: #ccc;
+ color: #e7e9ed;
content: "/";
padding: 0 .4rem;
}
.tab {
-webkit-align-items: center;
align-items: center;
- border-bottom: .1rem solid #efefef;
+ border-bottom: .1rem solid #f0f1f4;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
@@ -2206,9 +2157,8 @@ code {
border-bottom: .2rem solid transparent;
color: inherit;
display: block;
- margin-bottom: -.1rem;
margin-top: 0;
- padding: .6rem 1.2rem;
+ padding: .5rem 1.2rem;
text-decoration: none;
}
.tab .tab-item a:focus,
@@ -2251,7 +2201,7 @@ code {
}
.pagination .page-item a {
border-radius: .2rem;
- color: #666;
+ color: #727e96;
display: inline-block;
padding: .6rem .8rem;
text-decoration: none;
@@ -2282,7 +2232,7 @@ code {
.pagination .page-item .page-item-title {
margin: 0;
}
-.pagination .page-item .page-item-meta {
+.pagination .page-item .page-item-subtitle {
margin: 0;
opacity: .5;
}
@@ -2295,7 +2245,7 @@ code {
flex-direction: column;
}
.nav .nav-item a {
- color: #666;
+ color: #727e96;
padding: .6rem .8rem;
text-decoration: none;
}
@@ -2304,7 +2254,6 @@ code {
color: #5764c6;
}
.nav .nav-item.active > a {
- color: #666;
font-weight: bold;
}
.nav .nav-item.active > a:focus,
@@ -2316,7 +2265,7 @@ code {
margin-left: 2rem;
}
.nav .nav a {
- color: #999;
+ color: #acb3c2;
}
.step {
display: flex;
@@ -2348,7 +2297,7 @@ code {
width: 100%;
}
.step .step-item a {
- color: #999;
+ color: #acb3c2;
display: inline-block;
padding: 2rem 1rem 0;
text-decoration: none;
@@ -2367,17 +2316,17 @@ code {
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 1.2rem;
- z-index: 99;
+ z-index: 1;
}
.step .step-item.active a::before {
background: #fff;
border: .2rem solid #5764c6;
}
.step .step-item.active ~ .step-item::before {
- background: #efefef;
+ background: #f0f1f4;
}
.step .step-item.active ~ .step-item a::before {
- background: #ccc;
+ background: #e7e9ed;
}
.tile {
-webkit-align-content: space-between;
@@ -2389,8 +2338,6 @@ code {
display: -webkit-flex;
-ms-flex-align: start;
-ms-flex-line-pack: justify;
- margin: .5rem 0;
- padding: .5rem 0;
}
.tile .tile-icon,
.tile .tile-action {
@@ -2412,8 +2359,8 @@ code {
.tile .tile-title {
font-weight: 500;
}
-.tile .tile-meta {
- color: #999;
+.tile .tile-subtitle {
+ color: #acb3c2;
line-height: 2rem;
}
.tile.tile-centered {
@@ -2425,19 +2372,19 @@ code {
overflow: hidden;
}
.tile.tile-centered .tile-title,
-.tile.tile-centered .tile-meta {
+.tile.tile-centered .tile-subtitle {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.toast {
- background: rgba(51, 51, 51, .9);
- border: .1rem solid #333;
- border-color: #333;
+ background: rgba(69, 77, 93, .9);
+ border: .1rem solid #454d5d;
+ border-color: #454d5d;
border-radius: .2rem;
color: #fff;
display: block;
- padding: 1.4rem;
+ padding: 1rem;
width: 100%;
}
.toast.toast-primary {
@@ -2456,16 +2403,17 @@ code {
color: #fff;
text-decoration: underline;
}
-.toast a:hover,
.toast a:focus,
-.toast a:active {
+.toast a:hover,
+.toast a:active,
+.toast a.active {
opacity: .75;
}
.tooltip {
position: relative;
}
.tooltip::after {
- background: rgba(51, 51, 51, .9);
+ background: rgba(69, 77, 93, .9);
border-radius: .2rem;
bottom: 100%;
color: #fff;
@@ -2473,11 +2421,10 @@ code {
display: block;
font-size: 1.2rem;
left: 50%;
- line-height: 1.6rem;
max-width: 32rem;
opacity: 0;
overflow: hidden;
- padding: .6rem 1rem;
+ padding: .4rem .8rem;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
@@ -2488,7 +2435,7 @@ code {
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
white-space: nowrap;
- z-index: 999;
+ z-index: 200;
}
.tooltip:focus::after,
.tooltip:hover::after {
@@ -2586,9 +2533,22 @@ code {
}
}
.divider {
- border-bottom: .1rem solid #efefef;
+ border-top: .1rem solid #f0f1f4;
display: block;
- margin: .8rem 0;
+ height: .1rem;
+ margin: 1rem 0;
+ position: relative;
+}
+.divider[data-content]::before {
+ background: #fff;
+ color: #e7e9ed;
+ content: attr(data-content);
+ display: inline-block;
+ font-size: 1.2rem;
+ padding: 0 .8rem;
+ -webkit-transform: translateY(-1.1rem);
+ -ms-transform: translateY(-1.1rem);
+ transform: translateY(-1.1rem);
}
.loading {
color: transparent !important;
@@ -2612,6 +2572,7 @@ code {
position: absolute;
top: 50%;
width: 1.6rem;
+ z-index: 1;
}
.clearfix::after,
.container::after {
@@ -2787,11 +2748,20 @@ code {
.hand {
cursor: pointer;
}
-.shadow {
+.shadow-0 {
+ box-shadow: 0 0 .2rem rgba(0, 0, 0, .3);
+}
+.shadow-1 {
box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3);
}
-.light-shadow {
- box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .15);
+.shadow-2 {
+ box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .3);
+}
+.shadow-3 {
+ box-shadow: 0 .3rem 1.2rem rgba(0, 0, 0, .3);
+}
+.shadow-4 {
+ box-shadow: 0 .4rem 1.6rem rgba(0, 0, 0, .3);
}
.rounded {
border-radius: .2rem;
diff --git a/docs/css/spectre.min.css b/docs/css/spectre.min.css
index 515d8e2..1abb68d 100644
--- a/docs/css/spectre.min.css
+++ b/docs/css/spectre.min.css
@@ -1 +1 @@
-/*! Spectre.css | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;font-size:10px;line-height:1.42857143;-webkit-tap-highlight-color:transparent}body{background:#fff;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-size:1.4rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;text-decoration:none}a.active,a:active,a:focus,a:hover{color:#3b49af;text-decoration:underline}:focus{box-shadow:0 0 0 .2rem rgba(87,100,198,.15);outline:0}.btn .icon,.menu .icon,.toast .icon{font-size:1.3333em;line-height:.8em;vertical-align:-20%}.icon-caret{border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-top:.4rem solid currentColor;display:inline-block;height:0;margin:0;vertical-align:middle;width:0}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:300;line-height:1.2;margin-bottom:1.5rem;margin-top:0}h1{font-size:5rem}h2{font-size:4rem}h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}p{line-height:2.4rem;margin:0 0 1rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}blockquote{border-left:.2rem solid #efefef;margin-left:0;padding:1rem 2rem}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#999}ol,ul{margin:2rem 0 2rem 2rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 2rem}ol li,ul li{margin-top:1rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.5rem 0 1.5rem 0}mark{background:#ffe9b3;border-radius:.2rem;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}kbd{background:#333;border-radius:.2rem;color:#fff;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}abbr[title]{border-bottom:.1rem dotted;cursor:help;text-decoration:none}.cjk,:lang(ja),:lang(ko),:lang(zh){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Hiragino Kaku Gothic Pro",Meiryo,"Malgun Gothic","Helvetica Neue",sans-serif}.cjk ins,.cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{border-bottom:.1rem solid;text-decoration:none}.cjk del+del,.cjk del+s,.cjk ins+ins,.cjk ins+u,.cjk s+del,.cjk s+s,.cjk u+ins,.cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{border-collapse:collapse;border-spacing:0;text-align:left;width:100%}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f8f8}.table.table-hover tbody tr:hover{background:#f0f0f0}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f0f0}.table td{border-bottom:.1rem solid #efefef;padding:1.5rem 1rem}.table th{border-bottom:.2rem solid #333;padding:1.5rem 1rem}.btn{-webkit-appearance:none;background:#fff;border:.1rem solid #5764c6;border-radius:.2rem;color:#5764c6;cursor:pointer;display:inline-block;font-size:1.4rem;height:3.2rem;line-height:2rem;padding:.5rem 1.2rem;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{background:#f7f8fc;text-decoration:none}.btn:hover{background:#5764c6;border-color:#4452c0;color:#fff;text-decoration:none}.btn.active,.btn:active{background:#4452c0;border-color:#3b49af;color:#fff}.btn.disabled,.btn:disabled,.btn[disabled]{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#5764c6;border-color:#4452c0;color:#fff}.btn.btn-primary:focus{background:#4452c0;border-color:#3f4eba;color:#fff}.btn.btn-primary:hover{background:#3f4eba;border-color:#3946a7;color:#fff}.btn.btn-primary.active,.btn.btn-primary:active{background:#3d4ab3;border-color:#36429f;color:#fff}.btn.btn-primary.loading::after{border-color:#fff;border-right-color:transparent;border-top-color:transparent}.btn.btn-link{background:0 0;border-color:transparent;color:#5764c6}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#3b49af}.btn.btn-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .8rem}.btn.btn-lg{font-size:1.8rem;height:4rem;padding:.9rem 1.5rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:.2rem;padding-right:.2rem;width:3.2rem}.btn.btn-action.btn-sm{width:2.4rem}.btn.btn-action.btn-lg{width:4rem}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:2rem;margin-left:.2rem;margin-right:-.4rem;opacity:.45;padding:0 .4rem;text-decoration:none;width:2rem}.btn.btn-clear:hover{opacity:.85}.btn.btn-clear::before{content:"\00d7";display:inline-block;font-family:sans-serif;font-size:2rem}.btn-group{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover{z-index:9}.btn-group.btn-group-block{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-group:not(:last-child){margin-bottom:1rem}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.1rem solid #ccc;border-radius:.2rem;color:#333;display:block;font-size:1.4rem;height:3.2rem;line-height:2rem;max-width:100%;outline:0;padding:.5rem .8rem;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6}.form-input.input-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .6rem}.form-input.input-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.form-input.input-inline{display:inline-block;vertical-align:middle;width:auto}textarea.form-input{height:auto;line-height:2rem}.form-input[type=file]{height:auto}.form-input-hint{color:#999;margin-top:.4rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-danger .form-input-hint,.is-danger+.form-input-hint{color:#e85600}.form-label{display:block;line-height:1.6rem;margin-bottom:.5rem}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid #ccc;border-radius:.2rem;font-size:1.4rem;line-height:2rem;min-width:18rem;outline:0;padding:.5rem .8rem;vertical-align:middle}.form-select[multiple] option{padding:.2rem .4rem}.form-select:not([multiple]){background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center/.8rem 1rem;height:3.2rem;padding-right:2.4rem}.form-select:focus{border-color:#5764c6}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:1.2rem;height:2.4rem;padding:.1rem 2rem .1rem .6rem}.form-select.select-lg{font-size:1.6rem;height:4rem;padding:.9rem 2.4rem .9rem .8rem}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select{border-color:#32b643}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus{box-shadow:0 0 0 .2rem rgba(50,182,67,.15)}.form-input.is-danger,.form-select.is-danger,.has-danger .form-input,.has-danger .form-select{border-color:#e85600}.form-input.is-danger:focus,.form-select.is-danger:focus,.has-danger .form-input:focus,.has-danger .form-select:focus{box-shadow:0 0 0 .2rem rgba(232,86,0,.15)}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;position:absolute;width:.1rem}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-checkbox,.form-radio{display:inline-block;line-height:1.8rem;padding:.3rem 2rem;position:relative}.form-checkbox .form-icon,.form-radio .form-icon{border:.1rem solid #ccc;cursor:pointer;display:inline-block;font-size:1.4rem;height:1.4rem;left:0;line-height:2.4rem;outline:0;padding:0;position:absolute;top:.5rem;transition:all .2s ease;vertical-align:top;width:1.4rem}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#efefef}.form-checkbox .form-icon{border-radius:.2rem}.form-checkbox input:checked+.form-icon::after{background-clip:padding-box;border:.2rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:1rem;left:50%;margin-left:-.3rem;margin-top:-.6rem;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.6rem}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::after{background:#fff;content:"";height:.2rem;left:50%;margin-left:-.4rem;margin-top:-.1rem;position:absolute;top:50%;width:.8rem}.form-radio .form-icon{border-radius:.7rem}.form-radio input:checked+.form-icon::after{background:#fff;border-radius:.2rem;content:"";height:.4rem;left:50%;margin-left:-.2rem;margin-top:-.2rem;position:absolute;top:50%;width:.4rem}.form-switch{display:inline-block;line-height:2rem;padding:.2rem 2rem .2rem 3.6rem;position:relative}.form-switch .form-icon{background:#ccc;background-clip:padding-box;border:.1rem solid #ccc;border-radius:.9rem;cursor:pointer;display:inline-block;height:1.8rem;left:0;line-height:2.6rem;outline:0;padding:0;position:absolute;top:.3rem;vertical-align:top;width:3rem}.form-switch .form-icon::after{background:#fff;border-radius:.8rem;content:"";display:block;height:1.6rem;left:0;position:absolute;top:0;transition:left .2s ease;width:1.6rem}.form-switch input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-switch input:checked+.form-icon::after{left:1.2rem}.form-switch input:active+.form-icon::after{background:#efefef}.input-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.input-group .input-group-addon{background:#f8f8f8;border:.1rem solid #ccc;border-radius:.2rem;line-height:2rem;padding:.5rem .8rem}.input-group .input-group-addon.addon-sm{font-size:1.2rem;padding:.1rem .6rem}.input-group .input-group-addon.addon-lg{font-size:1.6rem;line-height:2rem;padding:.9rem .8rem}.input-group .input-group-addon,.input-group .input-group-btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.input-group .form-input:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.input-group .form-input:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.input-group .form-input:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:99}.input-group.input-inline{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled{background-color:#f0f0f0;cursor:not-allowed;opacity:.5}input.disabled+.form-icon,input:disabled+.form-icon{background:#f0f0f0;border-color:#ccc;cursor:not-allowed;opacity:.5}.form-switch input.disabled+.form-icon::after,.form-switch input:disabled+.form-icon::after{background:#fff}.form-horizontal{padding:1rem}.form-horizontal .form-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-horizontal .form-label{margin-bottom:0;padding:.8rem .4rem}.form-horizontal .form-checkbox,.form-horizontal .form-radio,.form-horizontal .form-switch{margin:.4rem 0}.label{background:#f8f8f8;border-radius:.2rem;color:#666;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.label.label-primary{background:#5764c6;color:#fff}.label.label-success{background:#32b643;color:#fff}.label.label-warning{background:#ffb700;color:#fff}.label.label-danger{background:#e85600;color:#fff}code{background:#f8f8f8;border-radius:.2rem;color:#e06870;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.code{border-radius:.2rem;color:#666;line-height:2rem;position:relative}.code::before{color:#ccc;content:attr(data-lang);font-size:1.2rem;position:absolute;right:1rem;top:.2rem}.code code{color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:2rem;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.video-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.video-responsive::before{content:"";display:block;padding-bottom:56.25%}.video-responsive embed,.video-responsive iframe,.video-responsive object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video-responsive video{height:auto;max-width:100%;width:100%}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 1rem 0}.figure .figure-caption{color:#666;margin-top:1rem}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}.container.grid-960{max-width:98rem}.container.grid-480{max-width:50rem}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.columns.col-gapless{margin-left:0;margin-right:0}.columns.col-gapless .column{padding-left:0;padding-right:0}.columns.col-oneline{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.column{-webkit-flex:1;-ms-flex:1;flex:1;padding:1rem}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}@media screen and (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}}@media screen and (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}@media screen and (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}@media screen and (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}@media screen and (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}@media screen and (max-width:480px){.hide-xs{display:none!important}.show-xs{display:block!important}}@media screen and (max-width:600px){.hide-sm{display:none!important}.show-sm{display:block!important}}@media screen and (max-width:840px){.hide-md{display:none!important}.show-md{display:block!important}}@media screen and (max-width:960px){.hide-lg{display:none!important}.show-lg{display:block!important}}@media screen and (max-width:1280px){.hide-xl{display:none!important}.show-xl{display:block!important}}.navbar{-webkit-align-items:stretch;align-items:stretch;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.navbar .navbar-section{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-ms-flex-align:center}.navbar .navbar-section:last-of-type{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.navbar .navbar-primary{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center}.navbar .navbar-brand{font-size:1.6rem;font-weight:500;text-decoration:none}.panel{border:.1rem solid #efefef;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.panel .panel-footer,.panel .panel-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:1.5rem}.panel .panel-nav{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}.panel .panel-body{padding:0 1.5rem}.panel .panel-title{font-size:2rem;line-height:1.4}.empty{background:#f8f8f8;border-radius:.2rem;color:#666;padding:4rem;text-align:center}.empty .empty-meta,.empty .empty-title{margin:1rem auto}.empty .empty-meta{color:#999}.empty .empty-action{margin-top:1.5rem}.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{-webkit-align-content:flex-start;align-content:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-line-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:3.6rem;padding:.1rem 0 .1rem .2rem}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-autocomplete .form-autocomplete-input .form-input{border-color:transparent;box-shadow:none;display:inline-block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:.3rem;width:auto}.form-autocomplete mark{font-size:1;padding:.1em 0}.form-autocomplete .menu{left:0;position:absolute;top:100%;width:100%}.avatar{background:#5764c6;border-radius:50%;color:rgba(255,255,255,.75);display:inline-block;font-size:1.4rem;font-weight:300;height:3.2rem;line-height:1;margin:0;position:relative;vertical-align:middle;width:3.2rem}.avatar.avatar-xs{font-size:1.4rem;height:1.6rem;width:1.6rem}.avatar.avatar-sm{font-size:1rem;height:2.4rem;width:2.4rem}.avatar.avatar-lg{font-size:2rem;height:4.8rem;width:4.8rem}.avatar.avatar-xl{font-size:2.6rem;height:6.4rem;width:6.4rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:99}.avatar .avatar-icon{background:#fff;bottom:-.2em;height:50%;padding:5%;position:absolute;right:-.2em;width:50%}.avatar[data-initial]::before{color:currentColor;content:attr(data-initial);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);vertical-align:middle;z-index:1}.avatar.avatar-xs[data-initial]::before{-webkit-transform:translate(-50%,-50%) scale(.5);-ms-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}.badge{display:inline-block;position:relative}.badge:not([data-badge])::after,.badge[data-badge]::after{background:#5764c6;background-clip:padding-box;border:.1rem solid #fff;border-radius:1rem;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-.4rem,-1rem);-ms-transform:translate(-.4rem,-1rem);transform:translate(-.4rem,-1rem)}.badge[data-badge]::after{font-size:1.2rem;height:2rem;line-height:1.4rem;min-width:2rem;padding:.2rem .5rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:.8rem;min-width:.8rem;padding:0;width:.8rem}.badge.btn::after{position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.bar{background:#efefef;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:1.6rem;width:100%}.bar.bar-sm{height:.4rem}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:1.2rem;height:100%;line-height:1;padding:.2rem 0;text-align:center;width:0}.bar .bar-item:first-of-type{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bar .bar-item:last-of-type{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.card{background:#fff;border:.1rem solid #efefef;border-radius:.2rem;display:block;margin:0;padding:0;text-align:left}.card .card-body,.card .card-footer,.card .card-header{padding:1.5rem 1.5rem 0 1.5rem}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:1.5rem}.card .card-image{padding-top:1.5rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.2rem;border-top-right-radius:.2rem}.card .card-image:last-child img{border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}.card .card-title{font-size:2rem;line-height:1.4}.card .card-meta{color:#999;font-size:1.3rem}.chip{-webkit-align-items:center;align-items:center;background:#efefef;border-radius:.2rem;color:#666;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:3rem;margin:.1rem .2rem .1rem 0;max-width:100%;padding:.3rem .8rem;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-.4rem;margin-right:.4rem}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .2s 1;animation:slide-down .2s 1;display:none;left:0;position:absolute;top:100%}.dropdown.dropdown-right .menu{left:auto;right:0}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.menu{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(0,0,0,.3);list-style:none;margin:0;min-width:18rem;padding:.8rem;text-align:left;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem);z-index:999}.menu .menu-item{border-radius:.2rem;margin-top:0;padding:0 .8rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:.2rem;color:inherit;display:block;line-height:2.4rem;margin:0 -.8rem;padding:.4rem .8rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#f7f8fc;color:#5764c6}.menu .menu-header{color:#ccc;font-size:1.2rem;line-height:2rem;margin-top:0;padding:.2rem 0;position:relative}.menu .menu-header::after{border-bottom:.1rem solid #efefef;content:"";display:block;height:.1rem;position:absolute;top:50%;width:100%}.menu .menu-header .menu-header-text{background:#fff;display:inline-block;padding:0 .8rem;position:relative;z-index:99}.menu .menu-badge{float:right;padding:.4rem 0}.menu .menu-badge .label{margin:.2rem 0}.modal{-webkit-align-items:center;align-items:center;bottom:0;display:none;-ms-flex-align:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:0;opacity:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0}.modal.active,.modal:target{display:flex;display:-ms-flexbox;display:-webkit-flex;opacity:1;z-index:1988}.modal.active .modal-overlay,.modal:target .modal-overlay{background:rgba(51,51,51,.5);bottom:0;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{-webkit-animation:slide-down .2s;animation:slide-down .2s;max-width:64rem}.modal.modal-sm .modal-container{max-width:32rem}.modal-container{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(0,0,0,.3);display:block;margin:0 auto;padding:0;text-align:left;z-index:1988}.modal-container .modal-header{padding:1.5rem}.modal-container .modal-header .modal-title{font-size:1.6rem;margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:1.5rem;position:relative}.modal-container .modal-footer{padding:1.5rem;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:.5rem 0}.breadcrumb{padding:1.2rem}.breadcrumb .breadcrumb-item{display:inline-block;margin:0}.breadcrumb .breadcrumb-item:last-child{color:#999}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#ccc;content:"/";padding:0 .4rem}.tab{-webkit-align-items:center;align-items:center;border-bottom:.1rem solid #efefef;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item.tab-action{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:right}.tab .tab-item a{border-bottom:.2rem solid transparent;color:inherit;display:block;margin-bottom:-.1rem;margin-top:0;padding:.6rem 1.2rem;text-decoration:none}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#5764c6}.tab .tab-item a.active,.tab .tab-item.active a{border-bottom-color:#5764c6;color:#5764c6}.tab.tab-block .tab-item{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;right:-.4rem;top:-.4rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex}.pagination .page-item{margin:1rem .1rem}.pagination .page-item span{display:inline-block;padding:.6rem .4rem}.pagination .page-item a{border-radius:.2rem;color:#666;display:inline-block;padding:.6rem .8rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item a.disabled,.pagination .page-item a[disabled]{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#5764c6;color:#fff}.pagination .page-item.page-next,.pagination .page-item.page-prev{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-meta{margin:0;opacity:.5}.nav{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.nav .nav-item a{color:#666;padding:.6rem .8rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{color:#666;font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:1rem;margin-left:2rem}.nav .nav a{color:#999}.step{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:.5rem 0;width:100%}.step .step-item{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;margin-top:0;min-height:2rem;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:.2rem;left:-50%;position:absolute;top:.9rem;width:100%}.step .step-item a{color:#999;display:inline-block;padding:2rem 1rem 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:.2rem solid #fff;border-radius:50%;content:"";display:block;height:1.2rem;left:50%;position:absolute;top:.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.2rem;z-index:99}.step .step-item.active a::before{background:#fff;border:.2rem solid #5764c6}.step .step-item.active~.step-item::before{background:#efefef}.step .step-item.active~.step-item a::before{background:#ccc}.tile{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:start;-ms-flex-line-pack:justify;margin:.5rem 0;padding:.5rem 0}.tile .tile-action,.tile .tile-icon{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:1rem}.tile .tile-content:not(:last-child){padding-right:1rem}.tile .tile-title{font-weight:500}.tile .tile-meta{color:#999;line-height:2rem}.tile.tile-centered{-webkit-align-items:center;align-items:center;-ms-flex-align:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-meta,.tile.tile-centered .tile-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(51,51,51,.9);border:.1rem solid #333;border-color:#333;border-radius:.2rem;color:#fff;display:block;padding:1.4rem;width:100%}.toast.toast-primary{background:rgba(87,100,198,.9);border-color:#5764c6}.toast.toast-success{background:rgba(50,182,67,.9);border-color:#32b643}.toast.toast-danger{background:rgba(232,86,0,.9);border-color:#e85600}.toast a{color:#fff;text-decoration:underline}.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.tooltip{position:relative}.tooltip::after{background:rgba(51,51,51,.9);border-radius:.2rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:1.2rem;left:50%;line-height:1.6rem;max-width:32rem;opacity:0;overflow:hidden;padding:.6rem 1rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;white-space:nowrap;z-index:999}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-.5rem);-ms-transform:translate(-50%,-.5rem);transform:translate(-50%,-.5rem)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(.5rem,50%);-ms-transform:translate(.5rem,50%);transform:translate(.5rem,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,.5rem);-ms-transform:translate(-50%,.5rem);transform:translate(-50%,.5rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-.5rem,50%);-ms-transform:translate(-.5rem,50%);transform:translate(-.5rem,50%)}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.divider{border-bottom:.1rem solid #efefef;display:block;margin:.8rem 0}.loading{color:transparent!important;min-height:1.6rem;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:.2rem solid #5764c6;border-radius:.8rem;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1.6rem;left:50%;margin-left:-.8rem;margin-top:-.8rem;position:absolute;top:50%;width:1.6rem}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top:1rem}.mr-10{margin-right:1rem}.mb-10{margin-bottom:1rem}.ml-10{margin-left:1rem}.mt-5{margin-top:.5rem}.mr-5{margin-right:.5rem}.mb-5{margin-bottom:.5rem}.ml-5{margin-left:.5rem}.pt-10{padding-top:1rem}.pr-10{padding-right:1rem}.pb-10{padding-bottom:1rem}.pl-10{padding-left:1rem}.pt-5{padding-top:.5rem}.pr-5{padding-right:.5rem}.pb-5{padding-bottom:.5rem}.pl-5{padding-left:.5rem}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex;display:-ms-flexbox;display:-webkit-flex}.inline-flex{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.hide{display:none!important}.visible{visibility:visible}.invisible{visibility:hidden}.text-hide{background:0 0;border:0;color:transparent;font-size:0;line-height:0;text-shadow:none}.text-assistive{border:0;clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;padding:0;position:absolute;width:.1rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clip{overflow:hidden;text-overflow:clip;white-space:nowrap}.text-break{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word}.hand{cursor:pointer}.shadow{box-shadow:0 .1rem .4rem rgba(0,0,0,.3)}.light-shadow{box-shadow:0 .1rem .2rem rgba(0,0,0,.15)}.rounded{border-radius:.2rem}.circle{border-radius:50%} \ No newline at end of file
+/*! Spectre.css | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box;font-size:10px;line-height:1.42857143;-webkit-tap-highlight-color:transparent}body{background:#fff;color:#50596c;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-size:1.4rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;text-decoration:none}a.active,a:active,a:focus,a:hover{color:#3b49af;text-decoration:underline}:focus{box-shadow:0 0 0 .2rem rgba(87,100,198,.15);outline:0}.btn .icon,.menu .icon,.toast .icon{font-size:1.3333em;line-height:.8em;vertical-align:-20%}.icon-caret{border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-top:.4rem solid currentColor;display:inline-block;height:0;margin:0;vertical-align:middle;width:0}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:300;line-height:1.2;margin-bottom:1.5rem;margin-top:0}h1{font-size:5rem}h2{font-size:4rem}h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}p{line-height:2.4rem;margin:0 0 1rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}blockquote{border-left:.2rem solid #f0f1f4;margin-left:0;padding:1rem 2rem}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#acb3c2}ol,ul{margin:2rem 0 2rem 2rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 2rem}ol li,ul li{margin-top:1rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.5rem 0 1.5rem 0}mark{background:#ffe9b3;border-radius:.2rem;color:#50596c;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}kbd{background:#454d5d;border-radius:.2rem;color:#fff;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}abbr[title]{border-bottom:.1rem dotted;cursor:help;text-decoration:none}.cjk,:lang(ja),:lang(ko),:lang(zh){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Hiragino Kaku Gothic Pro",Meiryo,"Malgun Gothic","Helvetica Neue",sans-serif}.cjk ins,.cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{border-bottom:.1rem solid;text-decoration:none}.cjk del+del,.cjk del+s,.cjk ins+ins,.cjk ins+u,.cjk s+del,.cjk s+s,.cjk u+ins,.cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{border-collapse:collapse;border-spacing:0;text-align:left;width:100%}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa}.table.table-hover tbody tr:hover{background:#f0f1f4}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f1f4}.table td{border-bottom:.1rem solid #f0f1f4;padding:1.5rem 1rem}.table th{border-bottom:.2rem solid #727e96;padding:1.5rem 1rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:.1rem solid #5764c6;border-radius:.2rem;color:#5764c6;cursor:pointer;display:inline-block;font-size:1.4rem;height:3.2rem;line-height:2rem;padding:.5rem .8rem;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{background:#fbfbfe;text-decoration:none}.btn:hover{background:#5764c6;border-color:#4c59c2;color:#fff;text-decoration:none}.btn.active,.btn:active{background:#4c59c2;border-color:#3e4cb6;color:#fff}.btn.disabled,.btn:disabled,.btn[disabled]{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#5764c6;border-color:#4c59c2;color:#fff}.btn.btn-primary:focus,.btn.btn-primary:hover{background:#4452c0;border-color:#3e4cb6;color:#fff}.btn.btn-primary.active,.btn.btn-primary:active{background:#3f4eba;border-color:#3b49af;color:#fff}.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-link{background:0 0;border-color:transparent;color:#5764c6}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{color:#3b49af}.btn.btn-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .8rem}.btn.btn-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:.2rem;padding-right:.2rem;width:3.2rem}.btn.btn-action.btn-sm{width:2.4rem}.btn.btn-action.btn-lg{width:4rem}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:1.6rem;line-height:1.6rem;margin:.2rem -.2rem .2rem .4rem;opacity:.45;padding:0 .2rem;text-decoration:none;width:1.6rem}.btn.btn-clear:hover{opacity:.85}.btn.btn-clear::before{content:"\2715"}.btn-group{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover{z-index:1}.btn-group.btn-group-block{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-group:not(:last-child){margin-bottom:1rem}.form-label{display:block;padding:.6rem 0}.form-label.label-sm{padding:.2rem 0}.form-label.label-lg{padding:1rem 0}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.1rem solid #c4c9d3;border-radius:.2rem;color:#50596c;display:block;font-size:1.4rem;height:3.2rem;line-height:2rem;max-width:100%;outline:0;padding:.5rem .8rem;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6}.form-input.input-sm{font-size:1.2rem;height:2.4rem;padding:.1rem .8rem}.form-input.input-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.form-input.input-inline{display:inline-block;vertical-align:middle;width:auto}textarea.form-input{height:auto}.form-input[type=file]{height:auto}.form-input-hint{color:#acb3c2;margin-top:.4rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-danger .form-input-hint,.is-danger+.form-input-hint{color:#e85600}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid #c4c9d3;border-radius:.2rem;color:inherit;font-size:1.4rem;line-height:2rem;min-width:18rem;padding:.5rem .8rem;vertical-align:middle}.form-select[multiple] option{padding:.2rem .4rem}.form-select:not([multiple]){background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/.8rem 1rem;height:3.2rem;padding-right:2.4rem}.form-select:focus{border-color:#5764c6}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:1.2rem;height:2.4rem;padding:.1rem 2rem .1rem .6rem}.form-select.select-lg{font-size:1.6rem;height:4rem;padding:.9rem 2.4rem .9rem .8rem}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select{border-color:#32b643}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus{box-shadow:0 0 0 .2rem rgba(50,182,67,.15)}.form-input.is-danger,.form-select.is-danger,.has-danger .form-input,.has-danger .form-select{border-color:#e85600}.form-input.is-danger:focus,.form-select.is-danger:focus,.has-danger .form-input:focus,.has-danger .form-select:focus{box-shadow:0 0 0 .2rem rgba(232,86,0,.15)}.form-checkbox,.form-radio,.form-switch{display:inline-block;line-height:2rem;position:relative}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;position:absolute;width:.1rem}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{border:.1rem solid #c4c9d3;cursor:pointer;display:inline-block;position:absolute;transition:all .2s ease}.form-checkbox,.form-radio{padding:.2rem 2rem}.form-checkbox .form-icon,.form-radio .form-icon{height:1.4rem;left:0;top:.5rem;width:1.4rem}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.2rem}.form-checkbox input:checked+.form-icon::before{background-clip:padding-box;border:.2rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:1rem;left:50%;margin-left:-.3rem;margin-top:-.6rem;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.6rem}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::before{background:#fff;content:"";height:.2rem;left:50%;margin-left:-.5rem;margin-top:-.1rem;position:absolute;top:50%;width:1rem}.form-radio .form-icon{border-radius:.7rem}.form-radio input:checked+.form-icon::before{background:#fff;border-radius:.2rem;content:"";height:.4rem;left:50%;margin-left:-.2rem;margin-top:-.2rem;position:absolute;top:50%;width:.4rem}.form-switch{padding:.2rem 2rem .2rem 3.6rem}.form-switch .form-icon{background:#e7e9ed;background-clip:padding-box;border-radius:.9rem;height:1.8rem;left:0;top:.3rem;width:3rem}.form-switch .form-icon::before{background:#fff;border-radius:.8rem;content:"";display:block;height:1.6rem;left:0;position:absolute;top:0;transition:all .2s ease;width:1.6rem}.form-switch input:checked+.form-icon::before{left:1.2rem}.form-switch input:active+.form-icon::before{background:#f8f9fa}.input-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.input-group .input-group-addon{background:#f8f9fa;border:.1rem solid #c4c9d3;border-radius:.2rem;line-height:2rem;padding:.5rem .8rem}.input-group .input-group-addon.addon-sm{font-size:1.2rem;padding:.1rem .8rem}.input-group .input-group-addon.addon-lg{font-size:1.6rem;padding:.9rem .8rem}.input-group .input-group-addon,.input-group .input-group-btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.input-group .form-input:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.input-group .form-input:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.input-group .form-input:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:1}.input-group.input-inline{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled{background-color:#f0f1f4;cursor:not-allowed;opacity:.5}input.disabled+.form-icon,input:disabled+.form-icon{background:#f0f1f4;cursor:not-allowed;opacity:.5}.form-switch input.disabled+.form-icon::before,.form-switch input:disabled+.form-icon::before{background:#fff}.form-horizontal{padding:1rem}.form-horizontal .form-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-horizontal .form-checkbox,.form-horizontal .form-radio,.form-horizontal .form-switch{margin:.4rem 0}.label{background:#f8f9fa;border-radius:.2rem;color:inherit;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.label.label-primary{background:#5764c6;color:#fff}.label.label-success{background:#32b643;color:#fff}.label.label-warning{background:#ffb700;color:#fff}.label.label-danger{background:#e85600;color:#fff}code{background:#f8f9fa;border-radius:.2rem;color:#e06870;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.code{border-radius:.2rem;color:#50596c;line-height:2rem;position:relative}.code::before{color:#acb3c2;content:attr(data-lang);font-size:1.2rem;position:absolute;right:1rem;top:.2rem}.code code{color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:2rem;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.video-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.video-responsive::before{content:"";display:block;padding-bottom:56.25%}.video-responsive embed,.video-responsive iframe,.video-responsive object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video-responsive video{height:auto;max-width:100%;width:100%}.video-responsive-4-3::before{padding-bottom:75%}.video-responsive-1-1::before{padding-bottom:100%}.figure{margin:0 0 1rem 0}.figure .figure-caption{color:#727e96;margin-top:1rem}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}.container.grid-960{max-width:98rem}.container.grid-480{max-width:50rem}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.columns.col-gapless{margin-left:0;margin-right:0}.columns.col-gapless .column{padding-left:0;padding-right:0}.columns.col-oneline{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.column{-webkit-flex:1;-ms-flex:1;flex:1;padding:1rem}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}@media screen and (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}}@media screen and (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}@media screen and (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}@media screen and (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}@media screen and (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}@media screen and (max-width:480px){.hide-xs{display:none!important}.show-xs{display:block!important}}@media screen and (max-width:600px){.hide-sm{display:none!important}.show-sm{display:block!important}}@media screen and (max-width:840px){.hide-md{display:none!important}.show-md{display:block!important}}@media screen and (max-width:960px){.hide-lg{display:none!important}.show-lg{display:block!important}}@media screen and (max-width:1280px){.hide-xl{display:none!important}.show-xl{display:block!important}}.navbar{-webkit-align-items:stretch;align-items:stretch;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:stretch;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.navbar .navbar-section{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-ms-flex-align:center}.navbar .navbar-section:last-child{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.navbar .navbar-primary{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center}.navbar .navbar-brand{font-size:1.6rem;font-weight:500;text-decoration:none}.panel{border:.1rem solid #f0f1f4;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.panel .panel-footer,.panel .panel-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:1.5rem}.panel .panel-nav{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;padding:0 1.5rem}.panel .panel-title{font-size:2rem}.panel .panel-subtitle{color:#acb3c2}.empty{background:#f8f9fa;border-radius:.2rem;color:#727e96;padding:4rem;text-align:center}.empty .empty-subtitle,.empty .empty-title{margin:1rem auto}.empty .empty-subtitle{color:#acb3c2}.empty .empty-action{margin-top:1.5rem}.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{-webkit-align-content:flex-start;align-content:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-line-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:3.6rem;padding:.1rem 0 .1rem .2rem}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(87,100,198,.15)}.form-autocomplete .form-autocomplete-input .form-input{border-color:transparent;box-shadow:none;display:inline-block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;padding:.3rem;width:auto}.form-autocomplete mark{font-size:1;padding:.1em 0}.form-autocomplete .menu{left:0;position:absolute;top:100%;width:100%}.avatar{background:#5764c6;border-radius:50%;color:rgba(255,255,255,.85);display:inline-block;font-size:1.4rem;font-weight:300;height:3.2rem;line-height:1;margin:0;position:relative;vertical-align:middle;width:3.2rem}.avatar.avatar-xs{font-size:.8rem;height:1.6rem;width:1.6rem}.avatar.avatar-sm{font-size:1rem;height:2.4rem;width:2.4rem}.avatar.avatar-lg{font-size:2rem;height:4.8rem;width:4.8rem}.avatar.avatar-xl{font-size:2.6rem;height:6.4rem;width:6.4rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:100}.avatar .avatar-icon{background:#fff;bottom:-.2em;height:50%;padding:5%;position:absolute;right:-.2em;width:50%}.avatar[data-initial]::before{color:currentColor;content:attr(data-initial);left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.badge{position:relative;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge]::after{background:#5764c6;background-clip:padding-box;border:.1rem solid #fff;border-radius:1rem;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-.2rem,-1rem);-ms-transform:translate(-.2rem,-1rem);transform:translate(-.2rem,-1rem)}.badge[data-badge]::after{font-size:1.2rem;height:2rem;line-height:1.4rem;min-width:2rem;padding:.2rem .5rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:.8rem;min-width:.8rem;padding:0;width:.8rem}.badge.btn::after{position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.bar{background:#f0f1f4;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:1.6rem;width:100%}.bar.bar-sm{height:.4rem}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:1.2rem;height:100%;line-height:1;padding:.2rem 0;position:relative;text-align:center;width:0}.bar .bar-item:first-child{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bar .bar-item:last-child{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.card{background:#fff;border:.1rem solid #f0f1f4;border-radius:.2rem;display:block}.card .card-body,.card .card-footer,.card .card-header{padding:1.5rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:1.5rem}.card .card-image{padding-top:1.5rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.2rem;border-top-right-radius:.2rem}.card .card-image:last-child img{border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}.card .card-title{font-size:2rem}.card .card-subtitle{color:#acb3c2;font-size:1.2rem}.chip{-webkit-align-items:center;align-items:center;background:#f0f1f4;border-radius:.2rem;color:#727e96;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:3rem;margin:.1rem .2rem .1rem 0;max-width:100%;padding:.3rem .8rem;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-.4rem;margin-right:.4rem}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .2s ease 1;animation:slide-down .2s ease 1;display:none;left:0;position:absolute;top:100%}.dropdown.dropdown-right .menu{left:auto;right:0}.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover,.dropdown.active .menu{display:block}.menu{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(0,0,0,.3);list-style:none;margin:0;min-width:18rem;padding:1rem;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem);z-index:100}.menu .menu-item{margin-top:0;padding:0 .8rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:.2rem;color:inherit;display:block;margin:0 -.8rem;padding:.6rem .8rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#fbfbfe;color:#5764c6}.menu .menu-badge{float:right;padding:.6rem 0}.menu .menu-badge .btn{margin-top:-.2rem}.modal{-webkit-align-items:center;align-items:center;bottom:0;display:none;-ms-flex-align:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:0;opacity:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0}.modal.active,.modal:target{display:flex;display:-ms-flexbox;display:-webkit-flex;opacity:1;z-index:400}.modal.active .modal-overlay,.modal:target .modal-overlay{background:rgba(69,77,93,.5);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{-webkit-animation:slide-down .2s ease 1;animation:slide-down .2s ease 1;max-width:64rem;z-index:1}.modal.modal-sm .modal-container{max-width:32rem}.modal-container{background:#fff;border-radius:.2rem;box-shadow:0 .4rem 1.6rem rgba(0,0,0,.3);display:block;margin:0 auto;padding:0;text-align:left}.modal-container .modal-header{padding:1.5rem}.modal-container .modal-header .modal-title{font-size:1.6rem;margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:1.5rem;position:relative}.modal-container .modal-footer{padding:1.5rem;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:.5rem 0}.breadcrumb{padding:1.2rem}.breadcrumb .breadcrumb-item{display:inline-block;margin:0}.breadcrumb .breadcrumb-item:last-child{color:#acb3c2}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#e7e9ed;content:"/";padding:0 .4rem}.tab{-webkit-align-items:center;align-items:center;border-bottom:.1rem solid #f0f1f4;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab .tab-item{margin-top:0}.tab .tab-item.tab-action{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:right}.tab .tab-item a{border-bottom:.2rem solid transparent;color:inherit;display:block;margin-top:0;padding:.5rem 1.2rem;text-decoration:none}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#5764c6}.tab .tab-item a.active,.tab .tab-item.active a{border-bottom-color:#5764c6;color:#5764c6}.tab.tab-block .tab-item{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;text-align:center}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;right:-.4rem;top:-.4rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:0}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex}.pagination .page-item{margin:1rem .1rem}.pagination .page-item span{display:inline-block;padding:.6rem .4rem}.pagination .page-item a{border-radius:.2rem;color:#727e96;display:inline-block;padding:.6rem .8rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item a.disabled,.pagination .page-item a[disabled]{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#5764c6;color:#fff}.pagination .page-item.page-next,.pagination .page-item.page-prev{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.nav{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.nav .nav-item a{color:#727e96;padding:.6rem .8rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:1rem;margin-left:2rem}.nav .nav a{color:#acb3c2}.step{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:.5rem 0;width:100%}.step .step-item{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;margin-top:0;min-height:2rem;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:.2rem;left:-50%;position:absolute;top:.9rem;width:100%}.step .step-item a{color:#acb3c2;display:inline-block;padding:2rem 1rem 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:.2rem solid #fff;border-radius:50%;content:"";display:block;height:1.2rem;left:50%;position:absolute;top:.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.2rem;z-index:1}.step .step-item.active a::before{background:#fff;border:.2rem solid #5764c6}.step .step-item.active~.step-item::before{background:#f0f1f4}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tile{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:start;-ms-flex-line-pack:justify}.tile .tile-action,.tile .tile-icon{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:1rem}.tile .tile-content:not(:last-child){padding-right:1rem}.tile .tile-title{font-weight:500}.tile .tile-subtitle{color:#acb3c2;line-height:2rem}.tile.tile-centered{-webkit-align-items:center;align-items:center;-ms-flex-align:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-subtitle,.tile.tile-centered .tile-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(69,77,93,.9);border:.1rem solid #454d5d;border-color:#454d5d;border-radius:.2rem;color:#fff;display:block;padding:1rem;width:100%}.toast.toast-primary{background:rgba(87,100,198,.9);border-color:#5764c6}.toast.toast-success{background:rgba(50,182,67,.9);border-color:#32b643}.toast.toast-danger{background:rgba(232,86,0,.9);border-color:#e85600}.toast a{color:#fff;text-decoration:underline}.toast a.active,.toast a:active,.toast a:focus,.toast a:hover{opacity:.75}.tooltip{position:relative}.tooltip::after{background:rgba(69,77,93,.9);border-radius:.2rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:1.2rem;left:50%;max-width:32rem;opacity:0;overflow:hidden;padding:.4rem .8rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;white-space:nowrap;z-index:200}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-.5rem);-ms-transform:translate(-50%,-.5rem);transform:translate(-50%,-.5rem)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(.5rem,50%);-ms-transform:translate(.5rem,50%);transform:translate(.5rem,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,.5rem);-ms-transform:translate(-50%,.5rem);transform:translate(-50%,.5rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-.5rem,50%);-ms-transform:translate(-.5rem,50%);transform:translate(-.5rem,50%)}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.divider{border-top:.1rem solid #f0f1f4;display:block;height:.1rem;margin:1rem 0;position:relative}.divider[data-content]::before{background:#fff;color:#e7e9ed;content:attr(data-content);display:inline-block;font-size:1.2rem;padding:0 .8rem;-webkit-transform:translateY(-1.1rem);-ms-transform:translateY(-1.1rem);transform:translateY(-1.1rem)}.loading{color:transparent!important;min-height:1.6rem;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:.2rem solid #5764c6;border-radius:.8rem;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1.6rem;left:50%;margin-left:-.8rem;margin-top:-.8rem;position:absolute;top:50%;width:1.6rem;z-index:1}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top:1rem}.mr-10{margin-right:1rem}.mb-10{margin-bottom:1rem}.ml-10{margin-left:1rem}.mt-5{margin-top:.5rem}.mr-5{margin-right:.5rem}.mb-5{margin-bottom:.5rem}.ml-5{margin-left:.5rem}.pt-10{padding-top:1rem}.pr-10{padding-right:1rem}.pb-10{padding-bottom:1rem}.pl-10{padding-left:1rem}.pt-5{padding-top:.5rem}.pr-5{padding-right:.5rem}.pb-5{padding-bottom:.5rem}.pl-5{padding-left:.5rem}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex;display:-ms-flexbox;display:-webkit-flex}.inline-flex{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.hide{display:none!important}.visible{visibility:visible}.invisible{visibility:hidden}.text-hide{background:0 0;border:0;color:transparent;font-size:0;line-height:0;text-shadow:none}.text-assistive{border:0;clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;padding:0;position:absolute;width:.1rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clip{overflow:hidden;text-overflow:clip;white-space:nowrap}.text-break{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word}.hand{cursor:pointer}.shadow-0{box-shadow:0 0 .2rem rgba(0,0,0,.3)}.shadow-1{box-shadow:0 .1rem .4rem rgba(0,0,0,.3)}.shadow-2{box-shadow:0 .2rem .8rem rgba(0,0,0,.3)}.shadow-3{box-shadow:0 .3rem 1.2rem rgba(0,0,0,.3)}.shadow-4{box-shadow:0 .4rem 1.6rem rgba(0,0,0,.3)}.rounded{border-radius:.2rem}.circle{border-radius:50%} \ No newline at end of file
diff --git a/docs/elements.html b/docs/elements.html
index 81457fa..d1545b0 100644
--- a/docs/elements.html
+++ b/docs/elements.html
@@ -58,9 +58,6 @@
<li class="nav-item">
<a href="elements.html#media">Media</a>
</li>
- <li class="nav-item">
- <a href="experimentals.html">Experimentals</a>
- </li>
</ul>
</li>
<li class="nav-item">
@@ -72,6 +69,9 @@
<li class="nav-item">
<a href="utilities.html">Utilities</a>
</li>
+ <li class="nav-item">
+ <a href="experimentals.html">Experimentals</a>
+ </li>
</ul>
</div>
<a href="#sidebar-close" id="sidebar-close" class="docs-nav-clear"></a>
@@ -291,9 +291,9 @@
<table class="table table-striped">
<thead>
<tr>
- <th>name</th>
- <th>genre</th>
- <th>release date</th>
+ <th>Name</th>
+ <th>Genre</th>
+ <th>Release date</th>
</tr>
</thead>
<tbody>
@@ -403,7 +403,7 @@
<header class="text-center"><h4>Button sizes</h4></header>
<div class="columns">
<div class="column col-6 col-xs-12">
- <button class="btn btn-primary btn-lg">large</button>
+ <button class="btn btn-primary btn-lg">large button</button>
<button class="btn btn-primary">normal</button>
<button class="btn btn-primary btn-sm">small</button>
</div>
@@ -454,9 +454,9 @@
<div class="columns">
<div class="column col-xs-12">
<div class="btn-group">
- <button class="btn tooltip" data-tooltip="Lorem ipsum">first button</button>
- <button class="btn tooltip" data-tooltip="Lorem ipsum">second button</button>
- <button class="btn tooltip" data-tooltip="Lorem ipsum">third button</button>
+ <button class="btn tooltip" data-tooltip="Tooltip text">first button</button>
+ <button class="btn tooltip" data-tooltip="Tooltip text">second button</button>
+ <button class="btn tooltip" data-tooltip="Tooltip text">third button</button>
</div>
</div>
<div class="column col-xs-12">
@@ -500,7 +500,7 @@
<section id="forms" class="container">
<header class="text-center"><h3>Forms</h3></header>
<section class="notes">
- <p><strong>Forms</strong> provide the most common control styles used in forms, including label, input, textarea, select, checkbox, radio and switch. </p>
+ <p><strong>Forms</strong> provide the most common control styles used in forms, including input, textarea, select, checkbox, radio and switch. </p>
</section>
<div class="columns">
<div class="column col-9 col-xs-12">
@@ -520,7 +520,7 @@
<i class="form-icon"></i> Male
</label>
<label class="form-radio">
- <input type="radio" name="gender" />
+ <input type="radio" name="gender" />
<i class="form-icon"></i> Female
</label>
</div>
@@ -846,7 +846,7 @@
<header class="text-center"><h4>Form sizes</h4></header>
<section class="notes">
- <p>For smaller or larger input and select controls, you could add <code>input-sm</code>/<code>input-lg</code> and <code>select-sm</code>/<code>select-lg</code> to the elements.</p>
+ <p>For smaller or larger input and select controls, you could add the <code>input-sm</code>/<code>input-lg</code>, <code>select-sm</code>/<code>select-lg</code> and <code>label-sm</code>/<code>label-lg</code> classes to the elements.</p>
</section>
<div class="columns">
<div class="column col-4">
@@ -860,6 +860,9 @@
<option>Hipchat</option>
</select>
</div>
+ <div class="column col-4">
+ <label class="form-label label-sm">Label</label>
+ </div>
</div>
<div class="columns">
<div class="column col-4">
@@ -873,6 +876,9 @@
<option>Hipchat</option>
</select>
</div>
+ <div class="column col-4">
+ <label class="form-label label-lg">Label</label>
+ </div>
</div>
<header class="text-center"><h4>Input groups</h4></header>
@@ -1099,13 +1105,13 @@
<ul class="pagination">
<li class="page-item page-prev">
<a href="index.html">
- <p class="page-item-meta">Previous</p>
+ <p class="page-item-subtitle">Previous</p>
<h4 class="page-item-title">Getting started</h4>
</a>
</li>
<li class="page-item page-next">
<a href="layout.html">
- <p class="page-item-meta">Next</p>
+ <p class="page-item-subtitle">Next</p>
<h4 class="page-item-title">Layout</h4>
</a>
</li>
diff --git a/docs/experimentals.html b/docs/experimentals.html
index 78d077b..8821f15 100644
--- a/docs/experimentals.html
+++ b/docs/experimentals.html
@@ -35,64 +35,41 @@
<li class="nav-item">
<a href="index.html">Getting started</a>
</li>
- <li class="nav-item active">
+ <li class="nav-item">
<a href="elements.html">Elements</a>
+ </li>
+ <li class="nav-item">
+ <a href="layout.html">Layout</a>
+ </li>
+ <li class="nav-item">
+ <a href="components.html">Components</a>
+ </li>
+ <li class="nav-item">
+ <a href="utilities.html">Utilities</a>
+ </li>
+ <li class="nav-item active">
+ <a href="experimentals.html">Experimentals</a>
<ul class="nav">
<li class="nav-item">
- <a href="elements.html#typography">Typography</a>
- </li>
- <li class="nav-item">
- <a href="elements.html#tables">Tables</a>
+ <a href="experimentals.html#calendars">Calendars</a>
</li>
<li class="nav-item">
- <a href="elements.html#buttons">Buttons</a>
+ <a href="experimentals.html#carousels">Carousels</a>
</li>
<li class="nav-item">
- <a href="elements.html#forms">Forms</a>
+ <a href="experimentals.html#meters">Meters</a>
</li>
<li class="nav-item">
- <a href="elements.html#labels">Labels</a>
+ <a href="experimentals.html#parallax">Parallax</a>
</li>
<li class="nav-item">
- <a href="elements.html#codes">Codes</a>
+ <a href="experimentals.html#progress">Progress</a>
</li>
<li class="nav-item">
- <a href="elements.html#media">Media</a>
- </li>
- <li class="nav-item active">
- <a href="experimentals.html">Experimentals</a>
- <ul class="nav">
- <li class="nav-item">
- <a href="experimentals.html#calendars">Calendars</a>
- </li>
- <li class="nav-item">
- <a href="experimentals.html#carousels">Carousels</a>
- </li>
- <li class="nav-item">
- <a href="experimentals.html#meters">Meters</a>
- </li>
- <li class="nav-item">
- <a href="experimentals.html#parallax">Parallax</a>
- </li>
- <li class="nav-item">
- <a href="experimentals.html#progress">Progress</a>
- </li>
- <li class="nav-item">
- <a href="experimentals.html#sliders">Sliders</a>
- </li>
- </ul>
+ <a href="experimentals.html#sliders">Sliders</a>
</li>
</ul>
</li>
- <li class="nav-item">
- <a href="layout.html">Layout</a>
- </li>
- <li class="nav-item">
- <a href="components.html">Components</a>
- </li>
- <li class="nav-item">
- <a href="utilities.html">Utilities</a>
- </li>
</ul>
</div>
<a href="#sidebar-close" id="sidebar-close" class="docs-nav-clear"></a>
@@ -111,13 +88,13 @@
<p><strong>Calendars</strong> are designed for date or date range picker and events display. It is made with flex layout.</p>
</section>
<div class="columns">
- <div class="column col-6 col-md-12">
+ <div class="column col-4 col-md-12">
<div class="calendar">
<div class="calendar-nav navbar">
<button class="btn btn-action btn-link btn-lg">
<i class="icon icon-keyboard_arrow_left"></i>
</button>
- <div class="navbar-section">March 2017</div>
+ <div class="navbar-primary">March 2017</div>
<button class="btn btn-action btn-link btn-lg">
<i class="icon icon-keyboard_arrow_right"></i>
</button>
@@ -133,9 +110,9 @@
<div class="calendar-date">Sat</div>
</div>
<div class="calendar-body">
- <div class="calendar-date prev-month"><button class="date-item" disabled>26</button></div>
- <div class="calendar-date prev-month"><button class="date-item" disabled>27</button></div>
- <div class="calendar-date prev-month"><button class="date-item" disabled>28</button></div>
+ <div class="calendar-date prev-month disabled"><button class="date-item">26</button></div>
+ <div class="calendar-date prev-month disabled"><button class="date-item">27</button></div>
+ <div class="calendar-date prev-month disabled"><button class="date-item">28</button></div>
<div class="calendar-date current-month"><button class="date-item">1</button></div>
<div class="calendar-date current-month"><button class="date-item">2</button></div>
<div class="calendar-date current-month"><button class="date-item">3</button></div>
@@ -151,11 +128,11 @@
<div class="calendar-date current-month"><button class="date-item">13</button></div>
<div class="calendar-date current-month"><button class="date-item">14</button></div>
<div class="calendar-date current-month"><button class="date-item">15</button></div>
- <div class="calendar-date current-month calendar-range"><button class="date-item active">16</button></div>
+ <div class="calendar-date current-month calendar-range range-start"><button class="date-item active">16</button></div>
<div class="calendar-date current-month calendar-range"><button class="date-item">17</button></div>
<div class="calendar-date current-month calendar-range"><button class="date-item">18</button></div>
<div class="calendar-date current-month calendar-range"><button class="date-item">19</button></div>
- <div class="calendar-date current-month calendar-range"><button class="date-item active">20</button></div>
+ <div class="calendar-date current-month calendar-range range-end"><button class="date-item active">20</button></div>
<div class="calendar-date current-month"><button class="date-item">21</button></div>
<div class="calendar-date current-month"><button class="date-item">22</button></div>
<div class="calendar-date current-month"><button class="date-item">23</button></div>
@@ -167,7 +144,7 @@
<div class="calendar-date current-month"><button class="date-item">29</button></div>
<div class="calendar-date current-month"><button class="date-item">30</button></div>
<div class="calendar-date current-month"><button class="date-item">31</button></div>
- <div class="calendar-date next-month"><button class="date-item" disabled>1</button></div>
+ <div class="calendar-date next-month disabled"><button class="date-item">1</button></div>
</div>
</div>
</div>
@@ -182,7 +159,7 @@
<button class="btn btn-action btn-link btn-lg">
<i class="icon icon-keyboard_arrow_left"></i>
</button>
- <div class="navbar-section">March 2017</div>
+ <div class="navbar-primary">March 2017</div>
<button class="btn btn-action btn-link btn-lg">
<i class="icon icon-keyboard_arrow_right"></i>
</button>
@@ -198,17 +175,22 @@
<div class="calendar-date">Sat</div>
</div>
<div class="calendar-body">
- <div class="calendar-date prev-month"><button class="date-item" disabled>26</button></div>
- <div class="calendar-date prev-month"><button class="date-item" disabled>27</button></div>
- <div class="calendar-date prev-month"><button class="date-item" disabled>28</button></div>
+ <div class="calendar-date prev-month disabled"><button class="date-item">26</button></div>
+ <div class="calendar-date prev-month disabled">
+ <button class="date-item">27</button>
+ <div class="calendar-events">
+ <a class="calendar-event" href="#calendars" style="background:#e85600;color:#fff;">Zhonghe Festival</a>
+ </div>
+ </div>
+ <div class="calendar-date prev-month disabled"><button class="date-item">28</button></div>
<div class="calendar-date current-month"><button class="date-item">1</button></div>
<div class="calendar-date current-month"><button class="date-item">2</button></div>
<div class="calendar-date current-month"><button class="date-item">3</button></div>
- <div class="calendar-date current-month tooltip" data-tooltip="Today"><button class="date-item date-today">4</button></div>
- <div class="calendar-date current-month tooltip" data-tooltip="Not available"><button class="date-item" disabled>5</button></div>
+ <div class="calendar-date current-month"><button class="date-item date-today">4</button></div>
+ <div class="calendar-date current-month"><button class="date-item" disabled>5</button></div>
<div class="calendar-date current-month"><button class="date-item">6</button></div>
<div class="calendar-date current-month"><button class="date-item">7</button></div>
- <div class="calendar-date current-month">
+ <div class="calendar-date current-month tooltip" data-tooltip="You have appointments">
<button class="date-item badge">8</button>
<div class="calendar-events">
<a class="calendar-event" href="#calendars" style="background:#5764c6;color:#fff;">Product launch event</a>
@@ -219,15 +201,20 @@
<div class="calendar-date current-month"><button class="date-item">9</button></div>
<div class="calendar-date current-month"><button class="date-item">10</button></div>
<div class="calendar-date current-month"><button class="date-item">11</button></div>
- <div class="calendar-date current-month"><button class="date-item">12</button></div>
+ <div class="calendar-date current-month">
+ <button class="date-item">12</button>
+ <div class="calendar-events">
+ <a class="calendar-event" href="#calendars" style="background:#e85600;color:#fff;">Arbor Day</a>
+ </div>
+ </div>
<div class="calendar-date current-month"><button class="date-item">13</button></div>
<div class="calendar-date current-month"><button class="date-item">14</button></div>
<div class="calendar-date current-month"><button class="date-item">15</button></div>
- <div class="calendar-date current-month calendar-range"><button class="date-item active">16</button></div>
+ <div class="calendar-date current-month calendar-range range-start"><button class="date-item active">16</button></div>
<div class="calendar-date current-month calendar-range"><button class="date-item">17</button></div>
<div class="calendar-date current-month calendar-range"><button class="date-item">18</button></div>
<div class="calendar-date current-month calendar-range"><button class="date-item">19</button></div>
- <div class="calendar-date current-month calendar-range">
+ <div class="calendar-date current-month calendar-range range-end">
<button class="date-item active">20</button>
<div class="calendar-events">
<a class="calendar-event" href="#calendars" style="background:#32b643;color:#fff;">Spring Equinox</a>
@@ -244,7 +231,12 @@
<div class="calendar-date current-month"><button class="date-item">29</button></div>
<div class="calendar-date current-month"><button class="date-item">30</button></div>
<div class="calendar-date current-month"><button class="date-item">31</button></div>
- <div class="calendar-date next-month"><button class="date-item" disabled>1</button></div>
+ <div class="calendar-date next-month disabled">
+ <button class="date-item">1</button>
+ <div class="calendar-events">
+ <a class="calendar-event" href="#calendars" style="background:#e85600;color:#fff;">April Fools' Day</a>
+ </div>
+ </div>
</div>
</div>
</div>
@@ -408,12 +400,10 @@
<progress class="progress" max="100"></progress>
</div>
</div>
- <section class="notes">
- <p></p>
- </section>
<!-- progress example -->
<pre class="code" data-lang="HTML"><code>&lt;<span class="tag">progress</span> <span class="atn">class</span>=<span class="atv">&quot;progress&quot;</span> <span class="atn">value</span>=<span class="atv">&quot;25&quot;</span> <span class="atn">max</span>=<span class="atv">&quot;100&quot;</span>&gt;&lt;<span class="tag">/progress</span>&gt;
+&lt;<span class="tag">progress</span> <span class="atn">class</span>=<span class="atv">&quot;progress&quot;</span> <span class="atn">max</span>=<span class="atv">&quot;100&quot;</span>&gt;&lt;<span class="tag">/progress</span>&gt;
</code></pre>
</section>
@@ -442,15 +432,9 @@
<div class="divider"></div>
<ul class="pagination">
<li class="page-item page-prev">
- <a href="index.html">
- <p class="page-item-meta">Previous</p>
- <h4 class="page-item-title">Getting started</h4>
- </a>
- </li>
- <li class="page-item page-next">
- <a href="layout.html">
- <p class="page-item-meta">Next</p>
- <h4 class="page-item-title">Layout</h4>
+ <a href="utilities.html">
+ <p class="page-item-subtitle">Previous</p>
+ <h4 class="page-item-title">Utilities</h4>
</a>
</li>
</ul>
diff --git a/docs/index.html b/docs/index.html
index 2f2b552..5f2cb09 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -197,9 +197,88 @@
└── spectre.less
</code></pre>
- <header id="colors" class="text-center"><h4>Colors</h4></header>
+ <header id="variables" class="text-center"><h4>Variables</h4></header>
<section class="notes">
- <p>Spectre.css has its consistent design language colors (primary color <span class="docs-dot bg-primary"></span> <span style="color:#5764c6;">#5764c6</span>), you can modify <code>variables.less</code> to create your new or match existing design. </p>
+ <p>Spectre.css is designed with consistent design language. You can modify <code>variables.less</code> to create your new or match existing design.
+ <h5>Colors</h5>
+ <div class="columns">
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#5764c6;color:#fff;">
+ <div class="color-title">#5764c6</div>
+ <div class="color-subtitle">Primary</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#eff1fa;color:#5764c6;">
+ <div class="color-title">#eff1fa</div>
+ <div class="color-subtitle">Secondary</div>
+ </div>
+ </div>
+ </div>
+ <div class="columns">
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#454d5d;color:#fff;">
+ <div class="color-title">#454d5d</div>
+ <div class="color-subtitle">Dark</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#727e96;color:#fff;">
+ <div class="color-title">#727e96</div>
+ <div class="color-subtitle">Gray dark</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#acb3c2;color:#fff;">
+ <div class="color-title">#acb3c2</div>
+ <div class="color-subtitle">Gray</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#e7e9ed;color:#727e96;">
+ <div class="color-title">#e7e9ed</div>
+ <div class="color-subtitle">Gray light</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#f0f1f4;color:#727e96;">
+ <div class="color-title">#f0f1f4</div>
+ <div class="color-subtitle">Border</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#f8f9fa;color:#727e96;">
+ <div class="color-title">#f8f9fa</div>
+ <div class="color-subtitle">Background</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#fff;color:#727e96;">
+ <div class="color-title">#fff</div>
+ <div class="color-subtitle">Light</div>
+ </div>
+ </div>
+ </div>
+ <div class="columns">
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#32b643;color:#fff;">
+ <div class="color-title">#32b643</div>
+ <div class="color-subtitle">Success</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#ffb700;color:#fff;">
+ <div class="color-title">#ffb700</div>
+ <div class="color-subtitle">Warning</div>
+ </div>
+ </div>
+ <div class="column col-3 col-md-6">
+ <div class="docs-color" style="background:#e85600;color:#fff;">
+ <div class="color-title">#e85600</div>
+ <div class="color-subtitle">Danger</div>
+ </div>
+ </div>
+ </div>
</section>
</section>
@@ -268,7 +347,7 @@
<ul class="pagination">
<li class="page-item page-next">
<a href="elements.html">
- <p class="page-item-meta">Next</p>
+ <p class="page-item-subtitle">Next</p>
<h4 class="page-item-title">Elements</h4>
</a>
</li>
diff --git a/docs/layout.html b/docs/layout.html
index 7954871..cf09726 100644
--- a/docs/layout.html
+++ b/docs/layout.html
@@ -63,6 +63,9 @@
<li class="nav-item">
<a href="utilities.html">Utilities</a>
</li>
+ <li class="nav-item">
+ <a href="experimentals.html">Experimentals</a>
+ </li>
</ul>
</div>
<a href="#sidebar-close" id="sidebar-close" class="docs-nav-clear"></a>
@@ -360,7 +363,8 @@
<li><code>show-lg</code> shows elements when the window width is smaller than or equal to <strong>960px</strong>. </li>
<li><code>show-xl</code> shows elements when the window width is smaller than or equal to <strong>1280px</strong>. </li>
</ul>
- <p>Spectre also has a responsive web test tool Responsive Resizer. You can use it locally in the directory <code>/tools/resizer</code>.</p>
+ <p>Spectre also has a responsive web test tool Responsive Resizer. You can clone the <a href="https://github.com/picturepan2/responsive-resizer" target="_blank">GitHub Repo</a> to use it locally or use it online.</p>
+ <p><a href="https://picturepan2.github.io/responsive-resizer/" class="btn btn-primary">Responsive Resizer</a></p>
</section>
</section>
@@ -442,6 +446,7 @@
<img src="img/avatar-2.png" />
</figure>
<div class="panel-title mt-10">Bruce Banner</div>
+ <div class="panel-subtitle">THE HULK</div>
</div>
<nav class="panel-nav">
<ul class="tab tab-block">
@@ -466,7 +471,7 @@
<div class="tile tile-centered">
<div class="tile-content">
<div class="tile-title">E-mail</div>
- <div class="tile-meta">bruce.banner@hulk.com</div>
+ <div class="tile-subtitle">bruce.banner@hulk.com</div>
</div>
<div class="tile-action">
<button class="btn btn-link btn-action btn-lg"><i class="icon icon-mail_outline"></i></button>
@@ -475,7 +480,7 @@
<div class="tile tile-centered">
<div class="tile-content">
<div class="tile-title">Skype</div>
- <div class="tile-meta">bruce.banner</div>
+ <div class="tile-subtitle">bruce.banner</div>
</div>
<div class="tile-action">
<button class="btn btn-link btn-action btn-lg"><i class="icon icon-phone"></i></button>
@@ -484,7 +489,7 @@
<div class="tile tile-centered">
<div class="tile-content">
<div class="tile-title">Location</div>
- <div class="tile-meta">Dayton, Ohio</div>
+ <div class="tile-subtitle">Dayton, Ohio</div>
</div>
<div class="tile-action">
<button class="btn btn-link btn-action btn-lg"><i class="icon icon-map"></i></button>
@@ -510,7 +515,7 @@
</div>
<div class="tile-content">
<p class="tile-title">Thor Odinson</p>
- <p class="tile-meta">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
+ <p class="tile-subtitle">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
</div>
</div>
<div class="tile">
@@ -521,7 +526,7 @@
</div>
<div class="tile-content">
<p class="tile-title">Bruce Banner</p>
- <p class="tile-meta">The Strategic Homeland Intervention, Enforcement, and Logistics Division...</p>
+ <p class="tile-subtitle">The Strategic Homeland Intervention, Enforcement, and Logistics Division...</p>
</div>
</div>
<div class="tile">
@@ -530,7 +535,7 @@
</div>
<div class="tile-content">
<p class="tile-title">Tony Stark</p>
- <p class="tile-meta">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
+ <p class="tile-subtitle">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
</div>
</div>
<div class="tile">
@@ -541,7 +546,7 @@
</div>
<div class="tile-content">
<p class="tile-title">Steve Rogers</p>
- <p class="tile-meta">The Strategic Homeland Intervention, Enforcement, and Logistics Division...</p>
+ <p class="tile-subtitle">The Strategic Homeland Intervention, Enforcement, and Logistics Division...</p>
</div>
</div>
<div class="tile">
@@ -552,7 +557,7 @@
</div>
<div class="tile-content">
<p class="tile-title">Natasha Romanoff</p>
- <p class="tile-meta">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
+ <p class="tile-subtitle">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
</div>
</div>
</div>
@@ -601,7 +606,7 @@
<i class="icon icon-markunread"></i>
</div>
<h4 class="empty-title">You have no new messages</h4>
- <p class="empty-meta">Click the button to start a conversation</p>
+ <p class="empty-subtitle">Click the button to start a conversation</p>
<div class="empty-action">
<button class="btn btn-primary">Send a message</button>
</div>
@@ -613,7 +618,7 @@
<i class="icon icon-drafts"></i>
</div>
<h4 class="empty-title">You've successfully signed up</h4>
- <p class="empty-meta">Click the button to invite your friends</p>
+ <p class="empty-subtitle">Click the button to invite your friends</p>
<div class="empty-action">
<button class="btn btn-primary">Invite your friends</button>
</div>
@@ -628,7 +633,7 @@
<i class="icon icon-people"></i>
</div>
<h4 class="empty-title">You are not following anyone</h4>
- <p class="empty-meta">Start to meet new friends</p>
+ <p class="empty-subtitle">Start to meet new friends</p>
<div class="empty-action input-group input-inline">
<input type="text" class="form-input" placeholder="" />
<button class="btn btn-primary input-group-btn">Search</button>
@@ -638,7 +643,7 @@
</div>
<section class="notes">
- <p>An empty state component can include icons, messages (title and meta messages) and action buttons or any combination of those elements. Add <code>empty-icon</code>, <code>empty-title</code>, <code>empty-meta</code> or <code>empty-action</code> to the elements. HTML structure is exampled below. </p>
+ <p>An empty state component can include icons, messages (title and subtitle messages) and action buttons or any combination of those elements. Add <code>empty-icon</code>, <code>empty-title</code>, <code>empty-subtitle</code> or <code>empty-action</code> to the elements. HTML structure is exampled below. </p>
</section>
<!-- empty states example -->
@@ -647,7 +652,7 @@
&lt;<span class="tag">i</span> <span class="atn">class</span>=<span class="atv">&quot;icon icon-people&quot;</span>&gt;&lt;<span class="tag">/i</span>&gt;
&lt;<span class="tag">/div</span>&gt;
&lt;<span class="tag">h4</span> <span class="atn">class</span>=<span class="atv">&quot;empty-title&quot;</span>&gt;You have no new messages&lt;<span class="tag">/h4</span>&gt;
- &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;empty-meta&quot;</span>&gt;Click the button to start a conversation.&lt;<span class="tag">/p</span>&gt;
+ &lt;<span class="tag">p</span> <span class="atn">class</span>=<span class="atv">&quot;empty-subtitle&quot;</span>&gt;Click the button to start a conversation.&lt;<span class="tag">/p</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;empty-action&quot;</span>&gt;
&lt;<span class="tag">button</span> <span class="atn">class</span>=<span class="atv">&quot;btn btn-primary&quot;</span>&gt;Send a message&lt;<span class="tag">/button</span>&gt;
&lt;<span class="tag">/div</span>&gt;
@@ -661,13 +666,13 @@
<ul class="pagination">
<li class="page-item page-prev">
<a href="elements.html">
- <p class="page-item-meta">Previous</p>
+ <p class="page-item-subtitle">Previous</p>
<h4 class="page-item-title">Elements</h4>
</a>
</li>
<li class="page-item page-next">
<a href="components.html">
- <p class="page-item-meta">Next</p>
+ <p class="page-item-subtitle">Next</p>
<h4 class="page-item-title">Components</h4>
</a>
</li>
diff --git a/docs/css/docs.less b/docs/src/docs.less
index 5f1f81e..15e57f8 100644
--- a/docs/css/docs.less
+++ b/docs/src/docs.less
@@ -3,23 +3,26 @@
.version::after {
content: "0.2.9";
}
+// Core variables and mixins
+@import '../../src/variables.less';
+@import '../../src/mixins.less';
/* Spectre docs style */
.bg-gray {
- background: #f6f6f6;
- color: #666;
+ background: @bg-color;
+ color: lighten(@body-font-color, 10%);
padding: 1rem;
}
.bg-dark {
- background: #333;
- color: #fff;
+ background: @body-font-color;
+ color: @light-color;
padding: 1rem;
}
.bg-primary {
- background: #5764c6;
- color: #fff;
+ background: @primary-color;
+ color: @light-color;
padding: 1rem;
}
@@ -28,12 +31,12 @@
position: fixed;
top: 0;
width: 100%;
- z-index: 499;
+ z-index: 200;
}
.section-hero {
position: relative;
- z-index: 999;
+ z-index: 300;
}
.grid-header {
@@ -46,18 +49,18 @@
}
.navbar-brand {
- color: #444;
+ color: @body-font-color;
}
.btn-link {
- color: #666;
+ color: lighten(@body-font-color, 10%);
padding-left: .6rem;
padding-right: .6rem;
- &:hover,
&:focus,
+ &:hover,
&:active {
- color: #444;
+ color: @body-font-color;
opacity: .75;
}
}
@@ -68,19 +71,20 @@
margin-bottom: 4rem;
h1 {
- color: #555;
- font-weight: 400;
+ color: lighten(@body-font-color, 5%);
font-size: 3.2rem;
+ font-weight: 400;
}
+
h2 {
- color: #666;
+ color: lighten(@body-font-color, 5%);
font-size: 1.8rem;
font-weight: 400;
line-height: 3rem;
margin-bottom: 3rem;
u {
- border-bottom: .2rem solid #666;
+ border-bottom: .2rem solid lighten(@body-font-color, 5%);
padding-bottom: .1rem;
text-decoration: none;
}
@@ -89,11 +93,11 @@
.card {
background: none;
border: 0;
- color: #666;
+ color: lighten(@body-font-color, 10%);
padding: 1rem;
.card-title {
- color: #5764c6;
+ color: @primary-color;
font-size: 1.8rem;
margin-bottom: 0;
}
@@ -101,27 +105,17 @@
}
.grid-footer {
- color: #888;
+ color: @gray-color;
margin-top: 4rem;
margin-bottom: 3rem;
a {
- color: #666;
+ color: @gray-color-dark;
}
}
-.grid-ads {
- border-radius: .2rem;
- display: block;
- height: 12rem;
- margin: 2rem auto;
- max-width: 64rem;
- padding: 1rem;
- width: 100%
-}
-
.docs-content {
- color: #666;
+ color: lighten(@body-font-color, 10%);
padding-top: 0;
.container {
@@ -129,7 +123,7 @@
}
header {
- color: #444;
+ color: @body-font-color;
padding-top: 6rem;
}
@@ -167,19 +161,36 @@
margin-bottom: 2rem;
}
+ .docs-color {
+ border-radius: @border-radius;
+ margin: .5rem 0;
+ padding: 1rem;
+
+ .color-subtitle {
+ font-size: @font-size-sm;
+ opacity: .75;
+ }
+ }
+
.panel {
height: 75vh;
+
+ .tile {
+ margin: 1.5rem 0;
+ }
}
.code {
+ color: lighten(@body-font-color, 10%);
+
.com {
- color: #c5c5c5;
+ color: @gray-color;
}
.tag {
- color: #5764c6;
+ color: @primary-color;
}
.atn {
- color: #666;
+ color: lighten(@body-font-color, 10%);
}
.atv {
color: #e06870;
@@ -201,9 +212,9 @@
.example-tile-icon {
align-content: space-around;
align-items: center;
- background: #5764c6;
+ background: @primary-color;
border-radius: .2rem;
- color: #fff;
+ color: @light-color;
display: flex;
font-size: 2.4rem;
height: 4rem;
@@ -219,7 +230,7 @@
}
.docs-sidebar {
- padding: 7rem 1rem;
+ padding: 7rem 1rem 3.5rem 1rem;
.docs-nav {
position: relative;
@@ -255,7 +266,7 @@
}
.docs-sidebar {
- background: #fff;
+ background: bg-color-light;
height: 100%;
overflow-y: auto;
padding: 6rem 3rem;
@@ -265,7 +276,7 @@
transform: translateX(-100%);
transition: transform .2s ease;
width: 24rem;
- z-index: 999;
+ z-index: 400;
&:target {
transform: translateX(0);
@@ -286,6 +297,6 @@
top: 0;
position: fixed;
width: 100%;
- z-index: 499;
+ z-index: 300;
}
}
diff --git a/docs/utilities.html b/docs/utilities.html
index aa7e36f..5695dbe 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -66,6 +66,9 @@
</li>
</ul>
</li>
+ <li class="nav-item">
+ <a href="experimentals.html">Experimentals</a>
+ </li>
</ul>
</div>
<a href="#sidebar-close" id="sidebar-close" class="docs-nav-clear"></a>
@@ -194,13 +197,20 @@
</section>
<div class="columns">
<div class="column">
- <div class="divider mt-10"></div>
+ <div class="divider"></div>
+ </div>
+ </div>
+ <div class="columns">
+ <div class="column">
+ <div class="divider text-center" data-content="OR"></div>
</div>
</div>
<!-- shape utilities example -->
<pre class="code" data-lang="HTML"><code><span class="com">&lt;!-- divider element --&gt;</span>
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;divider&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- divider element with text --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;divider text-center&quot;</span> <span class="atn">data-content</span>=<span class="atv">&quot;OR&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
</code></pre>
</section>
@@ -228,10 +238,16 @@
<ul class="pagination">
<li class="page-item page-prev">
<a href="components.html">
- <p class="page-item-meta">Previous</p>
+ <p class="page-item-subtitle">Previous</p>
<h4 class="page-item-title">Components</h4>
</a>
</li>
+ <li class="page-item page-next">
+ <a href="experimentals.html">
+ <p class="page-item-subtitle">Previous</p>
+ <h4 class="page-item-title">Experimentals</h4>
+ </a>
+ </li>
</ul>
</section>
</div>
diff --git a/gulpfile.js b/gulpfile.js
index 596ccc2..f729d26 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -27,7 +27,7 @@ gulp.task('build', function() {
});
gulp.task('docs', function() {
- gulp.src(['./docs/css/*.less', './*.less'])
+ gulp.src(['./docs/src/*.less', './*.less'])
.pipe(less({
plugins: [autoprefix]
}))
diff --git a/src/avatars.less b/src/avatars.less
index 88933b6..a159573 100644
--- a/src/avatars.less
+++ b/src/avatars.less
@@ -2,9 +2,9 @@
.avatar {
background: @primary-color;
border-radius: 50%;
- color: fade(@light-color, 75%);
+ color: fade(@light-color, 85%);
display: inline-block;
- font-size: 1.4rem;
+ font-size: @font-size;
font-weight: 300;
height: 3.2rem;
line-height: 1;
@@ -14,7 +14,7 @@
width: 3.2rem;
&.avatar-xs {
- font-size: 1.4rem;
+ font-size: .8rem;
height: 1.6rem;
width: 1.6rem;
}
@@ -39,11 +39,11 @@
height: 100%;
position: relative;
width: 100%;
- z-index: 99;
+ z-index: @zindex-1;
}
.avatar-icon {
- background: @light-bg-color;
+ background: @bg-color-light;
bottom: -.2em;
height: 50%;
padding: 5%;
@@ -59,13 +59,6 @@
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
- vertical-align: middle;
- z-index: 1;
- }
-
- &.avatar-xs {
- &[data-initial]::before {
- transform: translate(-50%, -50%) scale(.5);
- }
+ z-index: @zindex-0;
}
}
diff --git a/src/badges.less b/src/badges.less
index 993bab6..63ac6d7 100644
--- a/src/badges.less
+++ b/src/badges.less
@@ -1,24 +1,24 @@
// Badges
.badge {
- display: inline-block;
position: relative;
+ white-space: nowrap;
&[data-badge],
&:not([data-badge]) {
&::after {
background: @primary-color;
background-clip: padding-box;
- border: .1rem solid @light-bg-color;
+ border: @border-width solid @bg-color-light;
border-radius: 1rem;
color: @light-color;
content: attr(data-badge);
display: inline-block;
- transform: translate(-.4rem, -1rem);
+ transform: translate(-.2rem, -1rem);
}
}
&[data-badge] {
&::after {
- font-size: 1.2rem;
+ font-size: @font-size-sm;
height: 2rem;
line-height: 1.4rem;
min-width: 2rem;
diff --git a/src/bars.less b/src/bars.less
index 2569bce..193f9e4 100644
--- a/src/bars.less
+++ b/src/bars.less
@@ -1,6 +1,6 @@
// Bars
.bar {
- background: @border-color;
+ background: @bg-color-dark;
border-radius: @border-radius;
display: flex;
flex-wrap: nowrap;
@@ -16,19 +16,20 @@
background: @primary-color;
color: @light-color;
display: block;
- font-size: 1.2rem;
+ font-size: @font-size-sm;
flex-shrink: 0;
line-height: 1;
height: 100%;
padding: .2rem 0;
+ position: relative;
text-align: center;
width: 0;
- &:first-of-type {
+ &:first-child {
border-bottom-left-radius: @border-radius;
border-top-left-radius: @border-radius;
}
- &:last-of-type {
+ &:last-child {
border-bottom-right-radius: @border-radius;
border-top-right-radius: @border-radius;
flex-shrink: 1;
diff --git a/src/base.less b/src/base.less
index 3c80b1c..f30300b 100644
--- a/src/base.less
+++ b/src/base.less
@@ -16,7 +16,7 @@ body {
background: @body-bg;
color: @body-font-color;
font-family: @body-font-family;
- font-size: @body-font-size;
+ font-size: @font-size;
overflow-x: hidden;
text-rendering: optimizeLegibility;
}
@@ -29,7 +29,7 @@ a {
&:hover,
&:active,
&.active {
- color: @dark-link-color;
+ color: @link-color-dark;
text-decoration: underline;
}
}
@@ -37,7 +37,7 @@ a {
// Focus state
:focus {
.control-shadow();
- outline: 0;
+ outline: none;
}
// Icons
diff --git a/src/breadcrumbs.less b/src/breadcrumbs.less
index a1d2c1a..acde7b3 100644
--- a/src/breadcrumbs.less
+++ b/src/breadcrumbs.less
@@ -11,7 +11,7 @@
}
&:not(:first-child) {
&::before {
- color: @light-gray-color;
+ color: @gray-color-light;
content: "/";
padding: 0 .4rem;
}
diff --git a/src/buttons.less b/src/buttons.less
index 56f52d1..a6a42c7 100644
--- a/src/buttons.less
+++ b/src/buttons.less
@@ -1,36 +1,36 @@
// Buttons
.btn {
- -webkit-appearance: none;
- background: @light-bg-color;
- border: .1rem solid @primary-color;
+ appearance: none;
+ background: @bg-color-light;
+ border: @border-width solid @primary-color;
border-radius: @border-radius;
color: @link-color;
.control-transition();
cursor: pointer;
display: inline-block;
- font-size: 1.4rem;
+ font-size: @font-size;
height: 3.2rem;
line-height: 2rem;
- padding: .5rem 1.2rem;
+ padding: .5rem .8rem;
text-align: center;
text-decoration: none;
user-select: none;
vertical-align: middle;
white-space: nowrap;
&:focus {
- background: @light-secondary-color;
+ background: @secondary-color-light;
text-decoration: none;
}
&:hover {
background: @primary-color;
- border-color: @dark-primary-color;
+ border-color: @primary-color-dark;
color: @light-color;
text-decoration: none;
}
&:active,
&.active {
- background: @dark-primary-color;
- border-color: darken(@dark-primary-color, 5%);
+ background: @primary-color-dark;
+ border-color: darken(@primary-color-dark, 5%);
color: @light-color;
}
&[disabled],
@@ -44,29 +44,24 @@
// Button Primary
&.btn-primary {
background: @primary-color;
- border-color: @dark-primary-color;
+ border-color: @primary-color-dark;
color: @light-color;
- &:focus {
- background: @dark-primary-color;
- border-color: darken(@dark-primary-color, 2%);
- color: @light-color;
- }
+ &:focus,
&:hover {
- background: darken(@dark-primary-color, 2%);
- border-color: darken(@dark-primary-color, 7%);
+ background: darken(@primary-color-dark, 2%);
+ border-color: darken(@primary-color-dark, 5%);
color: @light-color;
}
&:active,
&.active {
- background: darken(@dark-primary-color, 4%);
- border-color: darken(@dark-primary-color, 9%);
+ background: darken(@primary-color-dark, 4%);
+ border-color: darken(@primary-color-dark, 7%);
color: @light-color;
}
&.loading {
&::after {
- border-color: @light-color;
- border-right-color: transparent;
- border-top-color: transparent;
+ border-bottom-color: @light-color;
+ border-left-color: @light-color;
}
}
}
@@ -80,21 +75,21 @@
&:hover,
&:active,
&.active {
- color: @dark-link-color;
+ color: @link-color-dark;
}
}
// Button Sizes
&.btn-sm {
- font-size: 1.2rem;
+ font-size: @font-size-sm;
height: 2.4rem;
padding: .1rem .8rem;
}
&.btn-lg {
- font-size: 1.8rem;
+ font-size: @font-size-lg;
height: 4rem;
- padding: .9rem 1.5rem;
+ padding: .9rem .8rem;
}
// Button Block
@@ -123,23 +118,20 @@
background: transparent;
border: 0;
color: currentColor;
- height: 2rem;
- margin-left: .2rem;
- margin-right: -.4rem;
+ height: 1.6rem;
+ line-height: 1.6rem;
+ margin: .2rem -.2rem .2rem .4rem;
opacity: .45;
- padding: 0 .4rem;
+ padding: 0 .2rem;
text-decoration: none;
- width: 2rem;
+ width: 1.6rem;
&:hover {
opacity: .85;
}
&::before {
- content: '\00d7';
- display: inline-block;
- font-family: sans-serif;
- font-size: 2rem;
+ content: "\2715";
}
}
}
@@ -164,11 +156,11 @@
border-top-left-radius: 0;
margin-left: -.1rem;
}
- &:hover,
&:focus,
+ &:hover,
&:active,
&.active {
- z-index: 9;
+ z-index: @zindex-0;
}
}
diff --git a/src/calendars.less b/src/calendars.less
index 9494558..32711a4 100644
--- a/src/calendars.less
+++ b/src/calendars.less
@@ -1,18 +1,18 @@
// Calendars
.calendar {
- border: .1rem solid @border-color;
+ border: @border-width solid @border-color;
border-radius: @border-radius;
display: block;
+ min-width: 28rem;
text-align: center;
.calendar-nav {
- align-content: space-between;
align-items: center;
background: @bg-color;
border-top-left-radius: @border-radius;
border-top-right-radius: @border-radius;
display: flex;
- font-size: 2rem;
+ font-size: @font-size-lg;
padding: 1rem;
}
@@ -24,70 +24,60 @@
padding: 1rem 0;
.calendar-date {
- flex: 0 0 14.28%;
+ flex: 0 0 14.28%; // 7 calendar-items each row
+ width: 14.28%;
}
}
.calendar-header {
background: @bg-color;
- border-bottom: .1rem solid @border-color;
+ border-bottom: @border-width solid @border-color;
color: @gray-color;
- font-size: 1.2rem;
+ font-size: @font-size-sm;
}
.calendar-body {
- color: @dark-gray-color;
+ color: @gray-color-dark;
+ }
- .calendar-date {
- border: 0;
- padding: .6rem;
-
- .date-item {
- color: @dark-gray-color;
- }
-
- &.prev-month .date-item,
- &.next-month .date-item,
- .date-item:disabled {
- cursor: default;
- opacity: .25;
- pointer-events: none;
- }
- }
+ .calendar-date {
+ border: 0;
+ padding: .4rem;
.date-item {
appearance: none;
background: transparent;
- border: .1rem solid transparent;
+ border: @border-width solid transparent;
border-radius: 50%;
+ color: @gray-color-dark;
.control-transition();
cursor: pointer;
- display: inline-block;
- height: 3.2rem;
+ height: 2.8rem;
line-height: 2rem;
- padding: .5rem;
+ padding: .3rem;
+ position: relative;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
- width: 3.2rem;
+ width: 2.8rem;
&.date-today {
- background: @secondary-color;
+ border-color: @secondary-color-dark;
color: @primary-color;
}
&:focus,
&:hover {
- background: @light-secondary-color;
- border-color: @dark-secondary-color;
+ background: @secondary-color-light;
+ border-color: @secondary-color-dark;
color: @primary-color;
text-decoration: none;
}
&:active,
&.active {
- background: @dark-primary-color;
- border-color: darken(@dark-primary-color, 5%);
+ background: @primary-color-dark;
+ border-color: darken(@primary-color-dark, 5%);
color: @light-color;
}
@@ -95,44 +85,50 @@
&.badge {
&::after {
position: absolute;
- top: .4rem;
- right: .4rem;
+ top: .3rem;
+ right: .3rem;
transform: translate(50%, -50%);
}
}
}
+
+ &.disabled .date-item,
+ &.disabled .calendar-event,
+ .date-item:disabled,
+ .calendar-event:disabled {
+ cursor: default;
+ opacity: .25;
+ pointer-events: none;
+ }
}
.calendar-range {
position: relative;
- .date-item {
+ &::before {
+ background: @secondary-color;
+ content: "";
+ height: 2.8rem;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-50%);
+ }
+ &.range-start {
&::before {
- background: @secondary-color;
- content: "";
- height: 3.2rem;
- position: absolute;
- top: 50%;
left: 50%;
- transform: translateY(-50%);
- width: 50%;
- z-index: -9;
}
}
-
- & + .calendar-range {
- .date-item {
- &::before {
- left: 0;
- width: 100%;
- }
- &.active {
- &::before {
- width: 50%;
- }
- }
+ &.range-end {
+ &::before {
+ right: 50%;
}
}
+
+ .date-item {
+ color: @primary-color;
+ }
}
&.calendar-lg {
@@ -140,12 +136,11 @@
padding: 0;
.calendar-date {
- border-bottom: .1rem solid @border-color;
- border-right: .1rem solid @border-color;
+ border-bottom: @border-width solid @border-color;
+ border-right: @border-width solid @border-color;
display: flex;
flex-direction: column;
height: 11rem;
- overflow: hidden;
padding: 0;
&:nth-child(7n) {
@@ -155,48 +150,28 @@
border-bottom: 0;
}
}
+ }
- .date-item {
- align-self: flex-end;
- flex: 0 0 2.4rem;
- height: 2.4rem;
- margin-right: .5rem;
- margin-top: .5rem;
- padding: .1rem;
- width: 2.4rem;
-
- &.badge {
- &::after {
- top: .2rem;
- right: .2rem;
- }
- }
- }
+ .date-item {
+ align-self: flex-end;
+ height: 2.8rem;
+ margin-right: .5rem;
+ margin-top: .5rem;
+ }
- .calendar-range {
- .date-item {
- &::before {
- height: 2.4rem;
- left: auto;
- right: 0;
- top: 1.7rem;
- width: 2.2rem;
- }
+ .calendar-range {
+ &::before {
+ top: 1.9rem;
+ }
+ &.range-start {
+ &::before {
+ left: auto;
+ width: 1.9rem;
}
-
- & + .calendar-range {
- .date-item {
- &::before {
- left: 0;
- width: 100%;
- }
- &.active {
- &::before {
- right: 1.7rem;
- width: auto;
- }
- }
- }
+ }
+ &.range-end {
+ &::before {
+ right: 1.9rem;
}
}
}
@@ -212,7 +187,7 @@
background: @secondary-color;
border-radius: @border-radius;
color: @primary-color;
- font-size: 1.2rem;
+ font-size: @font-size-sm;
display: block;
margin: .2rem auto;
overflow: hidden;
diff --git a/src/cards.less b/src/cards.less
index 2a655ab..f237eb8 100644
--- a/src/cards.less
+++ b/src/cards.less
@@ -1,24 +1,23 @@
// Cards
.card {
- background: @light-bg-color;
- border: .1rem solid @border-color;
+ background: @bg-color-light;
+ border: @border-width solid @border-color;
border-radius: @border-radius;
display: block;
- margin: 0;
- padding: 0;
- text-align: left;
.card-header,
.card-body,
.card-footer {
- padding: 1.5rem 1.5rem 0 1.5rem;
+ padding: @layout-padding-lg;
+ padding-bottom: 0;
&:last-child {
- padding-bottom: 1.5rem;
+ padding-bottom: @layout-padding-lg;
}
}
+
.card-image {
- padding-top: 1.5rem;
+ padding-top: @layout-padding-lg;
&:first-child {
padding-top: 0;
@@ -36,12 +35,13 @@
}
}
}
+
.card-title {
font-size: 2rem;
- line-height: 1.4;
}
- .card-meta {
+
+ .card-subtitle {
color: @gray-color;
- font-size: 1.3rem;
+ font-size: @font-size-sm;
}
}
diff --git a/src/carousels.less b/src/carousels.less
index 99b0a9c..52205ab 100644
--- a/src/carousels.less
+++ b/src/carousels.less
@@ -13,7 +13,7 @@
position: relative;
.carousel-item {
- animation: carousel-slideout 1s 1;
+ animation: carousel-slideout 1s ease-in-out 1;
height: 100%;
left: 0;
margin: 0;
@@ -32,15 +32,15 @@
.item-prev,
.item-next {
- background: fade(@light-gray-color, 25%);
- border-color: fade(@light-gray-color, 50%);
- color: @light-gray-color;
+ background: fade(@gray-color-light, 25%);
+ border-color: fade(@gray-color-light, 50%);
+ color: @gray-color-light;
opacity: 0;
position: absolute;
top: 50%;
transition: all .4s ease;
transform: translateY(-50%);
- z-index: 99;
+ z-index: @zindex-2;
}
.item-prev {
left: 2rem;
@@ -55,15 +55,15 @@
&:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2),
&:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3),
&:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4) {
- animation: carousel-slidein .75s 1;
+ animation: carousel-slidein .75s ease-in 1;
opacity: 1;
- z-index: 99;
+ z-index: @zindex-1;
}
&:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1),
&:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2),
&:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3),
&:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) {
- color: @light-gray-color;
+ color: @gray-color-light;
}
}
@@ -75,10 +75,10 @@
position: absolute;
transform: translateX(-50%);
width: 20rem;
- z-index: 999;
+ z-index: @zindex-2;
.nav-item {
- color: fade(@light-gray-color, 50%);
+ color: fade(@gray-color-light, 50%);
display: block;
flex: 1 0 auto;
height: 4rem;
@@ -127,10 +127,10 @@
@keyframes carousel-slideout {
0% {
opacity: 1;
- transform: translateX(0) scale(1);
+ transform: translateX(0);
}
100% {
- opacity: 0;
- transform: translateX(-50%) scale(.95);
+ opacity: 1;
+ transform: translateX(-50%);
}
}
diff --git a/src/chips.less b/src/chips.less
index fca7437..3d69db1 100644
--- a/src/chips.less
+++ b/src/chips.less
@@ -1,9 +1,9 @@
// Chips
.chip {
align-items: center;
- background: @border-color;
+ background: @bg-color-dark;
border-radius: @border-radius;
- color: @dark-gray-color;
+ color: @gray-color-dark;
display: inline-flex;
height: 3rem;
margin: .1rem .2rem .1rem 0;
diff --git a/src/codes.less b/src/codes.less
index e2b8a48..80e881b 100644
--- a/src/codes.less
+++ b/src/codes.less
@@ -7,14 +7,14 @@ code {
.code {
border-radius: @border-radius;
- color: @dark-gray-color;
+ color: @body-font-color;
line-height: 2rem;
position: relative;
&::before {
content: attr(data-lang);
- color: @light-gray-color;
- font-size: 1.2rem;
+ color: @gray-color;
+ font-size: @font-size-sm;
position: absolute;
right: 1rem;
top: .2rem;
diff --git a/src/dropdowns.less b/src/dropdowns.less
index 229bda2..1a44122 100644
--- a/src/dropdowns.less
+++ b/src/dropdowns.less
@@ -4,7 +4,7 @@
position: relative;
.menu {
- animation: slide-down .2s 1;
+ animation: slide-down .2s ease 1;
display: none;
left: 0;
position: absolute;
diff --git a/src/empty.less b/src/empty.less
index d3c0deb..9471227 100644
--- a/src/empty.less
+++ b/src/empty.less
@@ -2,16 +2,16 @@
.empty {
background: @bg-color;
border-radius: @border-radius;
- color: @dark-gray-color;
+ color: @gray-color-dark;
text-align: center;
- padding: 4 * @layout-gutter;
+ padding: 4 * @layout-padding;
.empty-title,
- .empty-meta {
+ .empty-subtitle {
margin: 1rem auto;
}
- .empty-meta {
+ .empty-subtitle {
color: @gray-color;
}
diff --git a/src/forms.less b/src/forms.less
index fca22d8..d6a2e5c 100644
--- a/src/forms.less
+++ b/src/forms.less
@@ -1,19 +1,35 @@
// Forms
-.form-group:not(:last-child) {
- margin-bottom: 1rem;
+.form-group {
+ &:not(:last-child) {
+ margin-bottom: @layout-padding;
+ }
+}
+
+// Form element: Label
+.form-label {
+ display: block;
+ padding: .6rem 0;
+
+ &.label-sm {
+ padding: .2rem 0;
+ }
+
+ &.label-lg {
+ padding: 1rem 0;
+ }
}
-// Form element: Input boxes
+// Form element: Input
.form-input {
appearance: none;
- background: @light-bg-color;
+ background: @bg-color-light;
background-image: none;
- border: .1rem solid @light-gray-color;
+ border: @border-width solid @border-color-dark;
border-radius: @border-radius;
color: @body-font-color;
.control-transition();
display: block;
- font-size: 1.4rem;
+ font-size: @font-size;
height: 3.2rem;
line-height: 2rem;
max-width: 100%;
@@ -27,13 +43,13 @@
// Input sizes
&.input-sm {
- font-size: 1.2rem;
+ font-size: @font-size-sm;
height: 2.4rem;
- padding: .1rem .6rem;
+ padding: .1rem .8rem;
}
&.input-lg {
- font-size: 1.6rem;
+ font-size: @font-size-lg;
height: 4rem;
padding: .9rem .8rem;
}
@@ -47,11 +63,10 @@
// Textarea
textarea& {
height: auto;
- line-height: 2rem;
}
// Input types
- &[type=file] {
+ &[type="file"] {
height: auto;
}
}
@@ -72,22 +87,15 @@
}
}
-// Form element: Label
-.form-label {
- display: block;
- line-height: 1.6rem;
- margin-bottom: .5rem;
-}
-
// Form element: Select
.form-select {
appearance: none;
- border: .1rem solid @light-gray-color;
+ border: @border-width solid @border-color-dark;
border-radius: @border-radius;
- font-size: 1.4rem;
+ color: inherit;
+ font-size: @font-size;
line-height: 2rem;
min-width: @control-min-width;
- outline: 0;
padding: .5rem .8rem;
vertical-align: middle;
@@ -97,7 +105,7 @@
}
}
&:not([multiple]) {
- background: @light-bg-color url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / .8rem 1rem;
+ background: @bg-color-light url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / .8rem 1rem;
height: 3.2rem;
padding-right: 2.4rem;
}
@@ -110,13 +118,13 @@
// Select sizes
&.select-sm {
- font-size: 1.2rem;
+ font-size: @font-size-sm;
height: 2.4rem;
padding: .1rem 2rem .1rem .6rem;
}
&.select-lg {
- font-size: 1.6rem;
+ font-size: @font-size-lg;
height: 4rem;
padding: .9rem 2.4rem .9rem .8rem;
}
@@ -146,6 +154,10 @@
.form-checkbox,
.form-radio,
.form-switch {
+ display: inline-block;
+ line-height: 2rem;
+ position: relative;
+
input {
clip: rect(0, 0, 0, 0);
height: .1rem;
@@ -157,39 +169,35 @@
border-color: @primary-color;
.control-shadow();
}
+ &:checked + .form-icon {
+ background: @primary-color;
+ border-color: @primary-color;
+ }
}
-}
-.form-checkbox,
-.form-radio {
- display: inline-block;
- line-height: 1.8rem;
- padding: .3rem 2rem;
- position: relative;
.form-icon {
- border: .1rem solid @light-gray-color;
+ border: @border-width solid @border-color-dark;
.control-transition();
cursor: pointer;
display: inline-block;
- font-size: 1.4rem;
+ position: absolute;
+ }
+}
+
+.form-checkbox,
+.form-radio {
+ padding: .2rem 2rem;
+
+ .form-icon {
height: 1.4rem;
left: 0;
- line-height: 2.4rem;
- outline: none;
- padding: 0;
- position: absolute;
top: .5rem;
- vertical-align: top;
width: 1.4rem;
}
input {
- &:checked + .form-icon {
- background: @primary-color;
- border-color: @primary-color;
- }
&:active + .form-icon {
- background: @border-color;
+ background: @bg-color-dark;
}
}
}
@@ -200,7 +208,7 @@
input {
&:checked + .form-icon {
- &::after {
+ &::before {
background-clip: padding-box;
border: .2rem solid @light-color;
border-left-width: 0;
@@ -219,16 +227,16 @@
&:indeterminate + .form-icon {
background: @primary-color;
border-color: @primary-color;
- &::after {
- background: @light-bg-color;
+ &::before {
+ background: @bg-color-light;
content: "";
height: .2rem;
left: 50%;
- margin-left: -.4rem;
+ margin-left: -.5rem;
margin-top: -.1rem;
position: absolute;
top: 50%;
- width: .8rem;
+ width: 1rem;
}
}
}
@@ -238,47 +246,38 @@
border-radius: .7rem;
}
- input:checked + .form-icon {
- &::after {
- background: @light-bg-color;
- border-radius: @border-radius;
- content: "";
- height: .4rem;
- left: 50%;
- margin-left: -.2rem;
- margin-top: -.2rem;
- position: absolute;
- top: 50%;
- width: .4rem;
+ input {
+ &:checked + .form-icon {
+ &::before {
+ background: @bg-color-light;
+ border-radius: @border-radius;
+ content: "";
+ height: .4rem;
+ left: 50%;
+ margin-left: -.2rem;
+ margin-top: -.2rem;
+ position: absolute;
+ top: 50%;
+ width: .4rem;
+ }
}
}
}
// Form element: Switch
.form-switch {
- display: inline-block;
- line-height: 2rem;
padding: .2rem 2rem .2rem 3.6rem;
- position: relative;
.form-icon {
- background: @light-gray-color;
+ background: @gray-color-light;
background-clip: padding-box;
- border: .1rem solid @light-gray-color;
border-radius: .9rem;
- cursor: pointer;
- display: inline-block;
height: 1.8rem;
left: 0;
- line-height: 2.6rem;
- outline: none;
- padding: 0;
- position: absolute;
top: .3rem;
- vertical-align: top;
width: 3rem;
- &::after {
- background: @light-bg-color;
+ &::before {
+ background: @bg-color-light;
border-radius: .8rem;
content: "";
display: block;
@@ -286,22 +285,20 @@
left: 0;
position: absolute;
top: 0;
- transition: left .2s ease;
+ .control-transition();
width: 1.6rem;
}
}
input {
&:checked + .form-icon {
- background: @primary-color;
- border-color: @primary-color;
- &::after {
+ &::before {
left: 1.2rem;
}
}
&:active + .form-icon {
- &::after {
- background: @border-color;
+ &::before {
+ background: @bg-color;
}
}
}
@@ -313,18 +310,17 @@
.input-group-addon {
background: @bg-color;
- border: .1rem solid @light-gray-color;
+ border: @border-width solid @border-color-dark;
border-radius: @border-radius;
line-height: 2rem;
padding: .5rem .8rem;
&.addon-sm {
- font-size: 1.2rem;
- padding: .1rem .6rem;
+ font-size: @font-size-sm;
+ padding: .1rem .8rem;
}
&.addon-lg {
- font-size: 1.6rem;
- line-height: 2rem;
+ font-size: @font-size-lg;
padding: .9rem .8rem;
}
}
@@ -350,7 +346,7 @@
margin-left: -.1rem;
}
&:focus {
- z-index: 99;
+ z-index: @zindex-0;
}
}
@@ -364,7 +360,7 @@
.form-select {
&:disabled,
&.disabled {
- background-color: @dark-bg-color;
+ background-color: @bg-color-dark;
cursor: not-allowed;
opacity: .5;
}
@@ -374,8 +370,7 @@ input {
&:disabled,
&.disabled {
& + .form-icon {
- background: @dark-bg-color;
- border-color: @light-gray-color;
+ background: @bg-color-dark;
cursor: not-allowed;
opacity: .5;
}
@@ -386,8 +381,8 @@ input {
input {
&:disabled,
&.disabled {
- & + .form-icon::after {
- background: @light-bg-color;
+ & + .form-icon::before {
+ background: @bg-color-light;
}
}
}
@@ -395,17 +390,12 @@ input {
// Form Horizontal
.form-horizontal {
- padding: 1rem;
+ padding: @layout-padding;
.form-group {
display: flex;
}
- .form-label {
- padding: .8rem .4rem;
- margin-bottom: 0;
- }
-
.form-checkbox,
.form-radio,
.form-switch {
diff --git a/src/labels.less b/src/labels.less
index ae4a1a7..f6dc24d 100644
--- a/src/labels.less
+++ b/src/labels.less
@@ -1,7 +1,7 @@
// Labels
.label {
background: @bg-color;
- color: @dark-gray-color;
+ color: inherit;
.label-base();
&.label-primary {
diff --git a/src/layout.less b/src/layout.less
index ac82e8c..a868ca7 100644
--- a/src/layout.less
+++ b/src/layout.less
@@ -2,17 +2,17 @@
.container {
margin-left: auto;
margin-right: auto;
- padding-left: @layout-gutter;
- padding-right: @layout-gutter;
+ padding-left: @layout-padding;
+ padding-right: @layout-padding;
width: 100%;
&:extend(.clearfix all);
&.grid-960 {
- max-width: 96rem + 2 * @layout-gutter;
+ max-width: 96rem + 2 * @layout-padding;
}
&.grid-480 {
- max-width: 48rem + 2 * @layout-gutter;
+ max-width: 48rem + 2 * @layout-padding;
}
}
@@ -20,8 +20,8 @@
.columns {
display: flex;
flex-wrap: wrap;
- margin-left: -@layout-gutter;
- margin-right: -@layout-gutter;
+ margin-left: -@layout-padding;
+ margin-right: -@layout-padding;
&.col-gapless {
margin-left: 0;
@@ -39,7 +39,7 @@
}
.column {
flex: 1;
- padding: @layout-gutter;
+ padding: @layout-padding;
&.col-12,
&.col-11,
diff --git a/src/media.less b/src/media.less
index f9f1c37..02c7be5 100644
--- a/src/media.less
+++ b/src/media.less
@@ -49,10 +49,10 @@
}
.figure {
- margin: 0 0 @layout-gutter 0;
+ margin: 0 0 @layout-padding 0;
.figure-caption {
- color: @dark-gray-color;
- margin-top: @layout-gutter;
+ color: @gray-color-dark;
+ margin-top: @layout-padding;
}
}
diff --git a/src/menus.less b/src/menus.less
index 99e5194..1204c36 100644
--- a/src/menus.less
+++ b/src/menus.less
@@ -1,18 +1,16 @@
// Menus
.menu {
- background: @light-bg-color;
+ background: @bg-color-light;
border-radius: @border-radius;
list-style: none;
margin: 0;
min-width: @control-min-width;
- padding: .8rem;
- .shadow;
- text-align: left;
+ padding: 1rem;
+ box-shadow: @shadow-1;
transform: translateY(.5rem);
- z-index: 999;
+ z-index: @zindex-1;
.menu-item {
- border-radius: @border-radius;
margin-top: 0;
padding: 0 .8rem;
text-decoration: none;
@@ -22,9 +20,8 @@
border-radius: @border-radius;
color: inherit;
display: block;
- line-height: 2.4rem;
margin: 0 -.8rem;
- padding: .4rem .8rem;
+ padding: .6rem .8rem;
text-decoration: none;
&:focus,
&:hover {
@@ -32,45 +29,18 @@
}
&:active,
&.active {
- background: @light-secondary-color;
+ background: @secondary-color-light;
color: @primary-color;
}
}
}
- .menu-header {
- color: @light-gray-color;
- font-size: 1.2rem;
- line-height: 2rem;
- margin-top: 0;
- padding: .2rem 0;
- position: relative;
-
- &::after {
- border-bottom: .1rem solid @border-color;
- content: "";
- display: block;
- height: .1rem;
- position: absolute;
- top: 50%;
- width: 100%;
- }
-
- .menu-header-text {
- background: @light-bg-color;
- display: inline-block;
- padding: 0 .8rem;
- position: relative;
- z-index: 99;
- }
- }
-
.menu-badge {
float: right;
- padding: .4rem 0;
+ padding: .6rem 0;
- .label {
- margin: .2rem 0;
+ .btn {
+ margin-top: -.2rem;
}
}
}
diff --git a/src/modals.less b/src/modals.less
index ad679cf..30d1133 100644
--- a/src/modals.less
+++ b/src/modals.less
@@ -7,7 +7,7 @@
left: 0;
opacity: 0;
overflow: hidden;
- padding: @layout-gutter;
+ padding: @layout-padding;
position: fixed;
right: 0;
top: 0;
@@ -16,11 +16,12 @@
&.active {
display: flex;
opacity: 1;
- z-index: 1988;
+ z-index: @zindex-4;
.modal-overlay {
background: fade(@dark-color, 50%);
bottom: 0;
+ cursor: default;
display: block;
left: 0;
position: absolute;
@@ -29,8 +30,9 @@
}
.modal-container {
- animation: slide-down .2s;
+ animation: slide-down .2s ease 1;
max-width: 64rem;
+ z-index: @zindex-0;
}
}
@@ -42,21 +44,19 @@
}
.modal-container {
- background: @light-bg-color;
+ background: @bg-color-light;
border-radius: @border-radius;
display: block;
margin: 0 auto;
padding: 0;
- .shadow;
+ box-shadow: @shadow-4;
text-align: left;
- z-index: 1988;
-
.modal-header {
- padding: 1.5rem;
+ padding: @layout-padding-lg;
.modal-title {
- font-size: 1.6rem;
+ font-size: @font-size-lg;
margin: 0;
}
}
@@ -64,12 +64,12 @@
.modal-body {
max-height: 50vh;
overflow-y: auto;
- padding: 1.5rem;
+ padding: @layout-padding-lg;
position: relative;
}
.modal-footer {
- padding: 1.5rem;
+ padding: @layout-padding-lg;
text-align: right;
}
}
diff --git a/src/navbar.less b/src/navbar.less
index bc12a80..ea565ef 100755
--- a/src/navbar.less
+++ b/src/navbar.less
@@ -3,13 +3,14 @@
align-items: stretch;
display: flex;
flex-wrap: wrap;
+ justify-content: space-between;
.navbar-section {
align-items: center;
display: flex;
flex: 1 0 0;
- &:last-of-type {
+ &:last-child {
justify-content: flex-end;
}
}
@@ -21,7 +22,7 @@
}
.navbar-brand {
- font-size: 1.6rem;
+ font-size: @font-size-lg;
font-weight: 500;
text-decoration: none;
}
diff --git a/src/navs.less b/src/navs.less
index 160d028..0a37670 100644
--- a/src/navs.less
+++ b/src/navs.less
@@ -5,7 +5,7 @@
.nav-item {
a {
- color: @dark-gray-color;
+ color: @gray-color-dark;
padding: .6rem .8rem;
text-decoration: none;
&:focus,
@@ -15,7 +15,6 @@
}
&.active {
& > a {
- color: @dark-gray-color;
font-weight: bold;
&:focus,
&:hover {
diff --git a/src/pagination.less b/src/pagination.less
index 055c528..3d74037 100644
--- a/src/pagination.less
+++ b/src/pagination.less
@@ -12,7 +12,7 @@
a {
border-radius: @border-radius;
- color: @dark-gray-color;
+ color: @gray-color-dark;
display: inline-block;
padding: .6rem .8rem;
text-decoration: none;
@@ -48,7 +48,7 @@
margin: 0;
}
- .page-item-meta {
+ .page-item-subtitle {
margin: 0;
opacity: .5;
}
diff --git a/src/panels.less b/src/panels.less
index e368d76..f696170 100644
--- a/src/panels.less
+++ b/src/panels.less
@@ -1,6 +1,6 @@
// Panels
.panel {
- border: .1rem solid @border-color;
+ border: @border-width solid @border-color;
border-radius: @border-radius;
display: flex;
flex-direction: column;
@@ -8,7 +8,7 @@
.panel-header,
.panel-footer {
flex: 0 0 auto;
- padding: 1.5rem;
+ padding: @layout-padding-lg;
}
.panel-nav {
@@ -18,14 +18,14 @@
.panel-body {
flex: 1 1 auto;
overflow-y: auto;
- }
-
- .panel-body {
- padding: 0 1.5rem;
+ padding: 0 @layout-padding-lg;
}
.panel-title {
font-size: 2rem;
- line-height: 1.4;
+ }
+
+ .panel-subtitle {
+ color: @gray-color;
}
}
diff --git a/src/parallax.less b/src/parallax.less
index c4f5580..a7096fc 100644
--- a/src/parallax.less
+++ b/src/parallax.less
@@ -87,5 +87,5 @@
height: 50%;
position: absolute;
width: 50%;
- z-index: 99;
+ z-index: @zindex-0;
}
diff --git a/src/progress.less b/src/progress.less
index ff0138b..9fca956 100644
--- a/src/progress.less
+++ b/src/progress.less
@@ -2,7 +2,7 @@
// Credit: https://css-tricks.com/html5-progress-element/
.progress {
appearance: none;
- background: @border-color;
+ background: @bg-color-dark;
border: 0;
border-radius: @border-radius;
color: @primary-color;
@@ -27,7 +27,7 @@
&:indeterminate {
animation: progress-indeterminate 1.5s linear infinite;
- background: @border-color linear-gradient(to right, @primary-color 30%, @border-color 30%) top left / 150% 150% no-repeat;
+ background: @bg-color-dark linear-gradient(to right, @primary-color 30%, @bg-color-dark 30%) top left / 150% 150% no-repeat;
&::-moz-progress-bar {
background: transparent;
diff --git a/src/sliders.less b/src/sliders.less
index 19db56b..a2d9a2f 100644
--- a/src/sliders.less
+++ b/src/sliders.less
@@ -50,34 +50,34 @@
&:disabled,
&.disabled {
&::-webkit-slider-thumb {
- background: @light-gray-color;
+ background: @gray-color-light;
transform: scale(1);
}
&::-moz-range-thumb {
- background: @light-gray-color;
+ background: @gray-color-light;
transform: scale(1);
}
&::-ms-thumb {
- background: @light-gray-color;
+ background: @gray-color-light;
transform: scale(1);
}
}
// Slider Track
&::-webkit-slider-runnable-track {
- background: @border-color;
+ background: @bg-color-dark;
border-radius: @border-radius;
height: .4rem;
width: 100%;
}
&::-moz-range-track {
- background: @border-color;
+ background: @bg-color-dark;
border-radius: @border-radius;
height: .4rem;
width: 100%;
}
&::-ms-track {
- background: @border-color;
+ background: @bg-color-dark;
border-radius: @border-radius;
height: .4rem;
width: 100%;
diff --git a/src/steps.less b/src/steps.less
index f9d6fc1..800fdc0 100644
--- a/src/steps.less
+++ b/src/steps.less
@@ -41,7 +41,7 @@
top: .4rem;
transform: translateX(-50%);
width: 1.2rem;
- z-index: 99;
+ z-index: @zindex-0;
}
}
@@ -61,7 +61,7 @@
a {
&::before {
- background: @light-gray-color;
+ background: @gray-color-light;
}
}
}
diff --git a/src/tables.less b/src/tables.less
index dfdd03c..8a8818c 100644
--- a/src/tables.less
+++ b/src/tables.less
@@ -12,33 +12,35 @@
}
}
}
+
&.table-hover {
tbody {
tr {
&:hover {
- background: @dark-bg-color;
+ background: @bg-color-dark;
}
}
}
}
+
&,
&.table-striped {
tbody {
tr {
&.active {
- background: @dark-bg-color;
+ background: @bg-color-dark;
}
}
}
}
td {
- border-bottom: .1rem solid @border-color;
+ border-bottom: @border-width solid @border-color;
padding: 1.5rem 1rem;
}
-
+
th {
- border-bottom: .2rem solid @dark-color;
+ border-bottom: .2rem solid @gray-color-dark;
padding: 1.5rem 1rem;
}
}
diff --git a/src/tabs.less b/src/tabs.less
index 6fc376b..b342fb0 100644
--- a/src/tabs.less
+++ b/src/tabs.less
@@ -1,7 +1,7 @@
// Tabs
.tab {
align-items: center;
- border-bottom: .1rem solid @border-color;
+ border-bottom: @border-width solid @border-color;
display: flex;
flex-wrap: wrap;
@@ -17,9 +17,8 @@
border-bottom: .2rem solid transparent;
color: inherit;
display: block;
- margin-bottom: -.1rem;
margin-top: 0;
- padding: .6rem 1.2rem;
+ padding: .5rem 1.2rem;
text-decoration: none;
&:focus,
&:hover {
diff --git a/src/tiles.less b/src/tiles.less
index c5db749..2b8db28 100644
--- a/src/tiles.less
+++ b/src/tiles.less
@@ -3,8 +3,6 @@
align-content: space-between;
align-items: flex-start;
display: flex;
- margin: .5rem 0;
- padding: .5rem 0;
.tile-icon,
.tile-action {
@@ -22,7 +20,7 @@
.tile-title {
font-weight: 500;
}
- .tile-meta {
+ .tile-subtitle {
color: @gray-color;
line-height: 2rem;
}
@@ -35,7 +33,7 @@
}
.tile-title,
- .tile-meta {
+ .tile-subtitle {
.text-ellipsis;
}
}
diff --git a/src/toasts.less b/src/toasts.less
index 1936b0e..68c9ffc 100644
--- a/src/toasts.less
+++ b/src/toasts.less
@@ -1,10 +1,10 @@
// Toasts
.toast {
- border: .1rem solid @dark-color;
+ border: @border-width solid @dark-color;
border-radius: @border-radius;
color: @light-color;
display: block;
- padding: 1.4rem;
+ padding: @layout-padding;
.toast-variant(@dark-color);
width: 100%;
@@ -23,10 +23,10 @@
a {
color: @light-color;
text-decoration: underline;
-
- &:hover,
&:focus,
- &:active {
+ &:hover,
+ &:active,
+ &.active {
opacity: .75;
}
}
diff --git a/src/tooltips.less b/src/tooltips.less
index 2881e2a..29801a8 100644
--- a/src/tooltips.less
+++ b/src/tooltips.less
@@ -8,20 +8,19 @@
color: @light-color;
content: attr(data-tooltip);
display: block;
- font-size: 1.2rem;
+ font-size: @font-size-sm;
left: 50%;
- line-height: 1.6rem;
max-width: 32rem;
opacity: 0;
overflow: hidden;
- padding: .6rem 1rem;
+ padding: .4rem .8rem;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
transform: translate(-50%, 0);
transition: transform .2s ease;
white-space: nowrap;
- z-index: 999;
+ z-index: @zindex-2;
}
&:focus,
&:hover {
diff --git a/src/typography.less b/src/typography.less
index 73165d6..70043a7 100644
--- a/src/typography.less
+++ b/src/typography.less
@@ -89,6 +89,7 @@ dl {
}
mark {
background: @highlight-color;
+ color: @body-font-color;
.label-base();
}
kbd {
diff --git a/src/utilities.less b/src/utilities.less
index fe98dd6..428a09c 100644
--- a/src/utilities.less
+++ b/src/utilities.less
@@ -1,8 +1,20 @@
// Divider
.divider {
- border-bottom: .1rem solid @border-color;
+ border-top: @border-width solid @border-color;
display: block;
- margin: .8rem 0;
+ height: .1rem;
+ margin: 1rem 0;
+ position: relative;
+
+ &[data-content]::before {
+ background: @light-color;
+ color: @gray-color-light;
+ content: attr(data-content);
+ display: inline-block;
+ font-size: @font-size-sm;
+ padding: 0 .8rem;
+ transform: translateY(-1.1rem);
+ }
}
// Loading
@@ -26,6 +38,7 @@
position: absolute;
top: 50%;
width: 1.6rem;
+ z-index: @zindex-0;
}
}
@@ -206,11 +219,20 @@
}
// Shadow
-.shadow {
- box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3);
+.shadow-0 {
+ box-shadow: @shadow-0;
+}
+.shadow-1 {
+ box-shadow: @shadow-1;
+}
+.shadow-2 {
+ box-shadow: @shadow-2;
+}
+.shadow-3 {
+ box-shadow: @shadow-3;
}
-.light-shadow {
- box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .15);
+.shadow-4 {
+ box-shadow: @shadow-4;
}
// Shapes
diff --git a/src/variables.less b/src/variables.less
index 78ec0b6..1227c81 100644
--- a/src/variables.less
+++ b/src/variables.less
@@ -3,9 +3,11 @@
// Global
@html-font-size: 10px;
@html-line-height: 1.428571429;
-@body-bg: #fff;
-@body-font-color: #333;
-@body-font-size: 1.4rem;
+@body-bg: @bg-color-light;
+@body-font-color: lighten(@dark-color, 5%);
+@font-size: 1.4rem;
+@font-size-sm: 1.2rem;
+@font-size-lg: 1.6rem;
// Fonts
// Credit: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
@@ -15,35 +17,43 @@
@body-font-family: @base-font-family, @fallback-font-family;
// Sizes
-@layout-gutter: 1rem;
+@layout-padding: 1rem;
+@layout-padding-lg: 1.5rem;
@control-min-width: 18rem;
@border-radius: .2rem;
+@border-width: .1rem;
+// Colors
// Core colors
@primary-color: #5764c6;
-@dark-primary-color: darken(@primary-color, 5%);
-@light-primary-color: lighten(@primary-color, 2%);
+@primary-color-dark: darken(@primary-color, 3%);
+@primary-color-light: lighten(@primary-color, 3%);
@secondary-color: lighten(@primary-color, 40%);
-@dark-secondary-color: darken(@secondary-color, 5%);
-@light-secondary-color: lighten(@secondary-color, 2%);
-@dark-color: #333;
-@dark-gray-color: #666;
-@gray-color: #999;
-@light-gray-color: #ccc;
-@light-color: #fff;
+@secondary-color-dark: darken(@secondary-color, 3%);
+@secondary-color-light: lighten(@secondary-color, 3%);
+
@link-color: @primary-color;
-@dark-link-color: darken(@link-color, 10%);
-@border-color: #efefef;
-@bg-color: #f8f8f8;
-@dark-bg-color: darken(@bg-color, 3%);
-@light-bg-color: #fff;
+@link-color-dark: darken(@link-color, 10%);
+
+// Gray colors
+@dark-color: #454d5d;
+@light-color: #fff;
+@gray-color: lighten(@dark-color, 40%);
+@gray-color-dark: darken(@gray-color, 20%);
+@gray-color-light: lighten(@gray-color, 20%);
+
+@border-color: lighten(@gray-color-light, 3%);
+@border-color-dark: darken(@border-color, 15%);
+@bg-color: lighten(@dark-color, 66%);
+@bg-color-dark: darken(@bg-color, 3%);
+@bg-color-light: @light-color;
// Control colors
@control-color-success: #32b643;
@control-color-warning: #ffb700;
@control-color-danger: #e85600;
-// Meta colors
+// Other colors
@code-color: #e06870;
@highlight-color: #ffe9b3;
@@ -54,3 +64,16 @@
@size-lg: 960px;
@size-xl: 1280px;
@size-2x: 1440px;
+
+// Z-index and shadows
+@zindex-0: 1;
+@zindex-1: 100;
+@zindex-2: 200;
+@zindex-3: 300;
+@zindex-4: 400;
+
+@shadow-0: 0 0 .2rem rgba(0, 0, 0, .3);
+@shadow-1: 0 .1rem .4rem rgba(0, 0, 0, .3);
+@shadow-2: 0 .2rem .8rem rgba(0, 0, 0, .3);
+@shadow-3: 0 .3rem 1.2rem rgba(0, 0, 0, .3);
+@shadow-4: 0 .4rem 1.6rem rgba(0, 0, 0, .3);
diff --git a/tools/resizer/assets/css/app.less b/tools/resizer/assets/css/app.less
deleted file mode 100644
index 2b98433..0000000
--- a/tools/resizer/assets/css/app.less
+++ /dev/null
@@ -1,128 +0,0 @@
-/* Spectre Resizer */
-.app-container {
- background: #5764C6;
- bottom: 0;
- height: 100%;
- left: 0;
- overflow: hidden;
- position: fixed;
- right: 0;
- top: 0;
- width: 100%;
-}
-.copyright {
- bottom: 10px;
- color: #d2d7ee;
- left: 10px;
- position: fixed;
-}
-.copyright h1 {
- font-size: 14px;
- margin: 0;
-}
-.browser {
- background: #fff;
- border-radius: 3px;
- display: flex;
- flex-direction: column;
- height: 80vh;
- margin: 10vh auto;
- transform: scale(1, 1);
- transition: width .2s ease;
- width: 80vw;
-}
-.browser .browser-header {
- background: #f8f8f8;
- border-radius: 3px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 1rem;
- flex: 0 0 42px;
- width: 100%;
-}
-.browser .navbar-section {
- flex: 1 0 33.33%;
-}
-.mobile .navbar-section-btns {
- display: none;
-}
-.browser .browser-header .btn-refresh {
- right: 0;
- top: -2px;
-}
-.browser .browser-header .btn-action {
- color: #999;
- padding: 7px 5px;
-}
-.browser .browser-header .btn-action:hover,
-.browser .browser-header .btn-action:focus {
- color: #666;
-}
-.browser .browser-header .form-input {
- background: #eee;
- border-color: transparent;
- color: #666;
- height: 28px;
- padding: 5px 30px 5px 8px;
-}
-.browser .browser-header .form-input:hover,
-.browser .browser-header .form-input:focus {
- background: #e8e8e8;
- color: #333;
-}
-.browser .browser-header .form-select {
- background-color: transparent;
- border-color: transparent;
- height: 28px;
- padding: 3px 24px 3px 8px;
-}
-.browser .browser-body {
- border-radius: 3px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- flex: 1 1 auto;
- height: 100%;
- overflow-y: auto;
- position: relative;
- width: 100%;
- -webkit-overflow-scrolling: touch;
-}
-.browser .browser-body iframe {
- bottom: 0;
- left: 0;
- max-height: 100%;
- max-width: 100%;
- min-height: 100%;
- min-width: 100%;
- position: absolute;
- right: 0;
- top: 0;
-}
-.browser .browser-footer {
- background: #fefefe;
- border-radius: 3px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- flex: 0 0 5px;
- width: 100%;
-}
-.browser-action {
- border-radius: 5px;
- display: inline-block;
- height: 10px;
- margin: 3px 0 3px 6px;
- vertical-align: middle;
- width: 10px;
-}
-.browser-action.red {
- background: #fc625d;
-}
-.browser-action.yellow {
- background: #fec041;
-}
-.browser-action.green {
- background: #35ca4a;
-}
diff --git a/tools/resizer/assets/css/app.min.css b/tools/resizer/assets/css/app.min.css
deleted file mode 100644
index a44a699..0000000
--- a/tools/resizer/assets/css/app.min.css
+++ /dev/null
@@ -1 +0,0 @@
-.app-container{background:#5764c6;bottom:0;height:100%;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%}.copyright{bottom:10px;color:#d2d7ee;left:10px;position:fixed}.copyright h1{font-size:14px;margin:0}.browser{background:#fff;border-radius:3px;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:80vh;margin:10vh auto;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);transition:width .2s ease;width:80vw}.browser .browser-header{-webkit-align-items:center;align-items:center;background:#f8f8f8;border-radius:3px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 42px;-ms-flex:0 0 42px;flex:0 0 42px;-ms-flex-align:center;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:1rem;width:100%}.browser .navbar-section{-webkit-flex:1 0 33.33%;-ms-flex:1 0 33.33%;flex:1 0 33.33%}.mobile .navbar-section-btns{display:none}.browser .browser-header .btn-refresh{right:0;top:-2px}.browser .browser-header .btn-action{color:#999;padding:7px 5px}.browser .browser-header .btn-action:focus,.browser .browser-header .btn-action:hover{color:#666}.browser .browser-header .form-input{background:#eee;border-color:transparent;color:#666;height:28px;padding:5px 30px 5px 8px}.browser .browser-header .form-input:focus,.browser .browser-header .form-input:hover{background:#e8e8e8;color:#333}.browser .browser-header .form-select{background-color:transparent;border-color:transparent;height:28px;padding:3px 24px 3px 8px}.browser .browser-body{border-radius:0 0 3px 3px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:100%;-webkit-overflow-scrolling:touch;overflow-y:auto;position:relative;width:100%}.browser .browser-body iframe{bottom:0;left:0;max-height:100%;max-width:100%;min-height:100%;min-width:100%;position:absolute;right:0;top:0}.browser .browser-footer{background:#fefefe;border-radius:0 0 3px 3px;-webkit-flex:0 0 5px;-ms-flex:0 0 5px;flex:0 0 5px;width:100%}.browser-action{border-radius:5px;display:inline-block;height:10px;margin:3px 0 3px 6px;vertical-align:middle;width:10px}.browser-action.red{background:#fc625d}.browser-action.yellow{background:#fec041}.browser-action.green{background:#35ca4a}
diff --git a/tools/resizer/assets/js/zepto.min.js b/tools/resizer/assets/js/zepto.min.js
deleted file mode 100644
index 0d545b9..0000000
--- a/tools/resizer/assets/js/zepto.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Zepto v1.1.6 - zepto event ajax form ie - zeptojs.com/license */
-var Zepto=function(){function L(t){return null==t?String(t):j[S.call(t)]||"object"}function Z(t){return"function"==L(t)}function _(t){return null!=t&&t==t.window}function $(t){return null!=t&&t.nodeType==t.DOCUMENT_NODE}function D(t){return"object"==L(t)}function M(t){return D(t)&&!_(t)&&Object.getPrototypeOf(t)==Object.prototype}function R(t){return"number"==typeof t.length}function k(t){return s.call(t,function(t){return null!=t})}function z(t){return t.length>0?n.fn.concat.apply([],t):t}function F(t){return t.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()}function q(t){return t in f?f[t]:f[t]=new RegExp("(^|\\s)"+t+"(\\s|$)")}function H(t,e){return"number"!=typeof e||c[F(t)]?e:e+"px"}function I(t){var e,n;return u[t]||(e=a.createElement(t),a.body.appendChild(e),n=getComputedStyle(e,"").getPropertyValue("display"),e.parentNode.removeChild(e),"none"==n&&(n="block"),u[t]=n),u[t]}function V(t){return"children"in t?o.call(t.children):n.map(t.childNodes,function(t){return 1==t.nodeType?t:void 0})}function B(n,i,r){for(e in i)r&&(M(i[e])||A(i[e]))?(M(i[e])&&!M(n[e])&&(n[e]={}),A(i[e])&&!A(n[e])&&(n[e]=[]),B(n[e],i[e],r)):i[e]!==t&&(n[e]=i[e])}function U(t,e){return null==e?n(t):n(t).filter(e)}function J(t,e,n,i){return Z(e)?e.call(t,n,i):e}function X(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)}function W(e,n){var i=e.className||"",r=i&&i.baseVal!==t;return n===t?r?i.baseVal:i:void(r?i.baseVal=n:e.className=n)}function Y(t){try{return t?"true"==t||("false"==t?!1:"null"==t?null:+t+""==t?+t:/^[\[\{]/.test(t)?n.parseJSON(t):t):t}catch(e){return t}}function G(t,e){e(t);for(var n=0,i=t.childNodes.length;i>n;n++)G(t.childNodes[n],e)}var t,e,n,i,C,N,r=[],o=r.slice,s=r.filter,a=window.document,u={},f={},c={"column-count":1,columns:1,"font-weight":1,"line-height":1,opacity:1,"z-index":1,zoom:1},l=/^\s*<(\w+|!)[^>]*>/,h=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,p=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,d=/^(?:body|html)$/i,m=/([A-Z])/g,g=["val","css","html","text","data","width","height","offset"],v=["after","prepend","before","append"],y=a.createElement("table"),x=a.createElement("tr"),b={tr:a.createElement("tbody"),tbody:y,thead:y,tfoot:y,td:x,th:x,"*":a.createElement("div")},w=/complete|loaded|interactive/,E=/^[\w-]*$/,j={},S=j.toString,T={},O=a.createElement("div"),P={tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},A=Array.isArray||function(t){return t instanceof Array};return T.matches=function(t,e){if(!e||!t||1!==t.nodeType)return!1;var n=t.webkitMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.matchesSelector;if(n)return n.call(t,e);var i,r=t.parentNode,o=!r;return o&&(r=O).appendChild(t),i=~T.qsa(r,e).indexOf(t),o&&O.removeChild(t),i},C=function(t){return t.replace(/-+(.)?/g,function(t,e){return e?e.toUpperCase():""})},N=function(t){return s.call(t,function(e,n){return t.indexOf(e)==n})},T.fragment=function(e,i,r){var s,u,f;return h.test(e)&&(s=n(a.createElement(RegExp.$1))),s||(e.replace&&(e=e.replace(p,"<$1></$2>")),i===t&&(i=l.test(e)&&RegExp.$1),i in b||(i="*"),f=b[i],f.innerHTML=""+e,s=n.each(o.call(f.childNodes),function(){f.removeChild(this)})),M(r)&&(u=n(s),n.each(r,function(t,e){g.indexOf(t)>-1?u[t](e):u.attr(t,e)})),s},T.Z=function(t,e){return t=t||[],t.__proto__=n.fn,t.selector=e||"",t},T.isZ=function(t){return t instanceof T.Z},T.init=function(e,i){var r;if(!e)return T.Z();if("string"==typeof e)if(e=e.trim(),"<"==e[0]&&l.test(e))r=T.fragment(e,RegExp.$1,i),e=null;else{if(i!==t)return n(i).find(e);r=T.qsa(a,e)}else{if(Z(e))return n(a).ready(e);if(T.isZ(e))return e;if(A(e))r=k(e);else if(D(e))r=[e],e=null;else if(l.test(e))r=T.fragment(e.trim(),RegExp.$1,i),e=null;else{if(i!==t)return n(i).find(e);r=T.qsa(a,e)}}return T.Z(r,e)},n=function(t,e){return T.init(t,e)},n.extend=function(t){var e,n=o.call(arguments,1);return"boolean"==typeof t&&(e=t,t=n.shift()),n.forEach(function(n){B(t,n,e)}),t},T.qsa=function(t,e){var n,i="#"==e[0],r=!i&&"."==e[0],s=i||r?e.slice(1):e,a=E.test(s);return $(t)&&a&&i?(n=t.getElementById(s))?[n]:[]:1!==t.nodeType&&9!==t.nodeType?[]:o.call(a&&!i?r?t.getElementsByClassName(s):t.getElementsByTagName(e):t.querySelectorAll(e))},n.contains=a.documentElement.contains?function(t,e){return t!==e&&t.contains(e)}:function(t,e){for(;e&&(e=e.parentNode);)if(e===t)return!0;return!1},n.type=L,n.isFunction=Z,n.isWindow=_,n.isArray=A,n.isPlainObject=M,n.isEmptyObject=function(t){var e;for(e in t)return!1;return!0},n.inArray=function(t,e,n){return r.indexOf.call(e,t,n)},n.camelCase=C,n.trim=function(t){return null==t?"":String.prototype.trim.call(t)},n.uuid=0,n.support={},n.expr={},n.map=function(t,e){var n,r,o,i=[];if(R(t))for(r=0;r<t.length;r++)n=e(t[r],r),null!=n&&i.push(n);else for(o in t)n=e(t[o],o),null!=n&&i.push(n);return z(i)},n.each=function(t,e){var n,i;if(R(t)){for(n=0;n<t.length;n++)if(e.call(t[n],n,t[n])===!1)return t}else for(i in t)if(e.call(t[i],i,t[i])===!1)return t;return t},n.grep=function(t,e){return s.call(t,e)},window.JSON&&(n.parseJSON=JSON.parse),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(t,e){j["[object "+e+"]"]=e.toLowerCase()}),n.fn={forEach:r.forEach,reduce:r.reduce,push:r.push,sort:r.sort,indexOf:r.indexOf,concat:r.concat,map:function(t){return n(n.map(this,function(e,n){return t.call(e,n,e)}))},slice:function(){return n(o.apply(this,arguments))},ready:function(t){return w.test(a.readyState)&&a.body?t(n):a.addEventListener("DOMContentLoaded",function(){t(n)},!1),this},get:function(e){return e===t?o.call(this):this[e>=0?e:e+this.length]},toArray:function(){return this.get()},size:function(){return this.length},remove:function(){return this.each(function(){null!=this.parentNode&&this.parentNode.removeChild(this)})},each:function(t){return r.every.call(this,function(e,n){return t.call(e,n,e)!==!1}),this},filter:function(t){return Z(t)?this.not(this.not(t)):n(s.call(this,function(e){return T.matches(e,t)}))},add:function(t,e){return n(N(this.concat(n(t,e))))},is:function(t){return this.length>0&&T.matches(this[0],t)},not:function(e){var i=[];if(Z(e)&&e.call!==t)this.each(function(t){e.call(this,t)||i.push(this)});else{var r="string"==typeof e?this.filter(e):R(e)&&Z(e.item)?o.call(e):n(e);this.forEach(function(t){r.indexOf(t)<0&&i.push(t)})}return n(i)},has:function(t){return this.filter(function(){return D(t)?n.contains(this,t):n(this).find(t).size()})},eq:function(t){return-1===t?this.slice(t):this.slice(t,+t+1)},first:function(){var t=this[0];return t&&!D(t)?t:n(t)},last:function(){var t=this[this.length-1];return t&&!D(t)?t:n(t)},find:function(t){var e,i=this;return e=t?"object"==typeof t?n(t).filter(function(){var t=this;return r.some.call(i,function(e){return n.contains(e,t)})}):1==this.length?n(T.qsa(this[0],t)):this.map(function(){return T.qsa(this,t)}):n()},closest:function(t,e){var i=this[0],r=!1;for("object"==typeof t&&(r=n(t));i&&!(r?r.indexOf(i)>=0:T.matches(i,t));)i=i!==e&&!$(i)&&i.parentNode;return n(i)},parents:function(t){for(var e=[],i=this;i.length>0;)i=n.map(i,function(t){return(t=t.parentNode)&&!$(t)&&e.indexOf(t)<0?(e.push(t),t):void 0});return U(e,t)},parent:function(t){return U(N(this.pluck("parentNode")),t)},children:function(t){return U(this.map(function(){return V(this)}),t)},contents:function(){return this.map(function(){return o.call(this.childNodes)})},siblings:function(t){return U(this.map(function(t,e){return s.call(V(e.parentNode),function(t){return t!==e})}),t)},empty:function(){return this.each(function(){this.innerHTML=""})},pluck:function(t){return n.map(this,function(e){return e[t]})},show:function(){return this.each(function(){"none"==this.style.display&&(this.style.display=""),"none"==getComputedStyle(this,"").getPropertyValue("display")&&(this.style.display=I(this.nodeName))})},replaceWith:function(t){return this.before(t).remove()},wrap:function(t){var e=Z(t);if(this[0]&&!e)var i=n(t).get(0),r=i.parentNode||this.length>1;return this.each(function(o){n(this).wrapAll(e?t.call(this,o):r?i.cloneNode(!0):i)})},wrapAll:function(t){if(this[0]){n(this[0]).before(t=n(t));for(var e;(e=t.children()).length;)t=e.first();n(t).append(this)}return this},wrapInner:function(t){var e=Z(t);return this.each(function(i){var r=n(this),o=r.contents(),s=e?t.call(this,i):t;o.length?o.wrapAll(s):r.append(s)})},unwrap:function(){return this.parent().each(function(){n(this).replaceWith(n(this).children())}),this},clone:function(){return this.map(function(){return this.cloneNode(!0)})},hide:function(){return this.css("display","none")},toggle:function(e){return this.each(function(){var i=n(this);(e===t?"none"==i.css("display"):e)?i.show():i.hide()})},prev:function(t){return n(this.pluck("previousElementSibling")).filter(t||"*")},next:function(t){return n(this.pluck("nextElementSibling")).filter(t||"*")},html:function(t){return 0 in arguments?this.each(function(e){var i=this.innerHTML;n(this).empty().append(J(this,t,e,i))}):0 in this?this[0].innerHTML:null},text:function(t){return 0 in arguments?this.each(function(e){var n=J(this,t,e,this.textContent);this.textContent=null==n?"":""+n}):0 in this?this[0].textContent:null},attr:function(n,i){var r;return"string"!=typeof n||1 in arguments?this.each(function(t){if(1===this.nodeType)if(D(n))for(e in n)X(this,e,n[e]);else X(this,n,J(this,i,t,this.getAttribute(n)))}):this.length&&1===this[0].nodeType?!(r=this[0].getAttribute(n))&&n in this[0]?this[0][n]:r:t},removeAttr:function(t){return this.each(function(){1===this.nodeType&&t.split(" ").forEach(function(t){X(this,t)},this)})},prop:function(t,e){return t=P[t]||t,1 in arguments?this.each(function(n){this[t]=J(this,e,n,this[t])}):this[0]&&this[0][t]},data:function(e,n){var i="data-"+e.replace(m,"-$1").toLowerCase(),r=1 in arguments?this.attr(i,n):this.attr(i);return null!==r?Y(r):t},val:function(t){return 0 in arguments?this.each(function(e){this.value=J(this,t,e,this.value)}):this[0]&&(this[0].multiple?n(this[0]).find("option").filter(function(){return this.selected}).pluck("value"):this[0].value)},offset:function(t){if(t)return this.each(function(e){var i=n(this),r=J(this,t,e,i.offset()),o=i.offsetParent().offset(),s={top:r.top-o.top,left:r.left-o.left};"static"==i.css("position")&&(s.position="relative"),i.css(s)});if(!this.length)return null;var e=this[0].getBoundingClientRect();return{left:e.left+window.pageXOffset,top:e.top+window.pageYOffset,width:Math.round(e.width),height:Math.round(e.height)}},css:function(t,i){if(arguments.length<2){var r,o=this[0];if(!o)return;if(r=getComputedStyle(o,""),"string"==typeof t)return o.style[C(t)]||r.getPropertyValue(t);if(A(t)){var s={};return n.each(t,function(t,e){s[e]=o.style[C(e)]||r.getPropertyValue(e)}),s}}var a="";if("string"==L(t))i||0===i?a=F(t)+":"+H(t,i):this.each(function(){this.style.removeProperty(F(t))});else for(e in t)t[e]||0===t[e]?a+=F(e)+":"+H(e,t[e])+";":this.each(function(){this.style.removeProperty(F(e))});return this.each(function(){this.style.cssText+=";"+a})},index:function(t){return t?this.indexOf(n(t)[0]):this.parent().children().indexOf(this[0])},hasClass:function(t){return t?r.some.call(this,function(t){return this.test(W(t))},q(t)):!1},addClass:function(t){return t?this.each(function(e){if("className"in this){i=[];var r=W(this),o=J(this,t,e,r);o.split(/\s+/g).forEach(function(t){n(this).hasClass(t)||i.push(t)},this),i.length&&W(this,r+(r?" ":"")+i.join(" "))}}):this},removeClass:function(e){return this.each(function(n){if("className"in this){if(e===t)return W(this,"");i=W(this),J(this,e,n,i).split(/\s+/g).forEach(function(t){i=i.replace(q(t)," ")}),W(this,i.trim())}})},toggleClass:function(e,i){return e?this.each(function(r){var o=n(this),s=J(this,e,r,W(this));s.split(/\s+/g).forEach(function(e){(i===t?!o.hasClass(e):i)?o.addClass(e):o.removeClass(e)})}):this},scrollTop:function(e){if(this.length){var n="scrollTop"in this[0];return e===t?n?this[0].scrollTop:this[0].pageYOffset:this.each(n?function(){this.scrollTop=e}:function(){this.scrollTo(this.scrollX,e)})}},scrollLeft:function(e){if(this.length){var n="scrollLeft"in this[0];return e===t?n?this[0].scrollLeft:this[0].pageXOffset:this.each(n?function(){this.scrollLeft=e}:function(){this.scrollTo(e,this.scrollY)})}},position:function(){if(this.length){var t=this[0],e=this.offsetParent(),i=this.offset(),r=d.test(e[0].nodeName)?{top:0,left:0}:e.offset();return i.top-=parseFloat(n(t).css("margin-top"))||0,i.left-=parseFloat(n(t).css("margin-left"))||0,r.top+=parseFloat(n(e[0]).css("border-top-width"))||0,r.left+=parseFloat(n(e[0]).css("border-left-width"))||0,{top:i.top-r.top,left:i.left-r.left}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent||a.body;t&&!d.test(t.nodeName)&&"static"==n(t).css("position");)t=t.offsetParent;return t})}},n.fn.detach=n.fn.remove,["width","height"].forEach(function(e){var i=e.replace(/./,function(t){return t[0].toUpperCase()});n.fn[e]=function(r){var o,s=this[0];return r===t?_(s)?s["inner"+i]:$(s)?s.documentElement["scroll"+i]:(o=this.offset())&&o[e]:this.each(function(t){s=n(this),s.css(e,J(this,r,t,s[e]()))})}}),v.forEach(function(t,e){var i=e%2;n.fn[t]=function(){var t,o,r=n.map(arguments,function(e){return t=L(e),"object"==t||"array"==t||null==e?e:T.fragment(e)}),s=this.length>1;return r.length<1?this:this.each(function(t,u){o=i?u:u.parentNode,u=0==e?u.nextSibling:1==e?u.firstChild:2==e?u:null;var f=n.contains(a.documentElement,o);r.forEach(function(t){if(s)t=t.cloneNode(!0);else if(!o)return n(t).remove();o.insertBefore(t,u),f&&G(t,function(t){null==t.nodeName||"SCRIPT"!==t.nodeName.toUpperCase()||t.type&&"text/javascript"!==t.type||t.src||window.eval.call(window,t.innerHTML)})})})},n.fn[i?t+"To":"insert"+(e?"Before":"After")]=function(e){return n(e)[t](this),this}}),T.Z.prototype=n.fn,T.uniq=N,T.deserializeValue=Y,n.zepto=T,n}();window.Zepto=Zepto,void 0===window.$&&(window.$=Zepto),function(t){function l(t){return t._zid||(t._zid=e++)}function h(t,e,n,i){if(e=p(e),e.ns)var r=d(e.ns);return(s[l(t)]||[]).filter(function(t){return!(!t||e.e&&t.e!=e.e||e.ns&&!r.test(t.ns)||n&&l(t.fn)!==l(n)||i&&t.sel!=i)})}function p(t){var e=(""+t).split(".");return{e:e[0],ns:e.slice(1).sort().join(" ")}}function d(t){return new RegExp("(?:^| )"+t.replace(" "," .* ?")+"(?: |$)")}function m(t,e){return t.del&&!u&&t.e in f||!!e}function g(t){return c[t]||u&&f[t]||t}function v(e,i,r,o,a,u,f){var h=l(e),d=s[h]||(s[h]=[]);i.split(/\s/).forEach(function(i){if("ready"==i)return t(document).ready(r);var s=p(i);s.fn=r,s.sel=a,s.e in c&&(r=function(e){var n=e.relatedTarget;return!n||n!==this&&!t.contains(this,n)?s.fn.apply(this,arguments):void 0}),s.del=u;var l=u||r;s.proxy=function(t){if(t=j(t),!t.isImmediatePropagationStopped()){t.data=o;var i=l.apply(e,t._args==n?[t]:[t].concat(t._args));return i===!1&&(t.preventDefault(),t.stopPropagation()),i}},s.i=d.length,d.push(s),"addEventListener"in e&&e.addEventListener(g(s.e),s.proxy,m(s,f))})}function y(t,e,n,i,r){var o=l(t);(e||"").split(/\s/).forEach(function(e){h(t,e,n,i).forEach(function(e){delete s[o][e.i],"removeEventListener"in t&&t.removeEventListener(g(e.e),e.proxy,m(e,r))})})}function j(e,i){return(i||!e.isDefaultPrevented)&&(i||(i=e),t.each(E,function(t,n){var r=i[t];e[t]=function(){return this[n]=x,r&&r.apply(i,arguments)},e[n]=b}),(i.defaultPrevented!==n?i.defaultPrevented:"returnValue"in i?i.returnValue===!1:i.getPreventDefault&&i.getPreventDefault())&&(e.isDefaultPrevented=x)),e}function S(t){var e,i={originalEvent:t};for(e in t)w.test(e)||t[e]===n||(i[e]=t[e]);return j(i,t)}var n,e=1,i=Array.prototype.slice,r=t.isFunction,o=function(t){return"string"==typeof t},s={},a={},u="onfocusin"in window,f={focus:"focusin",blur:"focusout"},c={mouseenter:"mouseover",mouseleave:"mouseout"};a.click=a.mousedown=a.mouseup=a.mousemove="MouseEvents",t.event={add:v,remove:y},t.proxy=function(e,n){var s=2 in arguments&&i.call(arguments,2);if(r(e)){var a=function(){return e.apply(n,s?s.concat(i.call(arguments)):arguments)};return a._zid=l(e),a}if(o(n))return s?(s.unshift(e[n],e),t.proxy.apply(null,s)):t.proxy(e[n],e);throw new TypeError("expected function")},t.fn.bind=function(t,e,n){return this.on(t,e,n)},t.fn.unbind=function(t,e){return this.off(t,e)},t.fn.one=function(t,e,n,i){return this.on(t,e,n,i,1)};var x=function(){return!0},b=function(){return!1},w=/^([A-Z]|returnValue$|layer[XY]$)/,E={preventDefault:"isDefaultPrevented",stopImmediatePropagation:"isImmediatePropagationStopped",stopPropagation:"isPropagationStopped"};t.fn.delegate=function(t,e,n){return this.on(e,t,n)},t.fn.undelegate=function(t,e,n){return this.off(e,t,n)},t.fn.live=function(e,n){return t(document.body).delegate(this.selector,e,n),this},t.fn.die=function(e,n){return t(document.body).undelegate(this.selector,e,n),this},t.fn.on=function(e,s,a,u,f){var c,l,h=this;return e&&!o(e)?(t.each(e,function(t,e){h.on(t,s,a,e,f)}),h):(o(s)||r(u)||u===!1||(u=a,a=s,s=n),(r(a)||a===!1)&&(u=a,a=n),u===!1&&(u=b),h.each(function(n,r){f&&(c=function(t){return y(r,t.type,u),u.apply(this,arguments)}),s&&(l=function(e){var n,o=t(e.target).closest(s,r).get(0);return o&&o!==r?(n=t.extend(S(e),{currentTarget:o,liveFired:r}),(c||u).apply(o,[n].concat(i.call(arguments,1)))):void 0}),v(r,e,u,a,s,l||c)}))},t.fn.off=function(e,i,s){var a=this;return e&&!o(e)?(t.each(e,function(t,e){a.off(t,i,e)}),a):(o(i)||r(s)||s===!1||(s=i,i=n),s===!1&&(s=b),a.each(function(){y(this,e,s,i)}))},t.fn.trigger=function(e,n){return e=o(e)||t.isPlainObject(e)?t.Event(e):j(e),e._args=n,this.each(function(){e.type in f&&"function"==typeof this[e.type]?this[e.type]():"dispatchEvent"in this?this.dispatchEvent(e):t(this).triggerHandler(e,n)})},t.fn.triggerHandler=function(e,n){var i,r;return this.each(function(s,a){i=S(o(e)?t.Event(e):e),i._args=n,i.target=a,t.each(h(a,e.type||e),function(t,e){return r=e.proxy(i),i.isImmediatePropagationStopped()?!1:void 0})}),r},"focusin focusout focus blur load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select keydown keypress keyup error".split(" ").forEach(function(e){t.fn[e]=function(t){return 0 in arguments?this.bind(e,t):this.trigger(e)}}),t.Event=function(t,e){o(t)||(e=t,t=e.type);var n=document.createEvent(a[t]||"Events"),i=!0;if(e)for(var r in e)"bubbles"==r?i=!!e[r]:n[r]=e[r];return n.initEvent(t,i,!0),j(n)}}(Zepto),function(t){function h(e,n,i){var r=t.Event(n);return t(e).trigger(r,i),!r.isDefaultPrevented()}function p(t,e,i,r){return t.global?h(e||n,i,r):void 0}function d(e){e.global&&0===t.active++&&p(e,null,"ajaxStart")}function m(e){e.global&&!--t.active&&p(e,null,"ajaxStop")}function g(t,e){var n=e.context;return e.beforeSend.call(n,t,e)===!1||p(e,n,"ajaxBeforeSend",[t,e])===!1?!1:void p(e,n,"ajaxSend",[t,e])}function v(t,e,n,i){var r=n.context,o="success";n.success.call(r,t,o,e),i&&i.resolveWith(r,[t,o,e]),p(n,r,"ajaxSuccess",[e,n,t]),x(o,e,n)}function y(t,e,n,i,r){var o=i.context;i.error.call(o,n,e,t),r&&r.rejectWith(o,[n,e,t]),p(i,o,"ajaxError",[n,i,t||e]),x(e,n,i)}function x(t,e,n){var i=n.context;n.complete.call(i,e,t),p(n,i,"ajaxComplete",[e,n]),m(n)}function b(){}function w(t){return t&&(t=t.split(";",2)[0]),t&&(t==f?"html":t==u?"json":s.test(t)?"script":a.test(t)&&"xml")||"text"}function E(t,e){return""==e?t:(t+"&"+e).replace(/[&?]{1,2}/,"?")}function j(e){e.processData&&e.data&&"string"!=t.type(e.data)&&(e.data=t.param(e.data,e.traditional)),!e.data||e.type&&"GET"!=e.type.toUpperCase()||(e.url=E(e.url,e.data),e.data=void 0)}function S(e,n,i,r){return t.isFunction(n)&&(r=i,i=n,n=void 0),t.isFunction(i)||(r=i,i=void 0),{url:e,data:n,success:i,dataType:r}}function C(e,n,i,r){var o,s=t.isArray(n),a=t.isPlainObject(n);t.each(n,function(n,u){o=t.type(u),r&&(n=i?r:r+"["+(a||"object"==o||"array"==o?n:"")+"]"),!r&&s?e.add(u.name,u.value):"array"==o||!i&&"object"==o?C(e,u,i,n):e.add(n,u)})}var i,r,e=0,n=window.document,o=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,s=/^(?:text|application)\/javascript/i,a=/^(?:text|application)\/xml/i,u="application/json",f="text/html",c=/^\s*$/,l=n.createElement("a");l.href=window.location.href,t.active=0,t.ajaxJSONP=function(i,r){if(!("type"in i))return t.ajax(i);var f,h,o=i.jsonpCallback,s=(t.isFunction(o)?o():o)||"jsonp"+ ++e,a=n.createElement("script"),u=window[s],c=function(e){t(a).triggerHandler("error",e||"abort")},l={abort:c};return r&&r.promise(l),t(a).on("load error",function(e,n){clearTimeout(h),t(a).off().remove(),"error"!=e.type&&f?v(f[0],l,i,r):y(null,n||"error",l,i,r),window[s]=u,f&&t.isFunction(u)&&u(f[0]),u=f=void 0}),g(l,i)===!1?(c("abort"),l):(window[s]=function(){f=arguments},a.src=i.url.replace(/\?(.+)=\?/,"?$1="+s),n.head.appendChild(a),i.timeout>0&&(h=setTimeout(function(){c("timeout")},i.timeout)),l)},t.ajaxSettings={type:"GET",beforeSend:b,success:b,error:b,complete:b,context:null,global:!0,xhr:function(){return new window.XMLHttpRequest},accepts:{script:"text/javascript, application/javascript, application/x-javascript",json:u,xml:"application/xml, text/xml",html:f,text:"text/plain"},crossDomain:!1,timeout:0,processData:!0,cache:!0},t.ajax=function(e){var a,o=t.extend({},e||{}),s=t.Deferred&&t.Deferred();for(i in t.ajaxSettings)void 0===o[i]&&(o[i]=t.ajaxSettings[i]);d(o),o.crossDomain||(a=n.createElement("a"),a.href=o.url,a.href=a.href,o.crossDomain=l.protocol+"//"+l.host!=a.protocol+"//"+a.host),o.url||(o.url=window.location.toString()),j(o);var u=o.dataType,f=/\?.+=\?/.test(o.url);if(f&&(u="jsonp"),o.cache!==!1&&(e&&e.cache===!0||"script"!=u&&"jsonp"!=u)||(o.url=E(o.url,"_="+Date.now())),"jsonp"==u)return f||(o.url=E(o.url,o.jsonp?o.jsonp+"=?":o.jsonp===!1?"":"callback=?")),t.ajaxJSONP(o,s);var C,h=o.accepts[u],p={},m=function(t,e){p[t.toLowerCase()]=[t,e]},x=/^([\w-]+:)\/\//.test(o.url)?RegExp.$1:window.location.protocol,S=o.xhr(),T=S.setRequestHeader;if(s&&s.promise(S),o.crossDomain||m("X-Requested-With","XMLHttpRequest"),m("Accept",h||"*/*"),(h=o.mimeType||h)&&(h.indexOf(",")>-1&&(h=h.split(",",2)[0]),S.overrideMimeType&&S.overrideMimeType(h)),(o.contentType||o.contentType!==!1&&o.data&&"GET"!=o.type.toUpperCase())&&m("Content-Type",o.contentType||"application/x-www-form-urlencoded"),o.headers)for(r in o.headers)m(r,o.headers[r]);if(S.setRequestHeader=m,S.onreadystatechange=function(){if(4==S.readyState){S.onreadystatechange=b,clearTimeout(C);var e,n=!1;if(S.status>=200&&S.status<300||304==S.status||0==S.status&&"file:"==x){u=u||w(o.mimeType||S.getResponseHeader("content-type")),e=S.responseText;try{"script"==u?(1,eval)(e):"xml"==u?e=S.responseXML:"json"==u&&(e=c.test(e)?null:t.parseJSON(e))}catch(i){n=i}n?y(n,"parsererror",S,o,s):v(e,S,o,s)}else y(S.statusText||null,S.status?"error":"abort",S,o,s)}},g(S,o)===!1)return S.abort(),y(null,"abort",S,o,s),S;if(o.xhrFields)for(r in o.xhrFields)S[r]=o.xhrFields[r];var N="async"in o?o.async:!0;S.open(o.type,o.url,N,o.username,o.password);for(r in p)T.apply(S,p[r]);return o.timeout>0&&(C=setTimeout(function(){S.onreadystatechange=b,S.abort(),y(null,"timeout",S,o,s)},o.timeout)),S.send(o.data?o.data:null),S},t.get=function(){return t.ajax(S.apply(null,arguments))},t.post=function(){var e=S.apply(null,arguments);return e.type="POST",t.ajax(e)},t.getJSON=function(){var e=S.apply(null,arguments);return e.dataType="json",t.ajax(e)},t.fn.load=function(e,n,i){if(!this.length)return this;var a,r=this,s=e.split(/\s/),u=S(e,n,i),f=u.success;return s.length>1&&(u.url=s[0],a=s[1]),u.success=function(e){r.html(a?t("<div>").html(e.replace(o,"")).find(a):e),f&&f.apply(r,arguments)},t.ajax(u),this};var T=encodeURIComponent;t.param=function(e,n){var i=[];return i.add=function(e,n){t.isFunction(n)&&(n=n()),null==n&&(n=""),this.push(T(e)+"="+T(n))},C(i,e,n),i.join("&").replace(/%20/g,"+")}}(Zepto),function(t){t.fn.serializeArray=function(){var e,n,i=[],r=function(t){return t.forEach?t.forEach(r):void i.push({name:e,value:t})};return this[0]&&t.each(this[0].elements,function(i,o){n=o.type,e=o.name,e&&"fieldset"!=o.nodeName.toLowerCase()&&!o.disabled&&"submit"!=n&&"reset"!=n&&"button"!=n&&"file"!=n&&("radio"!=n&&"checkbox"!=n||o.checked)&&r(t(o).val())}),i},t.fn.serialize=function(){var t=[];return this.serializeArray().forEach(function(e){t.push(encodeURIComponent(e.name)+"="+encodeURIComponent(e.value))}),t.join("&")},t.fn.submit=function(e){if(0 in arguments)this.bind("submit",e);else if(this.length){var n=t.Event("submit");this.eq(0).trigger(n),n.isDefaultPrevented()||this.get(0).submit()}return this}}(Zepto),function(t){"__proto__"in{}||t.extend(t.zepto,{Z:function(e,n){return e=e||[],t.extend(e,t.fn),e.selector=n||"",e.__Z=!0,e},isZ:function(e){return"array"===t.type(e)&&"__Z"in e}});try{getComputedStyle(void 0)}catch(e){var n=getComputedStyle;window.getComputedStyle=function(t){try{return n(t)}catch(e){return null}}}}(Zepto); \ No newline at end of file
diff --git a/tools/resizer/index.html b/tools/resizer/index.html
deleted file mode 100644
index e6db236..0000000
--- a/tools/resizer/index.html
+++ /dev/null
@@ -1,121 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8" />
- <meta name="robots" content="index, follow" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="author" content="https://github.com/picturepan2/spectre" />
- <title>Spectre.css Responsive Resizer</title>
- <link rel="stylesheet" href="../../dist/spectre.min.css" />
- <link rel="stylesheet" href="../../demo/font/style.css" />
- <link rel="stylesheet" href="assets/css/app.min.css" />
- <script src="assets/js/zepto.min.js"></script>
- <script>
- Zepto(function($){
- var target = $('#viewport');
- var width = $('#browser').width();
- var addressClean = '';
- var addressRaw = '';
-
- $('.option-default').text('Current - ' + width ).val( width );
- checksize( width );
- load('https://picturepan2.github.io/spectre');
-
- $('#superbar').submit(function() {
- load($('#address').val() );
- return false;
- });
-
- $('#address').focus(function() {
- $( this ).val( addressRaw );
- });
- $('#address').blur(function() {
- $( this ).val( addressClean );
- });
-
- $('#refresh').click(function() {
- target.attr('src', target.attr('src'));
- });
-
- $('#sizes').change(function() {
- var newWidth = $('#sizes').val();
- $('#browser').width( newWidth + 'px');
- checksize( newWidth );
- });
-
- function load( url ) {
- if (url.search(/^http[s]?\:\/\//) == -1) {
- url = 'http://' + url;
- }
- target.attr('src', url );
- addressRaw = url;
- addressClean = url.replace('http://', '').replace('https://', '');
-
- $('#address').val( addressClean ).blur();
- }
- function checksize( width ) {
- if ( width <= 600 ) {
- $('#browser').removeClass('desktop').addClass('mobile');
- } else {
- $('#browser').removeClass('mobile').addClass('desktop');
- }
- }
- })
- </script>
-</head>
-<body class="app-container">
- <div id="browser" class="browser shadow">
- <header class="browser-header navbar">
- <div class="navbar-section navbar-section-btns">
- <div class="browser-action red"></div>
- <div class="browser-action yellow"></div>
- <div class="browser-action green"></div>
- </div>
- <div class="navbar-section">
- <form id="superbar" class="rel" method="post" autocomplete="off">
- <input id="address" class="form-input" type="text" placeholder="enter website address" />
- <button id="refresh" class="btn btn-link btn-refresh btn-action abs">
- <i class="icon icon-refresh"></i>
- </button>
- <input type="submit" class="hide" value="go">
- </form>
- </div>
- <div class="navbar-section text-right">
- <div class="meta">
- <select id="sizes" class="form-select">
- <option class="option-default">loading</option>
- <option value="1440">Desktop - 1440</option>
- <option value="1280">Desktop - 1280</option>
- <option value="1024">Desktop - 1024</option>
- <option value="960">Desktop - 960</option>
- <option value="840">Tablet - 840</option>
- <option value="720">Tablet - 720</option>
- <option value="600">Tablet - 600</option>
- <option value="480">Mobile - 480</option>
- <option value="400">Mobile - 400</option>
- <option value="360">Mobile - 360</option>
- </select>
- </div>
- </div>
- </header>
- <div class="browser-body">
- <iframe id="viewport" width="100%" height="100%" frameborder="0" scrolling="auto" allowtrancparency="true"></iframe>
- </div>
- <footer class="browser-footer"></footer>
- </div>
-
- <section class="copyright">
- <h1>Responsive Resizer v0.1.4</h1>
- </section>
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-2702768-8', 'auto');
- ga('send', 'pageview');
- </script>
-</body>
-</html>