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
path: root/docs
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-08-15 11:06:33 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-15 11:06:33 +0300
commita8ba146553cdbe25c782aea323a8f7df0ad664f0 (patch)
treee5383338e34ed9fcefa1fdafdb91346cf0e5d82f /docs
parent38962f94d497a40435862d187f30b04f2b68205d (diff)
IMPORTANT: Change back to rem unit, and default html font size is 20px.
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html8
-rw-r--r--docs/css/docs.css175
-rw-r--r--docs/dist/spectre-exp.css176
-rw-r--r--docs/dist/spectre-exp.min.css2
-rw-r--r--docs/dist/spectre-icons.css120
-rw-r--r--docs/dist/spectre-icons.min.css2
-rw-r--r--docs/dist/spectre.css766
-rw-r--r--docs/dist/spectre.min.css2
-rw-r--r--docs/elements.html6
-rw-r--r--docs/experimentals.html2
-rw-r--r--docs/getting-started.html134
-rw-r--r--docs/index.html6
-rw-r--r--docs/src/docs.less165
-rw-r--r--docs/utilities.html34
14 files changed, 815 insertions, 783 deletions
diff --git a/docs/components.html b/docs/components.html
index a61a3bd..3143683 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1273,7 +1273,7 @@
<div class="modal-container" role="document">
<div class="modal-header">
<a href="#modals" class="btn btn-clear float-right" aria-label="Close"></a>
- <div class="modal-title">Modal title</div>
+ <div class="modal-title h5">Modal title</div>
</div>
<div class="modal-body">
<div class="content">
@@ -1308,7 +1308,7 @@
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;modal-container&quot;</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;modal-header&quot;</span>&gt;
&lt;<span class="tag">button</span> <span class="atn">class</span>=<span class="atv">&quot;btn btn-clear float-right&quot;</span>&gt;&lt;<span class="tag">/button</span>&gt;
- &lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;modal-title&quot;</span>&gt;Modal title&lt;<span class="tag">/div</span>&gt;
+ &lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;modal-title h5&quot;</span>&gt;Modal title&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;modal-body&quot;</span>&gt;
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;content&quot;</span>&gt;
@@ -1330,7 +1330,7 @@
<div class="modal-container" role="document">
<div class="modal-header">
<button type="button" class="btn btn-clear float-right" aria-label="Close"></button>
- <div class="modal-title">Modal title</div>
+ <div class="modal-title h5">Modal title</div>
</div>
<div class="modal-body">
<div class="content">
@@ -1350,7 +1350,7 @@
<div class="modal-container" role="document">
<div class="modal-header">
<button type="button" class="btn btn-clear float-right" aria-label="Close"></button>
- <div class="modal-title">Modal title</div>
+ <div class="modal-title h5">Modal title</div>
</div>
<div class="modal-body">
<div class="content">
diff --git a/docs/css/docs.css b/docs/css/docs.css
index 4060e72..02a6090 100644
--- a/docs/css/docs.css
+++ b/docs/css/docs.css
@@ -15,22 +15,22 @@
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
- padding: 30px 0 30px 30px;
- width: 240px;
+ padding: 1.5rem 0 1.5rem 1.5rem;
+ width: 12rem;
}
.s-sidebar .s-nav {
- bottom: 30px;
+ bottom: 1.5rem;
overflow-y: auto;
position: fixed;
- top: 100px;
- width: 210px;
+ top: 5rem;
+ width: 10.5rem;
}
.s-sidebar .accordion .accordion-item {
- margin-bottom: 15px;
+ margin-bottom: .75rem;
}
.s-sidebar .accordion input ~ .accordion-header {
color: #5b657a;
- font-size: 12px;
+ font-size: .6rem;
font-weight: 600;
text-transform: uppercase;
}
@@ -38,7 +38,7 @@
color: #5b657a;
}
.s-sidebar .accordion .menu .menu-item {
- padding-left: 20px;
+ padding-left: 1rem;
}
.s-sidebar .accordion .menu .menu-item > a {
background: transparent;
@@ -50,11 +50,11 @@
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 920px;
- padding: 0 60px;
- width: calc(100vw - 240px);
+ padding: 0 3rem;
+ width: calc(100vw - 12rem);
}
.s-content > .container {
- padding-bottom: 30px;
+ padding-bottom: 1.5rem;
}
.s-content .anchor {
color: #626fca;
@@ -76,10 +76,10 @@
}
.s-content .s-title,
.s-content .s-subtitle {
- line-height: 32px;
+ line-height: 1.6rem;
margin-bottom: 0;
- padding-bottom: 30px;
- padding-top: 30px;
+ padding-bottom: 1.5rem;
+ padding-top: 1.5rem;
position: static;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
@@ -99,7 +99,7 @@
left: -10px;
position: absolute;
right: -10px;
- top: -10px;
+ top: -5px;
z-index: -1;
}
}
@@ -110,52 +110,55 @@
}
.s-content .s-title + .docs-note,
.s-content .s-subtitle + .docs-note {
- margin-top: 8px;
+ margin-top: .4rem;
}
.s-content .docs-note {
- margin: 30px 0;
+ margin: 1.5rem 0;
}
.s-content .column {
- padding: 10px;
+ padding: .4rem;
}
.s-content .docs-block {
- border-radius: 2px;
- padding: 10px;
+ border-radius: .1rem;
+ padding: .5rem;
}
.s-content .docs-block.bg-gray {
background: #f0f1f4;
}
.s-content .docs-shape {
- height: 96px;
- line-height: 24px;
- padding: 36px 0;
- width: 96px;
+ height: 4.8rem;
+ line-height: 1.2rem;
+ padding: 1.8rem 0;
+ width: 4.8rem;
}
.s-content .docs-dot {
border-radius: 50%;
display: inline-block;
- height: 10px;
+ height: .5rem;
padding: 0;
- width: 10px;
+ width: .5rem;
}
.s-content .docs-table th,
.s-content .docs-table td {
- padding: 15px 5px;
+ padding: .75rem .25rem;
}
.s-content .docs-color {
- border-radius: 2px;
- margin: 5px 0;
- padding: 10px;
+ border-radius: .1rem;
+ margin: .25rem 0;
+ padding: .5rem;
}
.s-content .docs-color .color-subtitle {
- font-size: 12px;
+ font-size: .6rem;
opacity: .75;
}
.s-content .panel {
height: 75vh;
}
.s-content .panel .tile {
- margin: 15px 0;
+ margin: .75rem 0;
+}
+.s-content .parallax {
+ margin: 2rem auto;
}
.s-content .code {
color: #5b657a;
@@ -173,7 +176,7 @@
color: #e06870;
}
.s-content .empty .icon {
- font-size: 40px;
+ font-size: 2rem;
}
.s-content .form-autocomplete .menu {
position: static;
@@ -184,16 +187,16 @@
-webkit-align-items: center;
align-items: center;
background: #5764c6;
- border-radius: 2px;
+ border-radius: .1rem;
color: #fff;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: center;
-ms-flex-line-pack: distribute;
- font-size: 24px;
- height: 40px;
- width: 40px;
+ font-size: 1.2rem;
+ height: 2rem;
+ width: 2rem;
}
.s-content .example-tile-icon .icon {
margin: auto;
@@ -208,20 +211,20 @@
}
.s-brand {
color: #5764c6;
- padding: 0 30px;
+ padding: 0 1.5rem;
position: fixed;
- top: 26px;
+ top: 1.3rem;
}
.s-brand .s-logo {
-webkit-align-items: center;
align-items: center;
- border-radius: 2px;
+ border-radius: .1rem;
display: inline-flex;
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
-ms-flex-align: center;
- height: 40px;
- padding: 4px;
+ height: 2rem;
+ padding: .2rem;
width: auto;
}
.s-brand .s-logo:focus,
@@ -231,33 +234,33 @@
.s-brand .s-logo img {
display: inline;
height: auto;
- width: 32px;
+ width: 1.6rem;
}
.s-brand .s-logo h2 {
display: inline;
- font-size: 16px;
+ font-size: .8rem;
margin-bottom: 0;
- margin-left: 10px;
- margin-right: 10px;
+ margin-left: .5rem;
+ margin-right: .5rem;
}
.s-brand .float-btn {
position: fixed;
- right: 90px;
- top: 30px;
+ right: 4.5rem;
+ top: 1.5rem;
}
.s-footer {
color: #acb3c2;
- padding: 10px 10px 30px 10px;
+ padding: .5rem .5rem 1.5rem .5rem;
}
.s-footer a {
color: #727e96;
}
-/* Spectre docs style */
+/* Spectre Homepage style */
.section-header {
- -webkit-backdrop-filter: blur(10px);
- backdrop-filter: blur(10px);
+ -webkit-backdrop-filter: blur(.5rem);
+ backdrop-filter: blur(.5rem);
background: rgba(248, 249, 250, .9);
- padding: 20px 10px;
+ padding: 1rem .5rem;
position: fixed;
top: 0;
width: 100%;
@@ -268,33 +271,29 @@
position: static;
}
.section-hero {
- padding: 30px 10px;
+ padding: 1.5rem .5rem;
position: relative;
}
.section-hero .column {
- padding: 10px;
+ padding: .4rem;
}
.section-updates {
- padding: 90px 10px 70px 10px;
-}
-.section-updates .update-branding {
- height: auto;
- width: 96px;
+ padding: 4.5rem .5rem 3.5rem .5rem;
}
.section-updates .card {
border: 0;
color: #667189;
- margin-bottom: 20px;
+ margin-bottom: 1rem;
}
.section-features {
- padding: 90px 10px;
+ padding: 4.5rem .5rem;
}
.section-features .column {
- padding: 10px;
+ padding: .4rem;
}
.section-footer {
color: #acb3c2;
- padding: 36px 15px 20px 15px;
+ padding: 1.8rem .75rem 1rem .75rem;
position: relative;
z-index: 200;
}
@@ -302,35 +301,35 @@
color: #727e96;
}
.grid-hero {
- margin-bottom: 40px;
- margin-top: 100px;
+ margin-bottom: 2rem;
+ margin-top: 5rem;
}
.grid-hero h1 {
color: #454d5d;
- font-size: 32px;
- margin-bottom: 30px;
+ font-size: 1.6rem;
+ margin-bottom: 1.5rem;
}
.grid-hero h2 {
color: #50596c;
- font-size: 18px;
+ font-size: .9rem;
font-weight: 400;
- line-height: 30px;
- margin-bottom: 30px;
+ line-height: 1.5rem;
+ margin-bottom: 1.5rem;
}
.grid-hero h2 u {
- border-bottom: 2px solid currentColor;
- padding-bottom: 1px;
+ border-bottom: .1rem solid currentColor;
+ padding-bottom: .05rem;
text-decoration: none;
}
.grid-hero .card {
background: none;
border: 0;
color: #667189;
- padding: 10px;
+ padding: .5rem;
}
.grid-hero .card .card-title {
color: #5764c6;
- font-size: 18px;
+ font-size: .9rem;
margin-bottom: 0;
}
.menu-btn,
@@ -343,7 +342,7 @@
height: 100%;
left: 0;
overflow-y: auto;
- padding: 60px 30px;
+ padding: 3rem 1.5rem;
position: fixed;
top: 0;
-webkit-transform: translateX(-100%);
@@ -366,15 +365,15 @@
display: block;
}
.s-sidebar .s-nav {
- top: 30px;
+ top: 1.5rem;
}
.s-brand {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background: rgba(248, 249, 250, .8);
- height: 70px;
+ height: 3.5rem;
left: 0;
- padding: 15px 10px;
+ padding: .75rem .5rem;
right: 0;
text-align: center;
top: 0;
@@ -385,16 +384,16 @@
}
.s-brand .menu-btn {
display: block;
- left: 20px;
+ left: 1rem;
position: fixed;
- top: 19px;
+ top: .95rem;
}
.s-brand .menu-btn .btn {
- font-size: 20px;
+ font-size: 1rem;
}
.s-brand .float-btn {
- right: 20px;
- top: 19px;
+ right: 1rem;
+ top: .95rem;
}
.docs-nav-clear {
background: rgba(0, 0, 0, .15);
@@ -409,7 +408,7 @@
}
.s-content {
min-width: auto;
- padding: 70px 50px 0 50px;
+ padding: 3.5rem 2.5rem 0 2.5rem;
width: 100%;
}
.s-content .s-title,
@@ -423,16 +422,16 @@
}
@media screen and (max-width: 600px) {
.grid-hero h2 {
- font-size: 18px;
+ font-size: .9rem;
}
.grid-hero .card {
padding: 0;
}
.s-content {
- padding: 70px 10px 0 10px;
+ padding: 3.5rem .5rem 0 .5rem;
}
.s-content .docs-block {
- padding: 10px 2px;
+ padding: .5rem .1rem;
}
.s-content .anchor {
display: none;
diff --git a/docs/dist/spectre-exp.css b/docs/dist/spectre-exp.css
index f1b8b6e..a77cf87 100644
--- a/docs/dist/spectre-exp.css
+++ b/docs/dist/spectre-exp.css
@@ -1,7 +1,7 @@
/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */
.calendar {
- border: 1px solid #e7e9ed;
- border-radius: 2px;
+ border: .05rem solid #e7e9ed;
+ border-radius: .1rem;
display: block;
min-width: 280px;
text-align: center;
@@ -10,14 +10,14 @@
-webkit-align-items: center;
align-items: center;
background: #f8f9fa;
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
+ border-top-left-radius: .1rem;
+ border-top-right-radius: .1rem;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: center;
- font-size: 16px;
- padding: 10px;
+ font-size: .8rem;
+ padding: .4rem;
}
.calendar .calendar-header,
.calendar .calendar-body {
@@ -30,7 +30,7 @@
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
- padding: 10px 0;
+ padding: .4rem 0;
}
.calendar .calendar-header .calendar-date,
.calendar .calendar-body .calendar-date {
@@ -41,44 +41,44 @@
}
.calendar .calendar-header {
background: #f8f9fa;
- border-bottom: 1px solid #e7e9ed;
+ border-bottom: .05rem solid #e7e9ed;
color: #acb3c2;
- font-size: 12px;
+ font-size: .6rem;
}
.calendar .calendar-body {
color: #727e96;
}
.calendar .calendar-date {
border: 0;
- padding: 4px;
+ padding: .2rem;
}
.calendar .calendar-date .date-item {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
- border: 1px solid transparent;
+ border: .05rem solid transparent;
border-radius: 50%;
color: #727e96;
cursor: pointer;
- height: 28px;
- line-height: 20px;
+ height: 1.4rem;
+ line-height: 1rem;
outline: none;
- padding: 2px;
+ padding: .1rem;
position: relative;
text-align: center;
text-decoration: none;
transition: all .2s ease;
vertical-align: middle;
white-space: nowrap;
- width: 28px;
+ width: 1.4rem;
}
.calendar .calendar-date .date-item.date-today {
border-color: #e4e6f6;
color: #5764c6;
}
.calendar .calendar-date .date-item:focus {
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
}
.calendar .calendar-date .date-item:focus,
.calendar .calendar-date .date-item:hover {
@@ -115,7 +115,7 @@
.calendar .calendar-range::before {
background: #eff1fa;
content: "";
- height: 28px;
+ height: 1.4rem;
left: 0;
position: absolute;
right: 0;
@@ -137,15 +137,15 @@
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date {
- border-bottom: 1px solid #e7e9ed;
- border-right: 1px solid #e7e9ed;
+ border-bottom: .05rem solid #e7e9ed;
+ border-right: .05rem solid #e7e9ed;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
- height: 110px;
+ height: 5.5rem;
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
@@ -158,9 +158,9 @@
-webkit-align-self: flex-end;
align-self: flex-end;
-ms-flex-item-align: end;
- height: 28px;
- margin-right: 5px;
- margin-top: 5px;
+ height: 1.4rem;
+ margin-right: .2rem;
+ margin-top: .2rem;
}
.calendar.calendar-lg .calendar-range::before {
top: 19px;
@@ -178,15 +178,15 @@
-ms-flex-positive: 1;
line-height: 1;
overflow-y: auto;
- padding: 5px;
+ padding: .2rem;
}
.calendar.calendar-lg .calendar-event {
background: #eff1fa;
- border-radius: 2px;
+ border-radius: .1rem;
color: #5764c6;
display: block;
- font-size: 12px;
- margin: 2px auto;
+ font-size: .6rem;
+ margin: .1rem auto;
overflow: hidden;
padding: 3px 4px;
text-align: left;
@@ -241,10 +241,10 @@
z-index: 200;
}
.carousel .carousel-container .item-prev {
- left: 20px;
+ left: 1rem;
}
.carousel .carousel-container .item-next {
- right: 20px;
+ right: 1rem;
}
.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),
@@ -262,7 +262,7 @@
color: #e7e9ed;
}
.carousel .carousel-nav {
- bottom: 10px;
+ bottom: .4rem;
display: -webkit-flex;
display: flex;
display: -ms-flexbox;
@@ -274,7 +274,7 @@
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
- width: 200px;
+ width: 10rem;
z-index: 200;
}
.carousel .carousel-nav .nav-item {
@@ -283,18 +283,18 @@
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
- height: 32px;
- margin: 4px;
- max-width: 50px;
+ height: 1.6rem;
+ margin: .2rem;
+ max-width: 2.5rem;
position: relative;
}
.carousel .carousel-nav .nav-item::before {
background: currentColor;
content: "";
display: block;
- height: 2px;
+ height: .1rem;
position: absolute;
- top: 10px;
+ top: .5rem;
width: 100%;
}
@-webkit-keyframes carousel-slidein {
@@ -369,7 +369,7 @@
z-index: 1;
}
.comparison-slider .comparison-before .comparison-label {
- right: 16px;
+ right: .8rem;
}
.comparison-slider .comparison-after {
max-width: 100%;
@@ -383,7 +383,7 @@
height: 100%;
left: 0;
position: absolute;
- right: 16px;
+ right: .8rem;
top: 0;
z-index: 1;
}
@@ -395,7 +395,7 @@
content: "";
height: 3px;
position: absolute;
- right: 8px;
+ right: .4rem;
top: 50%;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
@@ -403,16 +403,16 @@
width: 3px;
}
.comparison-slider .comparison-after .comparison-label {
- left: 16px;
+ left: .8rem;
}
.comparison-slider .comparison-resizer {
-webkit-animation: first-run 1.5s 1 ease-in-out;
animation: first-run 1.5s 1 ease-in-out;
cursor: ew-resize;
- height: 15px;
+ height: .8rem;
left: 0;
max-width: 100%;
- min-width: 16px;
+ min-width: .8rem;
opacity: 0;
outline: none;
position: relative;
@@ -425,9 +425,9 @@
}
.comparison-slider .comparison-label {
background: rgba(69, 77, 93, .5);
- bottom: 16px;
+ bottom: .8rem;
color: #fff;
- padding: 4px 8px;
+ padding: .2rem .4rem;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
@@ -439,13 +439,13 @@
width: 0;
}
25% {
- width: 48px;
+ width: 2.4rem;
}
50% {
- width: 16px;
+ width: .8rem;
}
75% {
- width: 24px;
+ width: 1.2rem;
}
100% {
width: 0;
@@ -456,20 +456,20 @@
width: 0;
}
25% {
- width: 48px;
+ width: 2.4rem;
}
50% {
- width: 16px;
+ width: .8rem;
}
75% {
- width: 24px;
+ width: 1.2rem;
}
100% {
width: 0;
}
}
.filter .filter-nav {
- margin: 10px 0;
+ margin: .4rem 0;
}
.filter .filter-body {
display: flex;
@@ -499,9 +499,9 @@
appearance: none;
background: #f8f9fa;
border: 0;
- border-radius: 2px;
+ border-radius: .1rem;
display: block;
- height: 16px;
+ height: .8rem;
width: 100%;
}
.meter::-webkit-meter-inner-element {
@@ -511,7 +511,7 @@
.meter::-webkit-meter-optimum-value,
.meter::-webkit-meter-suboptimum-value,
.meter::-webkit-meter-even-less-good-value {
- border-radius: 2px;
+ border-radius: .1rem;
}
.meter::-webkit-meter-bar {
background: #f8f9fa;
@@ -529,7 +529,7 @@
.meter:-moz-meter-optimum,
.meter:-moz-meter-sub-optimum,
.meter:-moz-meter-sub-sub-optimum {
- border-radius: 2px;
+ border-radius: .1rem;
}
.meter:-moz-meter-optimum::-moz-meter-bar {
background: #32b643;
@@ -547,7 +547,7 @@
width: auto;
}
.parallax .parallax-content {
- box-shadow: 0 20px 42px rgba(69, 77, 93, .3);
+ box-shadow: 0 1rem 2.1rem rgba(69, 77, 93, .3);
height: auto;
-webkit-transform: perspective(1000px);
transform: perspective(1000px);
@@ -670,23 +670,23 @@
appearance: none;
background: #f0f1f4;
border: 0;
- border-radius: 2px;
+ border-radius: .1rem;
color: #5764c6;
- height: 4px;
+ height: .2rem;
position: relative;
width: 100%;
}
.progress::-webkit-progress-bar {
background: transparent;
- border-radius: 2px;
+ border-radius: .1rem;
}
.progress::-webkit-progress-value {
background: #5764c6;
- border-radius: 2px;
+ border-radius: .1rem;
}
.progress::-moz-progress-bar {
background: #5764c6;
- border-radius: 2px;
+ border-radius: .1rem;
}
.progress:indeterminate {
-webkit-animation: progress-indeterminate 1.5s linear infinite;
@@ -718,11 +718,11 @@
appearance: none;
background: transparent;
display: block;
- height: 24px;
+ height: 1.2rem;
width: 100%;
}
.slider:focus {
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
outline: none;
}
.slider::-webkit-slider-thumb {
@@ -730,32 +730,32 @@
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 12px;
- margin-top: -5px;
+ height: .6rem;
+ margin-top: -.25rem;
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 12px;
+ width: .6rem;
}
.slider::-moz-range-thumb {
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 12px;
+ height: .6rem;
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 12px;
+ width: .6rem;
}
.slider::-ms-thumb {
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 12px;
+ height: .6rem;
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 12px;
+ width: .6rem;
}
.slider:active::-webkit-slider-thumb {
-webkit-transform: scale(1.25);
@@ -787,20 +787,20 @@
}
.slider::-webkit-slider-runnable-track {
background: #f0f1f4;
- border-radius: 2px;
- height: 2px;
+ border-radius: .1rem;
+ height: .1rem;
width: 100%;
}
.slider::-moz-range-track {
background: #f0f1f4;
- border-radius: 2px;
- height: 2px;
+ border-radius: .1rem;
+ height: .1rem;
width: 100%;
}
.slider::-ms-track {
background: #f0f1f4;
- border-radius: 2px;
- height: 2px;
+ border-radius: .1rem;
+ height: .1rem;
width: 100%;
}
.slider::-ms-fill-lower {
@@ -810,7 +810,7 @@
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
- margin-bottom: 24px;
+ margin-bottom: 1.2rem;
position: relative;
}
.timeline .timeline-item::before {
@@ -819,7 +819,7 @@
height: 100%;
left: 11px;
position: absolute;
- top: 24px;
+ top: 1.2rem;
width: 2px;
}
.timeline .timeline-item .timeline-left {
@@ -831,31 +831,31 @@
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
- padding: 2px 0 2px 15px;
+ padding: 2px 0 2px .8rem;
}
.timeline .timeline-item .timeline-icon {
border-radius: 50%;
color: #fff;
display: block;
- height: 24px;
+ height: 1.2rem;
text-align: center;
- width: 24px;
+ width: 1.2rem;
}
.timeline .timeline-item .timeline-icon::before {
- border: 2px solid #5764c6;
+ border: .1rem solid #5764c6;
border-radius: 50%;
content: "";
display: block;
- height: 8px;
- left: 8px;
+ height: .4rem;
+ left: .4rem;
position: absolute;
- top: 8px;
- width: 8px;
+ top: .4rem;
+ width: .4rem;
}
.timeline .timeline-item .timeline-icon.icon-lg {
background: #5764c6;
- font-size: 16px;
- line-height: 20px;
+ font-size: .8rem;
+ line-height: 1rem;
}
.timeline .timeline-item .timeline-icon.icon-lg::before {
content: none;
diff --git a/docs/dist/spectre-exp.min.css b/docs/dist/spectre-exp.min.css
index 39d2618..69c8f21 100644
--- a/docs/dist/spectre-exp.min.css
+++ b/docs/dist/spectre-exp.min.css
@@ -1 +1 @@
-/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */.calendar{border:1px solid #e7e9ed;border-radius:2px;display:block;min-width:280px;text-align:center}.calendar .calendar-nav{-webkit-align-items:center;align-items:center;background:#f8f9fa;border-top-left-radius:2px;border-top-right-radius:2px;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;font-size:16px;padding:10px}.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:10px 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%;max-width:14.28%}.calendar .calendar-header{background:#f8f9fa;border-bottom:1px solid #e7e9ed;color:#acb3c2;font-size:12px}.calendar .calendar-body{color:#727e96}.calendar .calendar-date{border:0;padding:4px}.calendar .calendar-date .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:1px solid transparent;border-radius:50%;color:#727e96;cursor:pointer;height:28px;line-height:20px;outline:0;padding:2px;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:28px}.calendar .calendar-date .date-item.date-today{border-color:#e4e6f6;color:#5764c6}.calendar .calendar-date .date-item:focus{box-shadow:0 0 0 2px rgba(87,100,198,.2)}.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:3px;top:3px;-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:28px;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:1px solid #e7e9ed;border-right:1px solid #e7e9ed;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:110px;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:28px;margin-right:5px;margin-top:5px}.calendar.calendar-lg .calendar-range::before{top:19px}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:19px}.calendar.calendar-lg .calendar-range.range-end::before{right:19px}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:5px}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:2px;color:#5764c6;display:block;font-size:12px;margin:2px auto;overflow:hidden;padding:3px 4px;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f9fa;display:block;overflow:hidden;position:relative;width:100%}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container::before{content:"";display:block;padding-bottom:56.25%}.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:20px}.carousel .carousel-container .item-next{right:20px}.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-out 1;animation:carousel-slidein .75s ease-in-out 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:10px;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:200px;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:32px;margin:4px;max-width:50px;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:2px;position:absolute;top:10px;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%)}}.comparison-slider{height:50vh;overflow:hidden;position:relative;width:100%}.comparison-slider .comparison-after,.comparison-slider .comparison-before{height:100%;left:0;margin:0;overflow:hidden;position:absolute;top:0}.comparison-slider .comparison-after img,.comparison-slider .comparison-before img{height:100%;object-fit:none;object-position:left center;position:absolute;width:100%}.comparison-slider .comparison-before{width:100%;z-index:1}.comparison-slider .comparison-before .comparison-label{right:16px}.comparison-slider .comparison-after{max-width:100%;min-width:0;z-index:2}.comparison-slider .comparison-after::before{background:0 0;content:"";cursor:default;height:100%;left:0;position:absolute;right:16px;top:0;z-index:1}.comparison-slider .comparison-after::after{background:currentColor;border-radius:50%;box-shadow:0 -5px,0 5px;color:#fff;content:"";height:3px;position:absolute;right:8px;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:3px}.comparison-slider .comparison-after .comparison-label{left:16px}.comparison-slider .comparison-resizer{-webkit-animation:first-run 1.5s 1 ease-in-out;animation:first-run 1.5s 1 ease-in-out;cursor:ew-resize;height:15px;left:0;max-width:100%;min-width:16px;opacity:0;outline:0;position:relative;resize:horizontal;top:50%;-webkit-transform:translateY(-50%) scaleY(30);-ms-transform:translateY(-50%) scaleY(30);transform:translateY(-50%) scaleY(30);width:0}.comparison-slider .comparison-label{background:rgba(69,77,93,.5);bottom:16px;color:#fff;padding:4px 8px;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes first-run{0%{width:0}25%{width:48px}50%{width:16px}75%{width:24px}100%{width:0}}@keyframes first-run{0%{width:0}25%{width:48px}50%{width:16px}75%{width:24px}100%{width:0}}.filter .filter-nav{margin:10px 0}.filter .filter-body{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter .filter-tag#tag-action:checked~.filter-nav .chip[for=tag-action],.filter .filter-tag#tag-all:checked~.filter-nav .chip[for=tag-all],.filter .filter-tag#tag-roleplaying:checked~.filter-nav .chip[for=tag-roleplaying],.filter .filter-tag#tag-shooter:checked~.filter-nav .chip[for=tag-shooter],.filter .filter-tag#tag-sports:checked~.filter-nav .chip[for=tag-sports]{background:#5764c6;color:#fff}.filter .filter-tag#tag-action:checked~.filter-body .column:not([data-tag~=tag-action]),.filter .filter-tag#tag-roleplaying:checked~.filter-body .column:not([data-tag~=tag-roleplaying]),.filter .filter-tag#tag-shooter:checked~.filter-body .column:not([data-tag~=tag-shooter]),.filter .filter-tag#tag-sports:checked~.filter-body .column:not([data-tag~=tag-sports]){display:none}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa;border:0;border-radius:2px;display:block;height:16px;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:2px}.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:2px}.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 20px 42px rgba(69,77,93,.3);height:auto;-webkit-transform:perspective(1000px);transform:perspective(1000px);-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-front{-webkit-align-items:center;align-items:center;color:#fff;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-ms-flex-pack:center;height:100%;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;text-align:center;text-shadow:0 0 20px rgba(69,77,93,.5);top:0;-webkit-transform:translateZ(100px) scale(.9);transform:translateZ(100px) scale(.9);transition:all .4s ease;width:100%;z-index:1}.parallax .parallax-top-left{height:50%;left:0;position:absolute;top:0;width:50%;z-index:300}.parallax .parallax-top-left:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(-3deg) rotateY(3deg);transform:perspective(1000px) 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-left:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(-6.5px,-6.5px,100px) scale(.9);transform:translate3d(-6.5px,-6.5px,100px) scale(.9)}.parallax .parallax-top-right{height:50%;position:absolute;right:0;top:0;width:50%;z-index:300}.parallax .parallax-top-right:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(-3deg) rotateY(-3deg);transform:perspective(1000px) 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-top-right:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(6.5px,-6.5px,100px) scale(.9);transform:translate3d(6.5px,-6.5px,100px) scale(.9)}.parallax .parallax-bottom-left{bottom:0;height:50%;left:0;position:absolute;width:50%;z-index:300}.parallax .parallax-bottom-left:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(3deg) rotateY(3deg);transform:perspective(1000px) 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-left:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(-6.5px,6.5px,100px) scale(.9);transform:translate3d(-6.5px,6.5px,100px) scale(.9)}.parallax .parallax-bottom-right{bottom:0;height:50%;position:absolute;right:0;width:50%;z-index:300}.parallax .parallax-bottom-right:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(3deg) rotateY(-3deg);transform:perspective(1000px) 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%)}.parallax .parallax-bottom-right:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(6.5px,6.5px,100px) scale(.9);transform:translate3d(6.5px,6.5px,100px) scale(.9)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f0f1f4;border:0;border-radius:2px;color:#5764c6;height:4px;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:2px}.progress::-webkit-progress-value{background:#5764c6;border-radius:2px}.progress::-moz-progress-bar{background:#5764c6;border-radius:2px}.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:24px;width:100%}.slider:focus{box-shadow:0 0 0 2px rgba(87,100,198,.2);outline:0}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:12px;margin-top:-5px;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:12px}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:12px;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:12px}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:12px;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:12px}.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:2px;height:2px;width:100%}.slider::-moz-range-track{background:#f0f1f4;border-radius:2px;height:2px;width:100%}.slider::-ms-track{background:#f0f1f4;border-radius:2px;height:2px;width:100%}.slider::-ms-fill-lower{background:#5764c6}.timeline .timeline-item{display:flex;display:-ms-flexbox;display:-webkit-flex;margin-bottom:24px;position:relative}.timeline .timeline-item::before{background:#e7e9ed;content:"";height:100%;left:11px;position:absolute;top:24px;width:2px}.timeline .timeline-item .timeline-left{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.timeline .timeline-item .timeline-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:2px 0 2px 15px}.timeline .timeline-item .timeline-icon{border-radius:50%;color:#fff;display:block;height:24px;text-align:center;width:24px}.timeline .timeline-item .timeline-icon::before{border:2px solid #5764c6;border-radius:50%;content:"";display:block;height:8px;left:8px;position:absolute;top:8px;width:8px}.timeline .timeline-item .timeline-icon.icon-lg{background:#5764c6;font-size:16px;line-height:20px}.timeline .timeline-item .timeline-icon.icon-lg::before{content:none} \ No newline at end of file
+/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */.calendar{border:.05rem solid #e7e9ed;border-radius:.1rem;display:block;min-width:280px;text-align:center}.calendar .calendar-nav{-webkit-align-items:center;align-items:center;background:#f8f9fa;border-top-left-radius:.1rem;border-top-right-radius:.1rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;font-size:.8rem;padding:.4rem}.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:.4rem 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%;max-width:14.28%}.calendar .calendar-header{background:#f8f9fa;border-bottom:.05rem solid #e7e9ed;color:#acb3c2;font-size:.6rem}.calendar .calendar-body{color:#727e96}.calendar .calendar-date{border:0;padding:.2rem}.calendar .calendar-date .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:.05rem solid transparent;border-radius:50%;color:#727e96;cursor:pointer;height:1.4rem;line-height:1rem;outline:0;padding:.1rem;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:1.4rem}.calendar .calendar-date .date-item.date-today{border-color:#e4e6f6;color:#5764c6}.calendar .calendar-date .date-item:focus{box-shadow:0 0 0 .1rem rgba(87,100,198,.2)}.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:3px;top:3px;-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:1.4rem;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:.05rem solid #e7e9ed;border-right:.05rem solid #e7e9ed;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:5.5rem;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:1.4rem;margin-right:.2rem;margin-top:.2rem}.calendar.calendar-lg .calendar-range::before{top:19px}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:19px}.calendar.calendar-lg .calendar-range.range-end::before{right:19px}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:.2rem}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:.1rem;color:#5764c6;display:block;font-size:.6rem;margin:.1rem auto;overflow:hidden;padding:3px 4px;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f9fa;display:block;overflow:hidden;position:relative;width:100%}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container::before{content:"";display:block;padding-bottom:56.25%}.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:1rem}.carousel .carousel-container .item-next{right:1rem}.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-out 1;animation:carousel-slidein .75s ease-in-out 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:.4rem;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:10rem;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:1.6rem;margin:.2rem;max-width:2.5rem;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:.1rem;position:absolute;top:.5rem;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%)}}.comparison-slider{height:50vh;overflow:hidden;position:relative;width:100%}.comparison-slider .comparison-after,.comparison-slider .comparison-before{height:100%;left:0;margin:0;overflow:hidden;position:absolute;top:0}.comparison-slider .comparison-after img,.comparison-slider .comparison-before img{height:100%;object-fit:none;object-position:left center;position:absolute;width:100%}.comparison-slider .comparison-before{width:100%;z-index:1}.comparison-slider .comparison-before .comparison-label{right:.8rem}.comparison-slider .comparison-after{max-width:100%;min-width:0;z-index:2}.comparison-slider .comparison-after::before{background:0 0;content:"";cursor:default;height:100%;left:0;position:absolute;right:.8rem;top:0;z-index:1}.comparison-slider .comparison-after::after{background:currentColor;border-radius:50%;box-shadow:0 -5px,0 5px;color:#fff;content:"";height:3px;position:absolute;right:.4rem;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:3px}.comparison-slider .comparison-after .comparison-label{left:.8rem}.comparison-slider .comparison-resizer{-webkit-animation:first-run 1.5s 1 ease-in-out;animation:first-run 1.5s 1 ease-in-out;cursor:ew-resize;height:.8rem;left:0;max-width:100%;min-width:.8rem;opacity:0;outline:0;position:relative;resize:horizontal;top:50%;-webkit-transform:translateY(-50%) scaleY(30);-ms-transform:translateY(-50%) scaleY(30);transform:translateY(-50%) scaleY(30);width:0}.comparison-slider .comparison-label{background:rgba(69,77,93,.5);bottom:.8rem;color:#fff;padding:.2rem .4rem;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@-webkit-keyframes first-run{0%{width:0}25%{width:2.4rem}50%{width:.8rem}75%{width:1.2rem}100%{width:0}}@keyframes first-run{0%{width:0}25%{width:2.4rem}50%{width:.8rem}75%{width:1.2rem}100%{width:0}}.filter .filter-nav{margin:.4rem 0}.filter .filter-body{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter .filter-tag#tag-action:checked~.filter-nav .chip[for=tag-action],.filter .filter-tag#tag-all:checked~.filter-nav .chip[for=tag-all],.filter .filter-tag#tag-roleplaying:checked~.filter-nav .chip[for=tag-roleplaying],.filter .filter-tag#tag-shooter:checked~.filter-nav .chip[for=tag-shooter],.filter .filter-tag#tag-sports:checked~.filter-nav .chip[for=tag-sports]{background:#5764c6;color:#fff}.filter .filter-tag#tag-action:checked~.filter-body .column:not([data-tag~=tag-action]),.filter .filter-tag#tag-roleplaying:checked~.filter-body .column:not([data-tag~=tag-roleplaying]),.filter .filter-tag#tag-shooter:checked~.filter-body .column:not([data-tag~=tag-shooter]),.filter .filter-tag#tag-sports:checked~.filter-body .column:not([data-tag~=tag-sports]){display:none}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa;border:0;border-radius:.1rem;display:block;height:.8rem;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:.1rem}.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:.1rem}.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 1rem 2.1rem rgba(69,77,93,.3);height:auto;-webkit-transform:perspective(1000px);transform:perspective(1000px);-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-front{-webkit-align-items:center;align-items:center;color:#fff;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-ms-flex-pack:center;height:100%;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;text-align:center;text-shadow:0 0 20px rgba(69,77,93,.5);top:0;-webkit-transform:translateZ(100px) scale(.9);transform:translateZ(100px) scale(.9);transition:all .4s ease;width:100%;z-index:1}.parallax .parallax-top-left{height:50%;left:0;position:absolute;top:0;width:50%;z-index:300}.parallax .parallax-top-left:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(-3deg) rotateY(3deg);transform:perspective(1000px) 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-left:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(-6.5px,-6.5px,100px) scale(.9);transform:translate3d(-6.5px,-6.5px,100px) scale(.9)}.parallax .parallax-top-right{height:50%;position:absolute;right:0;top:0;width:50%;z-index:300}.parallax .parallax-top-right:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(-3deg) rotateY(-3deg);transform:perspective(1000px) 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-top-right:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(6.5px,-6.5px,100px) scale(.9);transform:translate3d(6.5px,-6.5px,100px) scale(.9)}.parallax .parallax-bottom-left{bottom:0;height:50%;left:0;position:absolute;width:50%;z-index:300}.parallax .parallax-bottom-left:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(3deg) rotateY(3deg);transform:perspective(1000px) 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-left:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(-6.5px,6.5px,100px) scale(.9);transform:translate3d(-6.5px,6.5px,100px) scale(.9)}.parallax .parallax-bottom-right{bottom:0;height:50%;position:absolute;right:0;width:50%;z-index:300}.parallax .parallax-bottom-right:hover~.parallax-content{-webkit-transform:perspective(1000px) rotateX(3deg) rotateY(-3deg);transform:perspective(1000px) 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%)}.parallax .parallax-bottom-right:hover~.parallax-content .parallax-front{-webkit-transform:translate3d(6.5px,6.5px,100px) scale(.9);transform:translate3d(6.5px,6.5px,100px) scale(.9)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f0f1f4;border:0;border-radius:.1rem;color:#5764c6;height:.2rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:.1rem}.progress::-webkit-progress-value{background:#5764c6;border-radius:.1rem}.progress::-moz-progress-bar{background:#5764c6;border-radius:.1rem}.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:1.2rem;width:100%}.slider:focus{box-shadow:0 0 0 .1rem rgba(87,100,198,.2);outline:0}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:.6rem;margin-top:-.25rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:.6rem}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:.6rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:.6rem}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:.6rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:.6rem}.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:.1rem;height:.1rem;width:100%}.slider::-moz-range-track{background:#f0f1f4;border-radius:.1rem;height:.1rem;width:100%}.slider::-ms-track{background:#f0f1f4;border-radius:.1rem;height:.1rem;width:100%}.slider::-ms-fill-lower{background:#5764c6}.timeline .timeline-item{display:flex;display:-ms-flexbox;display:-webkit-flex;margin-bottom:1.2rem;position:relative}.timeline .timeline-item::before{background:#e7e9ed;content:"";height:100%;left:11px;position:absolute;top:1.2rem;width:2px}.timeline .timeline-item .timeline-left{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.timeline .timeline-item .timeline-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:2px 0 2px .8rem}.timeline .timeline-item .timeline-icon{border-radius:50%;color:#fff;display:block;height:1.2rem;text-align:center;width:1.2rem}.timeline .timeline-item .timeline-icon::before{border:.1rem solid #5764c6;border-radius:50%;content:"";display:block;height:.4rem;left:.4rem;position:absolute;top:.4rem;width:.4rem}.timeline .timeline-item .timeline-icon.icon-lg{background:#5764c6;font-size:.8rem;line-height:1rem}.timeline .timeline-item .timeline-icon.icon-lg::before{content:none} \ No newline at end of file
diff --git a/docs/dist/spectre-icons.css b/docs/dist/spectre-icons.css
index edc9231..91d68e0 100644
--- a/docs/dist/spectre-icons.css
+++ b/docs/dist/spectre-icons.css
@@ -28,7 +28,7 @@
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
border-right: 0;
content: "";
@@ -59,7 +59,7 @@
.icon-forward::after {
background: currentColor;
content: "";
- height: 2px;
+ height: .1rem;
width: .8em;
}
.icon-downward::after,
@@ -67,7 +67,7 @@
background: currentColor;
content: "";
height: .8em;
- width: 2px;
+ width: .1rem;
}
.icon-back::after {
left: 55%;
@@ -116,7 +116,7 @@
background: currentColor;
box-shadow: 0 -.35em, 0 .35em;
content: "";
- height: 2px;
+ height: .1rem;
width: 100%;
}
.icon-apps::before {
@@ -130,7 +130,7 @@
.icon-resize-vert::before,
.icon-resize-horiz::after,
.icon-resize-vert::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
border-right: 0;
content: "";
@@ -176,7 +176,7 @@
.icon-cross::before {
background: currentColor;
content: "";
- height: 2px;
+ height: .1rem;
width: 100%;
}
.icon-plus::after,
@@ -184,7 +184,7 @@
background: currentColor;
content: "";
height: 100%;
- width: 2px;
+ width: .1rem;
}
.icon-cross::before {
width: 100%;
@@ -199,7 +199,7 @@
transform: translate(-50%, -50%) rotate(45deg);
}
.icon-check::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-right: 0;
border-top: 0;
content: "";
@@ -210,20 +210,20 @@
width: .9em;
}
.icon-stop {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
}
.icon-stop::before {
background: currentColor;
content: "";
- height: 2px;
+ height: .1rem;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
width: 1em;
}
.icon-shutdown {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
border-top-color: transparent;
}
@@ -232,10 +232,10 @@
content: "";
height: .5em;
top: .1em;
- width: 2px;
+ width: .1rem;
}
.icon-refresh::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
border-right-color: transparent;
content: "";
@@ -253,7 +253,7 @@
width: 0;
}
.icon-search::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
content: "";
height: .75em;
@@ -267,7 +267,7 @@
.icon-search::after {
background: currentColor;
content: "";
- height: 2px;
+ height: .1rem;
left: 80%;
top: 80%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
@@ -276,7 +276,7 @@
width: .4em;
}
.icon-edit::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
content: "";
height: .4em;
-webkit-transform: translate(-40%, -60%) rotate(-45deg);
@@ -298,9 +298,9 @@
width: 0;
}
.icon-delete::before {
- border: 2px solid currentColor;
- border-bottom-left-radius: 2px;
- border-bottom-right-radius: 2px;
+ border: .1rem solid currentColor;
+ border-bottom-left-radius: .1rem;
+ border-bottom-right-radius: .1rem;
border-top: 0;
content: "";
height: .75em;
@@ -311,18 +311,18 @@
background: currentColor;
box-shadow: -.25em .2em, .25em .2em;
content: "";
- height: 2px;
- top: 1px;
+ height: .1rem;
+ top: .05rem;
width: .5em;
}
.icon-share {
- border: 2px solid currentColor;
- border-radius: 2px;
+ border: .1rem solid currentColor;
+ border-radius: .1rem;
border-right: 0;
border-top: 0;
}
.icon-share::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-left: 0;
border-top: 0;
content: "";
@@ -335,7 +335,7 @@
width: .4em;
}
.icon-share::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
border-radius: 75% 0;
border-right: 0;
@@ -348,13 +348,13 @@
content: "";
height: 1em;
left: 15%;
- width: 2px;
+ width: .1rem;
}
.icon-flag::after {
- border: 2px solid currentColor;
- border-bottom-right-radius: 2px;
+ border: .1rem solid currentColor;
+ border-bottom-right-radius: .1rem;
border-left: 0;
- border-top-right-radius: 2px;
+ border-top-right-radius: .1rem;
content: "";
height: .65em;
left: 60%;
@@ -362,19 +362,19 @@
width: .8em;
}
.icon-bookmark::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
+ border-top-left-radius: .1rem;
+ border-top-right-radius: .1rem;
content: "";
height: .9em;
width: .8em;
}
.icon-bookmark::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
border-left: 0;
- border-radius: 2px;
+ border-radius: .1rem;
content: "";
height: .5em;
-webkit-transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
@@ -384,11 +384,11 @@
}
.icon-download,
.icon-upload {
- border-bottom: 2px solid currentColor;
+ border-bottom: .1rem solid currentColor;
}
.icon-download::before,
.icon-upload::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
border-right: 0;
content: "";
@@ -404,7 +404,7 @@
content: "";
height: .6em;
top: 40%;
- width: 2px;
+ width: .1rem;
}
.icon-upload::before {
-webkit-transform: translate(-50%, -60%) rotate(45deg);
@@ -415,7 +415,7 @@
top: 50%;
}
.icon-time {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
}
.icon-time::before {
@@ -425,7 +425,7 @@
-webkit-transform: translate(-50%, -75%);
-ms-transform: translate(-50%, -75%);
transform: translate(-50%, -75%);
- width: 2px;
+ width: .1rem;
}
.icon-time::after {
background: currentColor;
@@ -437,17 +437,17 @@
-webkit-transform-origin: 50% 90%;
-ms-transform-origin: 50% 90%;
transform-origin: 50% 90%;
- width: 2px;
+ width: .1rem;
}
.icon-mail::before {
- border: 2px solid currentColor;
- border-radius: 2px;
+ border: .1rem solid currentColor;
+ border-radius: .1rem;
content: "";
height: .8em;
width: 1em;
}
.icon-mail::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-right: 0;
border-top: 0;
content: "";
@@ -458,7 +458,7 @@
width: .5em;
}
.icon-people::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
content: "";
height: .45em;
@@ -466,7 +466,7 @@
width: .45em;
}
.icon-people::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50% 50% 0 0;
content: "";
height: .4em;
@@ -474,14 +474,14 @@
width: .9em;
}
.icon-message {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
- border-radius: 2px;
+ border-radius: .1rem;
border-right: 0;
}
.icon-message::before {
- border: 2px solid currentColor;
- border-bottom-right-radius: 2px;
+ border: .1rem solid currentColor;
+ border-bottom-right-radius: .1rem;
border-left: 0;
border-top: 0;
content: "";
@@ -492,7 +492,7 @@
}
.icon-message::after {
background: currentColor;
- border-radius: 2px;
+ border-radius: .1rem;
content: "";
height: .3em;
left: 10%;
@@ -500,14 +500,14 @@
-webkit-transform: translate(0, -90%) rotate(45deg);
-ms-transform: translate(0, -90%) rotate(45deg);
transform: translate(0, -90%) rotate(45deg);
- width: 2px;
+ width: .1rem;
}
.icon-photo {
- border: 2px solid currentColor;
- border-radius: 2px;
+ border: .1rem solid currentColor;
+ border-radius: .1rem;
}
.icon-photo::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
content: "";
height: .25em;
@@ -516,7 +516,7 @@
width: .25em;
}
.icon-photo::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom: 0;
border-left: 0;
content: "";
@@ -529,7 +529,7 @@
}
.icon-link::before,
.icon-link::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 5em 0 0 5em;
border-right: 0;
content: "";
@@ -547,7 +547,7 @@
transform: translate(-30%, -55%) rotate(135deg);
}
.icon-location::before {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50% 50% 50% 0;
content: "";
height: .8em;
@@ -557,7 +557,7 @@
width: .8em;
}
.icon-location::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
content: "";
height: .2em;
@@ -567,7 +567,7 @@
width: .2em;
}
.icon-emoji {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-radius: 50%;
}
.icon-emoji::before {
@@ -578,7 +578,7 @@
width: .1em;
}
.icon-emoji::after {
- border: 2px solid currentColor;
+ border: .1rem solid currentColor;
border-bottom-color: transparent;
border-radius: 50%;
border-right-color: transparent;
diff --git a/docs/dist/spectre-icons.min.css b/docs/dist/spectre-icons.min.css
index ed1df56..364125f 100644
--- a/docs/dist/spectre-icons.min.css
+++ b/docs/dist/spectre-icons.min.css
@@ -1 +1 @@
-/*! Spectre.css Icons | MIT License | github.com/picturepan2/spectre */.icon{box-sizing:border-box;display:inline-block;font-size:inherit;font-style:normal;height:1em;position:relative;text-indent:-9999px;vertical-align:middle;width:1em}.icon::after,.icon::before{display:block;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.icon-arrow-down::before,.icon-arrow-left::before,.icon-arrow-right::before,.icon-arrow-up::before,.icon-back::before,.icon-downward::before,.icon-forward::before,.icon-upward::before{border:2px solid currentColor;border-bottom:0;border-right:0;content:"";height:.65em;width:.65em}.icon-arrow-down::before{-webkit-transform:translate(-50%,-75%) rotate(225deg);-ms-transform:translate(-50%,-75%) rotate(225deg);transform:translate(-50%,-75%) rotate(225deg)}.icon-arrow-left::before{-webkit-transform:translate(-25%,-50%) rotate(-45deg);-ms-transform:translate(-25%,-50%) rotate(-45deg);transform:translate(-25%,-50%) rotate(-45deg)}.icon-arrow-right::before{-webkit-transform:translate(-75%,-50%) rotate(135deg);-ms-transform:translate(-75%,-50%) rotate(135deg);transform:translate(-75%,-50%) rotate(135deg)}.icon-arrow-up::before{-webkit-transform:translate(-50%,-25%) rotate(45deg);-ms-transform:translate(-50%,-25%) rotate(45deg);transform:translate(-50%,-25%) rotate(45deg)}.icon-back::after,.icon-forward::after{background:currentColor;content:"";height:2px;width:.8em}.icon-downward::after,.icon-upward::after{background:currentColor;content:"";height:.8em;width:2px}.icon-back::after{left:55%}.icon-back::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.icon-downward::after{top:45%}.icon-downward::before{-webkit-transform:translate(-50%,-50%) rotate(-135deg);-ms-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg)}.icon-forward::after{left:45%}.icon-forward::before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.icon-upward::after{top:55%}.icon-upward::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.icon-caret::before{border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid currentColor;content:"";height:0;-webkit-transform:translate(-50%,-25%);-ms-transform:translate(-50%,-25%);transform:translate(-50%,-25%);width:0}.icon-menu::before{background:currentColor;box-shadow:0 -.35em,0 .35em;content:"";height:2px;width:100%}.icon-apps::before{background:currentColor;box-shadow:-.35em -.35em,-.35em 0,-.35em .35em,0 -.35em,0 .35em,.35em -.35em,.35em 0,.35em .35em;content:"";height:3px;width:3px}.icon-resize-horiz::after,.icon-resize-horiz::before,.icon-resize-vert::after,.icon-resize-vert::before{border:2px solid currentColor;border-bottom:0;border-right:0;content:"";height:.45em;width:.45em}.icon-resize-horiz::before,.icon-resize-vert::before{-webkit-transform:translate(-50%,-90%) rotate(45deg);-ms-transform:translate(-50%,-90%) rotate(45deg);transform:translate(-50%,-90%) rotate(45deg)}.icon-resize-horiz::after,.icon-resize-vert::after{-webkit-transform:translate(-50%,-10%) rotate(225deg);-ms-transform:translate(-50%,-10%) rotate(225deg);transform:translate(-50%,-10%) rotate(225deg)}.icon-resize-horiz::before{-webkit-transform:translate(-90%,-50%) rotate(-45deg);-ms-transform:translate(-90%,-50%) rotate(-45deg);transform:translate(-90%,-50%) rotate(-45deg)}.icon-resize-horiz::after{-webkit-transform:translate(-10%,-50%) rotate(135deg);-ms-transform:translate(-10%,-50%) rotate(135deg);transform:translate(-10%,-50%) rotate(135deg)}.icon-more-horiz::before,.icon-more-vert::before{background:currentColor;border-radius:50%;box-shadow:-.4em 0,.4em 0;content:"";height:3px;width:3px}.icon-more-vert::before{box-shadow:0 -.4em,0 .4em}.icon-cross::before,.icon-minus::before,.icon-plus::before{background:currentColor;content:"";height:2px;width:100%}.icon-cross::after,.icon-plus::after{background:currentColor;content:"";height:100%;width:2px}.icon-cross::before{width:100%}.icon-cross::after{height:100%}.icon-cross::after,.icon-cross::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.icon-check::before{border:2px solid currentColor;border-right:0;border-top:0;content:"";height:.5em;-webkit-transform:translate(-50%,-75%) rotate(-45deg);-ms-transform:translate(-50%,-75%) rotate(-45deg);transform:translate(-50%,-75%) rotate(-45deg);width:.9em}.icon-stop{border:2px solid currentColor;border-radius:50%}.icon-stop::before{background:currentColor;content:"";height:2px;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:1em}.icon-shutdown{border:2px solid currentColor;border-radius:50%;border-top-color:transparent}.icon-shutdown::before{background:currentColor;content:"";height:.5em;top:.1em;width:2px}.icon-refresh::before{border:2px solid currentColor;border-radius:50%;border-right-color:transparent;content:"";height:1em;width:1em}.icon-refresh::after{border:.2em solid currentColor;border-left-color:transparent;border-top-color:transparent;content:"";height:0;left:80%;top:20%;width:0}.icon-search::before{border:2px solid currentColor;border-radius:50%;content:"";height:.75em;left:5%;top:5%;-webkit-transform:translate(0,0) rotate(45deg);-ms-transform:translate(0,0) rotate(45deg);transform:translate(0,0) rotate(45deg);width:.75em}.icon-search::after{background:currentColor;content:"";height:2px;left:80%;top:80%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:.4em}.icon-edit::before{border:2px solid currentColor;content:"";height:.4em;-webkit-transform:translate(-40%,-60%) rotate(-45deg);-ms-transform:translate(-40%,-60%) rotate(-45deg);transform:translate(-40%,-60%) rotate(-45deg);width:.85em}.icon-edit::after{border:.15em solid currentColor;border-right-color:transparent;border-top-color:transparent;content:"";height:0;left:5%;top:95%;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);width:0}.icon-delete::before{border:2px solid currentColor;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:0;content:"";height:.75em;top:60%;width:.75em}.icon-delete::after{background:currentColor;box-shadow:-.25em .2em,.25em .2em;content:"";height:2px;top:1px;width:.5em}.icon-share{border:2px solid currentColor;border-radius:2px;border-right:0;border-top:0}.icon-share::before{border:2px solid currentColor;border-left:0;border-top:0;content:"";height:.4em;left:100%;top:.25em;-webkit-transform:translate(-125%,-50%) rotate(-45deg);-ms-transform:translate(-125%,-50%) rotate(-45deg);transform:translate(-125%,-50%) rotate(-45deg);width:.4em}.icon-share::after{border:2px solid currentColor;border-bottom:0;border-radius:75% 0;border-right:0;content:"";height:.5em;width:.6em}.icon-flag::before{background:currentColor;content:"";height:1em;left:15%;width:2px}.icon-flag::after{border:2px solid currentColor;border-bottom-right-radius:2px;border-left:0;border-top-right-radius:2px;content:"";height:.65em;left:60%;top:35%;width:.8em}.icon-bookmark::before{border:2px solid currentColor;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;content:"";height:.9em;width:.8em}.icon-bookmark::after{border:2px solid currentColor;border-bottom:0;border-left:0;border-radius:2px;content:"";height:.5em;-webkit-transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);-ms-transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);width:.5em}.icon-download,.icon-upload{border-bottom:2px solid currentColor}.icon-download::before,.icon-upload::before{border:2px solid currentColor;border-bottom:0;border-right:0;content:"";height:.5em;-webkit-transform:translate(-50%,-60%) rotate(-135deg);-ms-transform:translate(-50%,-60%) rotate(-135deg);transform:translate(-50%,-60%) rotate(-135deg);width:.5em}.icon-download::after,.icon-upload::after{background:currentColor;content:"";height:.6em;top:40%;width:2px}.icon-upload::before{-webkit-transform:translate(-50%,-60%) rotate(45deg);-ms-transform:translate(-50%,-60%) rotate(45deg);transform:translate(-50%,-60%) rotate(45deg)}.icon-upload::after{top:50%}.icon-time{border:2px solid currentColor;border-radius:50%}.icon-time::before{background:currentColor;content:"";height:.4em;-webkit-transform:translate(-50%,-75%);-ms-transform:translate(-50%,-75%);transform:translate(-50%,-75%);width:2px}.icon-time::after{background:currentColor;content:"";height:.3em;-webkit-transform:translate(-50%,-75%) rotate(90deg);-ms-transform:translate(-50%,-75%) rotate(90deg);transform:translate(-50%,-75%) rotate(90deg);-webkit-transform-origin:50% 90%;-ms-transform-origin:50% 90%;transform-origin:50% 90%;width:2px}.icon-mail::before{border:2px solid currentColor;border-radius:2px;content:"";height:.8em;width:1em}.icon-mail::after{border:2px solid currentColor;border-right:0;border-top:0;content:"";height:.5em;-webkit-transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);-ms-transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);width:.5em}.icon-people::before{border:2px solid currentColor;border-radius:50%;content:"";height:.45em;top:25%;width:.45em}.icon-people::after{border:2px solid currentColor;border-radius:50% 50% 0 0;content:"";height:.4em;top:75%;width:.9em}.icon-message{border:2px solid currentColor;border-bottom:0;border-radius:2px;border-right:0}.icon-message::before{border:2px solid currentColor;border-bottom-right-radius:2px;border-left:0;border-top:0;content:"";height:.8em;left:65%;top:40%;width:.7em}.icon-message::after{background:currentColor;border-radius:2px;content:"";height:.3em;left:10%;top:100%;-webkit-transform:translate(0,-90%) rotate(45deg);-ms-transform:translate(0,-90%) rotate(45deg);transform:translate(0,-90%) rotate(45deg);width:2px}.icon-photo{border:2px solid currentColor;border-radius:2px}.icon-photo::before{border:2px solid currentColor;border-radius:50%;content:"";height:.25em;left:35%;top:35%;width:.25em}.icon-photo::after{border:2px solid currentColor;border-bottom:0;border-left:0;content:"";height:.5em;left:60%;-webkit-transform:translate(-50%,25%) rotate(-45deg);-ms-transform:translate(-50%,25%) rotate(-45deg);transform:translate(-50%,25%) rotate(-45deg);width:.5em}.icon-link::after,.icon-link::before{border:2px solid currentColor;border-radius:5em 0 0 5em;border-right:0;content:"";height:.5em;width:.75em}.icon-link::before{-webkit-transform:translate(-70%,-45%) rotate(-45deg);-ms-transform:translate(-70%,-45%) rotate(-45deg);transform:translate(-70%,-45%) rotate(-45deg)}.icon-link::after{-webkit-transform:translate(-30%,-55%) rotate(135deg);-ms-transform:translate(-30%,-55%) rotate(135deg);transform:translate(-30%,-55%) rotate(135deg)}.icon-location::before{border:2px solid currentColor;border-radius:50% 50% 50% 0;content:"";height:.8em;-webkit-transform:translate(-50%,-60%) rotate(-45deg);-ms-transform:translate(-50%,-60%) rotate(-45deg);transform:translate(-50%,-60%) rotate(-45deg);width:.8em}.icon-location::after{border:2px solid currentColor;border-radius:50%;content:"";height:.2em;-webkit-transform:translate(-50%,-80%);-ms-transform:translate(-50%,-80%);transform:translate(-50%,-80%);width:.2em}.icon-emoji{border:2px solid currentColor;border-radius:50%}.icon-emoji::before{border-radius:50%;box-shadow:-.17em -.15em,.17em -.15em;content:"";height:.1em;width:.1em}.icon-emoji::after{border:2px solid currentColor;border-bottom-color:transparent;border-radius:50%;border-right-color:transparent;content:"";height:.5em;-webkit-transform:translate(-50%,-40%) rotate(-135deg);-ms-transform:translate(-50%,-40%) rotate(-135deg);transform:translate(-50%,-40%) rotate(-135deg);width:.5em}.accordion .icon,.btn .icon,.menu .icon,.toast .icon{vertical-align:-10%} \ No newline at end of file
+/*! Spectre.css Icons | MIT License | github.com/picturepan2/spectre */.icon{box-sizing:border-box;display:inline-block;font-size:inherit;font-style:normal;height:1em;position:relative;text-indent:-9999px;vertical-align:middle;width:1em}.icon::after,.icon::before{display:block;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.icon-arrow-down::before,.icon-arrow-left::before,.icon-arrow-right::before,.icon-arrow-up::before,.icon-back::before,.icon-downward::before,.icon-forward::before,.icon-upward::before{border:.1rem solid currentColor;border-bottom:0;border-right:0;content:"";height:.65em;width:.65em}.icon-arrow-down::before{-webkit-transform:translate(-50%,-75%) rotate(225deg);-ms-transform:translate(-50%,-75%) rotate(225deg);transform:translate(-50%,-75%) rotate(225deg)}.icon-arrow-left::before{-webkit-transform:translate(-25%,-50%) rotate(-45deg);-ms-transform:translate(-25%,-50%) rotate(-45deg);transform:translate(-25%,-50%) rotate(-45deg)}.icon-arrow-right::before{-webkit-transform:translate(-75%,-50%) rotate(135deg);-ms-transform:translate(-75%,-50%) rotate(135deg);transform:translate(-75%,-50%) rotate(135deg)}.icon-arrow-up::before{-webkit-transform:translate(-50%,-25%) rotate(45deg);-ms-transform:translate(-50%,-25%) rotate(45deg);transform:translate(-50%,-25%) rotate(45deg)}.icon-back::after,.icon-forward::after{background:currentColor;content:"";height:.1rem;width:.8em}.icon-downward::after,.icon-upward::after{background:currentColor;content:"";height:.8em;width:.1rem}.icon-back::after{left:55%}.icon-back::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.icon-downward::after{top:45%}.icon-downward::before{-webkit-transform:translate(-50%,-50%) rotate(-135deg);-ms-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg)}.icon-forward::after{left:45%}.icon-forward::before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.icon-upward::after{top:55%}.icon-upward::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.icon-caret::before{border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid currentColor;content:"";height:0;-webkit-transform:translate(-50%,-25%);-ms-transform:translate(-50%,-25%);transform:translate(-50%,-25%);width:0}.icon-menu::before{background:currentColor;box-shadow:0 -.35em,0 .35em;content:"";height:.1rem;width:100%}.icon-apps::before{background:currentColor;box-shadow:-.35em -.35em,-.35em 0,-.35em .35em,0 -.35em,0 .35em,.35em -.35em,.35em 0,.35em .35em;content:"";height:3px;width:3px}.icon-resize-horiz::after,.icon-resize-horiz::before,.icon-resize-vert::after,.icon-resize-vert::before{border:.1rem solid currentColor;border-bottom:0;border-right:0;content:"";height:.45em;width:.45em}.icon-resize-horiz::before,.icon-resize-vert::before{-webkit-transform:translate(-50%,-90%) rotate(45deg);-ms-transform:translate(-50%,-90%) rotate(45deg);transform:translate(-50%,-90%) rotate(45deg)}.icon-resize-horiz::after,.icon-resize-vert::after{-webkit-transform:translate(-50%,-10%) rotate(225deg);-ms-transform:translate(-50%,-10%) rotate(225deg);transform:translate(-50%,-10%) rotate(225deg)}.icon-resize-horiz::before{-webkit-transform:translate(-90%,-50%) rotate(-45deg);-ms-transform:translate(-90%,-50%) rotate(-45deg);transform:translate(-90%,-50%) rotate(-45deg)}.icon-resize-horiz::after{-webkit-transform:translate(-10%,-50%) rotate(135deg);-ms-transform:translate(-10%,-50%) rotate(135deg);transform:translate(-10%,-50%) rotate(135deg)}.icon-more-horiz::before,.icon-more-vert::before{background:currentColor;border-radius:50%;box-shadow:-.4em 0,.4em 0;content:"";height:3px;width:3px}.icon-more-vert::before{box-shadow:0 -.4em,0 .4em}.icon-cross::before,.icon-minus::before,.icon-plus::before{background:currentColor;content:"";height:.1rem;width:100%}.icon-cross::after,.icon-plus::after{background:currentColor;content:"";height:100%;width:.1rem}.icon-cross::before{width:100%}.icon-cross::after{height:100%}.icon-cross::after,.icon-cross::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.icon-check::before{border:.1rem solid currentColor;border-right:0;border-top:0;content:"";height:.5em;-webkit-transform:translate(-50%,-75%) rotate(-45deg);-ms-transform:translate(-50%,-75%) rotate(-45deg);transform:translate(-50%,-75%) rotate(-45deg);width:.9em}.icon-stop{border:.1rem solid currentColor;border-radius:50%}.icon-stop::before{background:currentColor;content:"";height:.1rem;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:1em}.icon-shutdown{border:.1rem solid currentColor;border-radius:50%;border-top-color:transparent}.icon-shutdown::before{background:currentColor;content:"";height:.5em;top:.1em;width:.1rem}.icon-refresh::before{border:.1rem solid currentColor;border-radius:50%;border-right-color:transparent;content:"";height:1em;width:1em}.icon-refresh::after{border:.2em solid currentColor;border-left-color:transparent;border-top-color:transparent;content:"";height:0;left:80%;top:20%;width:0}.icon-search::before{border:.1rem solid currentColor;border-radius:50%;content:"";height:.75em;left:5%;top:5%;-webkit-transform:translate(0,0) rotate(45deg);-ms-transform:translate(0,0) rotate(45deg);transform:translate(0,0) rotate(45deg);width:.75em}.icon-search::after{background:currentColor;content:"";height:.1rem;left:80%;top:80%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:.4em}.icon-edit::before{border:.1rem solid currentColor;content:"";height:.4em;-webkit-transform:translate(-40%,-60%) rotate(-45deg);-ms-transform:translate(-40%,-60%) rotate(-45deg);transform:translate(-40%,-60%) rotate(-45deg);width:.85em}.icon-edit::after{border:.15em solid currentColor;border-right-color:transparent;border-top-color:transparent;content:"";height:0;left:5%;top:95%;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);width:0}.icon-delete::before{border:.1rem solid currentColor;border-bottom-left-radius:.1rem;border-bottom-right-radius:.1rem;border-top:0;content:"";height:.75em;top:60%;width:.75em}.icon-delete::after{background:currentColor;box-shadow:-.25em .2em,.25em .2em;content:"";height:.1rem;top:.05rem;width:.5em}.icon-share{border:.1rem solid currentColor;border-radius:.1rem;border-right:0;border-top:0}.icon-share::before{border:.1rem solid currentColor;border-left:0;border-top:0;content:"";height:.4em;left:100%;top:.25em;-webkit-transform:translate(-125%,-50%) rotate(-45deg);-ms-transform:translate(-125%,-50%) rotate(-45deg);transform:translate(-125%,-50%) rotate(-45deg);width:.4em}.icon-share::after{border:.1rem solid currentColor;border-bottom:0;border-radius:75% 0;border-right:0;content:"";height:.5em;width:.6em}.icon-flag::before{background:currentColor;content:"";height:1em;left:15%;width:.1rem}.icon-flag::after{border:.1rem solid currentColor;border-bottom-right-radius:.1rem;border-left:0;border-top-right-radius:.1rem;content:"";height:.65em;left:60%;top:35%;width:.8em}.icon-bookmark::before{border:.1rem solid currentColor;border-bottom:0;border-top-left-radius:.1rem;border-top-right-radius:.1rem;content:"";height:.9em;width:.8em}.icon-bookmark::after{border:.1rem solid currentColor;border-bottom:0;border-left:0;border-radius:.1rem;content:"";height:.5em;-webkit-transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);-ms-transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);width:.5em}.icon-download,.icon-upload{border-bottom:.1rem solid currentColor}.icon-download::before,.icon-upload::before{border:.1rem solid currentColor;border-bottom:0;border-right:0;content:"";height:.5em;-webkit-transform:translate(-50%,-60%) rotate(-135deg);-ms-transform:translate(-50%,-60%) rotate(-135deg);transform:translate(-50%,-60%) rotate(-135deg);width:.5em}.icon-download::after,.icon-upload::after{background:currentColor;content:"";height:.6em;top:40%;width:.1rem}.icon-upload::before{-webkit-transform:translate(-50%,-60%) rotate(45deg);-ms-transform:translate(-50%,-60%) rotate(45deg);transform:translate(-50%,-60%) rotate(45deg)}.icon-upload::after{top:50%}.icon-time{border:.1rem solid currentColor;border-radius:50%}.icon-time::before{background:currentColor;content:"";height:.4em;-webkit-transform:translate(-50%,-75%);-ms-transform:translate(-50%,-75%);transform:translate(-50%,-75%);width:.1rem}.icon-time::after{background:currentColor;content:"";height:.3em;-webkit-transform:translate(-50%,-75%) rotate(90deg);-ms-transform:translate(-50%,-75%) rotate(90deg);transform:translate(-50%,-75%) rotate(90deg);-webkit-transform-origin:50% 90%;-ms-transform-origin:50% 90%;transform-origin:50% 90%;width:.1rem}.icon-mail::before{border:.1rem solid currentColor;border-radius:.1rem;content:"";height:.8em;width:1em}.icon-mail::after{border:.1rem solid currentColor;border-right:0;border-top:0;content:"";height:.5em;-webkit-transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);-ms-transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);width:.5em}.icon-people::before{border:.1rem solid currentColor;border-radius:50%;content:"";height:.45em;top:25%;width:.45em}.icon-people::after{border:.1rem solid currentColor;border-radius:50% 50% 0 0;content:"";height:.4em;top:75%;width:.9em}.icon-message{border:.1rem solid currentColor;border-bottom:0;border-radius:.1rem;border-right:0}.icon-message::before{border:.1rem solid currentColor;border-bottom-right-radius:.1rem;border-left:0;border-top:0;content:"";height:.8em;left:65%;top:40%;width:.7em}.icon-message::after{background:currentColor;border-radius:.1rem;content:"";height:.3em;left:10%;top:100%;-webkit-transform:translate(0,-90%) rotate(45deg);-ms-transform:translate(0,-90%) rotate(45deg);transform:translate(0,-90%) rotate(45deg);width:.1rem}.icon-photo{border:.1rem solid currentColor;border-radius:.1rem}.icon-photo::before{border:.1rem solid currentColor;border-radius:50%;content:"";height:.25em;left:35%;top:35%;width:.25em}.icon-photo::after{border:.1rem solid currentColor;border-bottom:0;border-left:0;content:"";height:.5em;left:60%;-webkit-transform:translate(-50%,25%) rotate(-45deg);-ms-transform:translate(-50%,25%) rotate(-45deg);transform:translate(-50%,25%) rotate(-45deg);width:.5em}.icon-link::after,.icon-link::before{border:.1rem solid currentColor;border-radius:5em 0 0 5em;border-right:0;content:"";height:.5em;width:.75em}.icon-link::before{-webkit-transform:translate(-70%,-45%) rotate(-45deg);-ms-transform:translate(-70%,-45%) rotate(-45deg);transform:translate(-70%,-45%) rotate(-45deg)}.icon-link::after{-webkit-transform:translate(-30%,-55%) rotate(135deg);-ms-transform:translate(-30%,-55%) rotate(135deg);transform:translate(-30%,-55%) rotate(135deg)}.icon-location::before{border:.1rem solid currentColor;border-radius:50% 50% 50% 0;content:"";height:.8em;-webkit-transform:translate(-50%,-60%) rotate(-45deg);-ms-transform:translate(-50%,-60%) rotate(-45deg);transform:translate(-50%,-60%) rotate(-45deg);width:.8em}.icon-location::after{border:.1rem solid currentColor;border-radius:50%;content:"";height:.2em;-webkit-transform:translate(-50%,-80%);-ms-transform:translate(-50%,-80%);transform:translate(-50%,-80%);width:.2em}.icon-emoji{border:.1rem solid currentColor;border-radius:50%}.icon-emoji::before{border-radius:50%;box-shadow:-.17em -.15em,.17em -.15em;content:"";height:.1em;width:.1em}.icon-emoji::after{border:.1rem solid currentColor;border-bottom-color:transparent;border-radius:50%;border-right-color:transparent;content:"";height:.5em;-webkit-transform:translate(-50%,-40%) rotate(-135deg);-ms-transform:translate(-50%,-40%) rotate(-135deg);transform:translate(-50%,-40%) rotate(-135deg);width:.5em}.accordion .icon,.btn .icon,.menu .icon,.toast .icon{vertical-align:-10%} \ No newline at end of file
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index ad518ed..32c7a23 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -142,6 +142,8 @@ dfn {
*/
small {
font-size: 80%;
+ font-weight: 400;
+ /* (added) */
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
@@ -385,7 +387,7 @@ template {
}
html {
box-sizing: border-box;
- font-size: 10px;
+ font-size: 20px;
line-height: 1.42857143;
-webkit-tap-highlight-color: transparent;
}
@@ -393,7 +395,7 @@ body {
background: #fff;
color: #454d5d;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
- font-size: 14px;
+ font-size: .7rem;
overflow-x: hidden;
text-rendering: optimizeLegibility;
}
@@ -403,7 +405,7 @@ a {
text-decoration: none;
}
a:focus {
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
}
a:focus,
a:hover,
@@ -434,31 +436,31 @@ h6 {
}
h1,
.h1 {
- font-size: 40px;
+ font-size: 2rem;
}
h2,
.h2 {
- font-size: 32px;
+ font-size: 1.6rem;
}
h3,
.h3 {
- font-size: 28px;
+ font-size: 1.4rem;
}
h4,
.h4 {
- font-size: 24px;
+ font-size: 1.2rem;
}
h5,
.h5 {
- font-size: 20px;
+ font-size: 1rem;
}
h6,
.h6 {
- font-size: 16px;
+ font-size: .8rem;
}
p {
- line-height: 24px;
- margin: 0 0 16px;
+ line-height: 1.2rem;
+ margin: 0 0 .8rem;
}
a,
ins,
@@ -467,13 +469,13 @@ u {
text-decoration-skip: ink edges;
}
abbr[title] {
- border-bottom: 1px dotted;
+ border-bottom: .05rem dotted;
cursor: help;
text-decoration: none;
}
kbd {
background: #454d5d;
- border-radius: 2px;
+ border-radius: .1rem;
color: #fff;
display: inline-block;
line-height: 1;
@@ -482,7 +484,7 @@ kbd {
}
mark {
background: #ffe9b3;
- border-radius: 2px;
+ border-radius: .1rem;
color: #454d5d;
display: inline-block;
line-height: 1;
@@ -490,9 +492,9 @@ mark {
vertical-align: baseline;
}
blockquote {
- border-left: 2px solid #e7e9ed;
+ border-left: .1rem solid #e7e9ed;
margin-left: 0;
- padding: 8px 16px;
+ padding: .4rem .8rem;
}
blockquote p:last-child {
margin-bottom: 0;
@@ -502,18 +504,18 @@ blockquote cite {
}
ul,
ol {
- margin: 16px 0 16px 16px;
+ margin: .8rem 0 .8rem .8rem;
padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
- margin: 16px 0 16px 16px;
+ margin: .8rem 0 .8rem .8rem;
}
ul li,
ol li {
- margin-top: 8px;
+ margin-top: .4rem;
}
ul {
list-style: disc inside;
@@ -531,7 +533,7 @@ dl dt {
font-weight: bold;
}
dl dd {
- margin: 8px 0 16px 0;
+ margin: .4rem 0 .8rem 0;
}
:lang(zh) {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
@@ -548,7 +550,7 @@ dl dd {
:lang(zh) u,
:lang(ja) u,
.cjk u {
- border-bottom: 1px solid;
+ border-bottom: .05rem solid;
text-decoration: none;
}
:lang(zh) del + del,
@@ -595,27 +597,27 @@ dl dd {
}
.table td,
.table th {
- border-bottom: 1px solid #e7e9ed;
- padding: 12px 8px;
+ border-bottom: .05rem solid #e7e9ed;
+ padding: .6rem .4rem;
}
.table th {
- border-bottom-width: 2px;
+ border-bottom-width: .1rem;
}
.btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
- border: 1px solid #5764c6;
- border-radius: 2px;
+ border: .05rem solid #5764c6;
+ border-radius: .1rem;
color: #5764c6;
cursor: pointer;
display: inline-block;
- font-size: 14px;
- height: 32px;
- line-height: 20px;
+ font-size: .7rem;
+ height: 1.6rem;
+ line-height: 1rem;
outline: none;
- padding: 5px 8px;
+ padding: .25rem .4rem;
text-align: center;
text-decoration: none;
transition: all .2s ease;
@@ -628,7 +630,7 @@ dl dd {
}
.btn:focus {
background: #eff1fa;
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
text-decoration: none;
}
.btn:hover {
@@ -688,14 +690,14 @@ dl dd {
color: #4452c0;
}
.btn.btn-sm {
- font-size: 12px;
- height: 24px;
- padding: 1px 8px;
+ font-size: .6rem;
+ height: 1.2rem;
+ padding: .05rem .4rem;
}
.btn.btn-lg {
- font-size: 16px;
- height: 40px;
- padding: 9px 8px;
+ font-size: .8rem;
+ height: 2rem;
+ padding: .45rem .4rem;
}
.btn.btn-block {
display: block;
@@ -704,26 +706,26 @@ dl dd {
.btn.btn-action {
padding-left: 0;
padding-right: 0;
- width: 32px;
+ width: 1.6rem;
}
.btn.btn-action.btn-sm {
- width: 24px;
+ width: 1.2rem;
}
.btn.btn-action.btn-lg {
- width: 40px;
+ width: 2rem;
}
.btn.btn-clear {
background: transparent;
border: 0;
color: currentColor;
- height: 16px;
- line-height: 16px;
- margin-left: 4px;
+ height: .8rem;
+ line-height: .8rem;
+ margin-left: .2rem;
margin-right: -2px;
opacity: .45;
padding: 0 2px;
text-decoration: none;
- width: 16px;
+ width: .8rem;
}
.btn.btn-clear:hover {
opacity: .85;
@@ -750,12 +752,12 @@ dl dd {
}
.btn-group .btn:not(:first-child):not(:last-child) {
border-radius: 0;
- margin-left: -1px;
+ margin-left: -.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
- margin-left: -1px;
+ margin-left: -.05rem;
}
.btn-group .btn:focus,
.btn-group .btn:hover,
@@ -774,25 +776,25 @@ dl dd {
flex: 1 0 0;
}
.form-group:not(:last-child) {
- margin-bottom: 10px;
+ margin-bottom: .4rem;
}
fieldset {
- margin-bottom: 15px;
+ margin-bottom: .8rem;
}
legend {
- font-size: 16px;
+ font-size: .8rem;
font-weight: 500;
- margin-bottom: 15px;
+ margin-bottom: .8rem;
}
.form-label {
display: block;
- padding: 6px 0;
+ padding: .3rem 0;
}
.form-label.label-sm {
- padding: 2px 0;
+ padding: .1rem 0;
}
.form-label.label-lg {
- padding: 10px 0;
+ padding: .5rem 0;
}
.form-input {
-webkit-appearance: none;
@@ -800,23 +802,23 @@ legend {
appearance: none;
background: #fff;
background-image: none;
- border: 1px solid #caced7;
- border-radius: 2px;
+ border: .05rem solid #caced7;
+ border-radius: .1rem;
color: #454d5d;
display: block;
- font-size: 14px;
- height: 32px;
- line-height: 20px;
+ font-size: .7rem;
+ height: 1.6rem;
+ line-height: 1rem;
max-width: 100%;
outline: none;
- padding: 5px 8px;
+ padding: .25rem .4rem;
position: relative;
transition: all .2s ease;
width: 100%;
}
.form-input:focus {
border-color: #5764c6;
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
}
.form-input::-webkit-input-placeholder {
color: #acb3c2;
@@ -831,14 +833,14 @@ legend {
color: #acb3c2;
}
.form-input.input-sm {
- font-size: 12px;
- height: 24px;
- padding: 1px 8px;
+ font-size: .6rem;
+ height: 1.2rem;
+ padding: .05rem .4rem;
}
.form-input.input-lg {
- font-size: 16px;
- height: 40px;
- padding: 9px 8px;
+ font-size: .8rem;
+ height: 2rem;
+ padding: .45rem .4rem;
}
.form-input.input-inline {
display: inline-block;
@@ -853,8 +855,8 @@ textarea.form-input {
}
.form-input-hint {
color: #acb3c2;
- font-size: 12px;
- margin-top: 4px;
+ font-size: .6rem;
+ margin-top: .2rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
@@ -868,40 +870,40 @@ textarea.form-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- border: 1px solid #caced7;
- border-radius: 2px;
+ border: .05rem solid #caced7;
+ border-radius: .1rem;
color: inherit;
- font-size: 14px;
- line-height: 20px;
+ font-size: .7rem;
+ line-height: 1rem;
outline: none;
- padding: 5px 8px;
+ padding: .25rem .4rem;
vertical-align: middle;
width: 100%;
}
.form-select[multiple] option {
- padding: 2px 4px;
+ padding: .1rem .2rem;
}
.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 7px center / 8px 10px;
- height: 32px;
- padding-right: 22px;
+ 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 .35rem center / .4rem .5rem;
+ height: 1.6rem;
+ padding-right: 1.1rem;
}
.form-select:focus {
border-color: #5764c6;
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
}
.form-select::-ms-expand {
display: none;
}
.form-select.select-sm {
- font-size: 12px;
- height: 24px;
- padding: 1px 22px 1px 8px;
+ font-size: .6rem;
+ height: 1.2rem;
+ padding: .05rem 1.1rem .05rem .4rem;
}
.form-select.select-lg {
- font-size: 16px;
- height: 40px;
- padding: 9px 22px 9px 8px;
+ font-size: .8rem;
+ height: 2rem;
+ padding: .45rem 1.1rem .45rem .4rem;
}
.has-icon-left,
.has-icon-right {
@@ -909,33 +911,33 @@ textarea.form-input {
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
- height: 14px;
- margin: 0 5px;
+ height: .7rem;
+ margin: 0 .25rem;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
- width: 14px;
+ width: .7rem;
}
.has-icon-left .form-icon {
- left: 1px;
+ left: .05rem;
}
.has-icon-left .form-input {
- padding-left: 24px;
+ padding-left: 1.2rem;
}
.has-icon-right .form-icon {
- right: 1px;
+ right: .05rem;
}
.has-icon-right .form-input {
- padding-right: 24px;
+ padding-right: 1.2rem;
}
.form-checkbox,
.form-radio,
.form-switch {
display: inline-block;
- line-height: 20px;
- padding: 2px 22px;
+ line-height: 1rem;
+ padding: .1rem 1.1rem;
position: relative;
}
.form-checkbox input,
@@ -952,7 +954,7 @@ textarea.form-input {
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
border-color: #5764c6;
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
@@ -963,7 +965,7 @@ textarea.form-input {
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
- border: 1px solid #caced7;
+ border: .05rem solid #caced7;
cursor: pointer;
display: inline-block;
position: absolute;
@@ -972,21 +974,21 @@ textarea.form-input {
.form-checkbox .form-icon,
.form-radio .form-icon {
background: #fff;
- height: 14px;
+ height: .7rem;
left: 0;
- top: 5px;
- width: 14px;
+ top: .25rem;
+ width: .7rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
background: #f0f1f4;
}
.form-checkbox .form-icon {
- border-radius: 2px;
+ border-radius: .1rem;
}
.form-checkbox input:checked + .form-icon::before {
background-clip: padding-box;
- border: 2px solid #fff;
+ border: .1rem solid #fff;
border-left-width: 0;
border-top-width: 0;
content: "";
@@ -1017,11 +1019,11 @@ textarea.form-input {
width: 10px;
}
.form-radio .form-icon {
- border-radius: 7px;
+ border-radius: .35rem;
}
.form-radio input:checked + .form-icon::before {
background: #fff;
- border-radius: 2px;
+ border-radius: .1rem;
content: "";
height: 4px;
left: 50%;
@@ -1032,28 +1034,28 @@ textarea.form-input {
width: 4px;
}
.form-switch {
- padding-left: 40px;
+ padding-left: 2rem;
}
.form-switch .form-icon {
background: #e7e9ed;
background-clip: padding-box;
- border-radius: 9px;
- height: 18px;
+ border-radius: .45rem;
+ height: .9rem;
left: 0;
- top: 3px;
- width: 32px;
+ top: .15rem;
+ width: 1.6rem;
}
.form-switch .form-icon::before {
background: #fff;
- border-radius: 8px;
+ border-radius: .4rem;
content: "";
display: block;
- height: 16px;
+ height: .8rem;
left: 0;
position: absolute;
top: 0;
transition: all .2s ease;
- width: 16px;
+ width: .8rem;
}
.form-switch input:checked + .form-icon::before {
left: 14px;
@@ -1068,18 +1070,18 @@ textarea.form-input {
}
.input-group .input-group-addon {
background: #f8f9fa;
- border: 1px solid #caced7;
- border-radius: 2px;
- line-height: 20px;
- padding: 5px 8px;
+ border: .05rem solid #caced7;
+ border-radius: .1rem;
+ line-height: 1rem;
+ padding: .25rem .4rem;
}
.input-group .input-group-addon.addon-sm {
- font-size: 12px;
- padding: 1px 8px;
+ font-size: .6rem;
+ padding: .05rem .4rem;
}
.input-group .input-group-addon.addon-lg {
- font-size: 16px;
- padding: 9px 8px;
+ font-size: .8rem;
+ padding: .45rem .4rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
@@ -1099,7 +1101,7 @@ textarea.form-input {
.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: -1px;
+ margin-left: -.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
@@ -1107,7 +1109,7 @@ textarea.form-input {
.input-group .input-group-btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
- margin-left: -1px;
+ margin-left: -.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
@@ -1133,7 +1135,7 @@ textarea.form-input {
.has-success .form-select:focus,
.form-input.is-success:focus,
.form-select.is-success:focus {
- box-shadow: 0 0 0 2px rgba(50, 182, 67, .2);
+ box-shadow: 0 0 0 .1rem rgba(50, 182, 67, .2);
}
.has-error .form-input,
.has-error .form-select,
@@ -1145,7 +1147,7 @@ textarea.form-input {
.has-error .form-select:focus,
.form-input.is-error:focus,
.form-select.is-error:focus {
- box-shadow: 0 0 0 2px rgba(232, 86, 0, .2);
+ box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
.has-error .form-checkbox .form-icon,
.has-error .form-radio .form-icon,
@@ -1171,13 +1173,13 @@ textarea.form-input {
.form-radio.is-error input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
border-color: #e85600;
- box-shadow: 0 0 0 2px rgba(232, 86, 0, .2);
+ box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
.form-input:not(:placeholder-shown):invalid {
border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
- box-shadow: 0 0 0 2px rgba(232, 86, 0, .2);
+ box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
color: #e85600;
@@ -1204,7 +1206,7 @@ input.disabled + .form-icon {
background: #fff;
}
.form-horizontal {
- padding: 10px;
+ padding: .4rem;
}
.form-horizontal .form-group {
display: flex;
@@ -1214,11 +1216,11 @@ input.disabled + .form-icon {
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
- margin: 4px 0;
+ margin: .2rem 0;
}
.label {
background: #f8f9fa;
- border-radius: 2px;
+ border-radius: .1rem;
color: #50596c;
display: inline-block;
line-height: 1;
@@ -1243,7 +1245,7 @@ input.disabled + .form-icon {
}
code {
background: #fdf4f4;
- border-radius: 2px;
+ border-radius: .1rem;
color: #e06870;
display: inline-block;
line-height: 1;
@@ -1251,18 +1253,18 @@ code {
vertical-align: baseline;
}
.code {
- border-radius: 2px;
+ border-radius: .1rem;
color: #454d5d;
- line-height: 20px;
+ line-height: 1rem;
position: relative;
}
.code::before {
color: #acb3c2;
content: attr(data-lang);
- font-size: 12px;
+ font-size: .6rem;
position: absolute;
- right: 10px;
- top: 2px;
+ right: .4rem;
+ top: .1rem;
}
.code code {
background: #f8f9fa;
@@ -1270,7 +1272,7 @@ code {
display: block;
line-height: inherit;
overflow-x: auto;
- padding: 20px;
+ padding: 1rem;
width: 100%;
}
.img-responsive {
@@ -1319,27 +1321,27 @@ code {
padding-bottom: 100%;
}
.figure {
- margin: 0 0 10px 0;
+ margin: 0 0 .4rem 0;
}
.figure .figure-caption {
color: #727e96;
- margin-top: 10px;
+ margin-top: .4rem;
}
.container {
margin-left: auto;
margin-right: auto;
- padding-left: 10px;
- padding-right: 10px;
+ padding-left: .4rem;
+ padding-right: .4rem;
width: 100%;
}
.container.grid-1280 {
- max-width: 1300px;
+ max-width: 1280.8px;
}
.container.grid-960 {
- max-width: 980px;
+ max-width: 960.8px;
}
.container.grid-480 {
- max-width: 500px;
+ max-width: 480.8px;
}
.columns {
display: flex;
@@ -1348,8 +1350,8 @@ code {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
- margin-left: -10px;
- margin-right: -10px;
+ margin-left: -.4rem;
+ margin-right: -.4rem;
}
.columns.col-gapless {
margin-left: 0;
@@ -1370,8 +1372,8 @@ code {
-ms-flex: 1;
flex: 1;
max-width: 100%;
- padding-left: 10px;
- padding-right: 10px;
+ padding-left: .4rem;
+ padding-right: .4rem;
}
.column.col-12,
.column.col-11,
@@ -1784,13 +1786,13 @@ code {
-ms-flex-align: center;
}
.navbar .navbar-brand {
- font-size: 16px;
+ font-size: .8rem;
font-weight: 500;
text-decoration: none;
}
.panel {
- border: 1px solid #e7e9ed;
- border-radius: 2px;
+ border: .05rem solid #e7e9ed;
+ border-radius: .1rem;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
@@ -1803,7 +1805,7 @@ code {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
- padding: 15px;
+ padding: .8rem;
}
.panel .panel-nav {
-webkit-flex: 0 0 auto;
@@ -1815,30 +1817,30 @@ code {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
overflow-y: auto;
- padding: 0 15px;
+ padding: 0 .8rem;
}
.panel .panel-subtitle {
color: #acb3c2;
}
.empty {
background: #f8f9fa;
- border-radius: 2px;
+ border-radius: .1rem;
color: #727e96;
- padding: 40px;
+ padding: 1.6rem;
text-align: center;
}
.empty .empty-icon {
- margin-bottom: 15px;
+ margin-bottom: .8rem;
}
.empty .empty-title,
.empty .empty-subtitle {
- margin: 10px auto;
+ margin: .4rem auto;
}
.empty .empty-subtitle {
color: #acb3c2;
}
.empty .empty-action {
- margin-top: 15px;
+ margin-top: .8rem;
}
.accordion .accordion-item input:checked ~ .accordion-header .icon {
-webkit-transform: rotate(90deg);
@@ -1850,13 +1852,13 @@ code {
}
.accordion .accordion-item .accordion-header {
display: block;
- padding: 4px 8px;
+ padding: .2rem .4rem;
}
.accordion .accordion-item .accordion-header .icon {
transition: all .2s ease;
}
.accordion .accordion-item .accordion-body {
- margin-bottom: 10px;
+ margin-bottom: .4rem;
max-height: 0;
overflow: hidden;
transition: max-height .2s ease;
@@ -1875,12 +1877,12 @@ code {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: auto;
- min-height: 32px;
- padding: 1px 0 0 1px;
+ min-height: 1.6rem;
+ padding: .05rem 0 0 .05rem;
}
.form-autocomplete .form-autocomplete-input.is-focused {
border-color: #5764c6;
- box-shadow: 0 0 0 2px rgba(87, 100, 198, .2);
+ box-shadow: 0 0 0 .1rem rgba(87, 100, 198, .2);
}
.form-autocomplete .form-autocomplete-input .form-input {
border-color: transparent;
@@ -1889,8 +1891,8 @@ code {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
- height: 28px;
- line-height: 16px;
+ height: 1.4rem;
+ line-height: .8rem;
width: auto;
}
.form-autocomplete mark {
@@ -1908,34 +1910,34 @@ code {
border-radius: 50%;
color: rgba(255, 255, 255, .85);
display: inline-block;
- font-size: 14.54545455px;
+ font-size: .72727273rem;
font-weight: 300;
- height: 32px;
+ height: 1.6rem;
line-height: 1;
margin: 0;
position: relative;
vertical-align: middle;
- width: 32px;
+ width: 1.6rem;
}
.avatar.avatar-xs {
- font-size: 7.27272727px;
- height: 16px;
- width: 16px;
+ font-size: .36363636rem;
+ height: .8rem;
+ width: .8rem;
}
.avatar.avatar-sm {
- font-size: 10.90909091px;
- height: 24px;
- width: 24px;
+ font-size: .54545455rem;
+ height: 1.2rem;
+ width: 1.2rem;
}
.avatar.avatar-lg {
- font-size: 21.81818182px;
- height: 48px;
- width: 48px;
+ font-size: 1.09090909rem;
+ height: 2.4rem;
+ width: 2.4rem;
}
.avatar.avatar-xl {
- font-size: 29.09090909px;
- height: 64px;
- width: 64px;
+ font-size: 1.45454545rem;
+ height: 3.2rem;
+ width: 3.2rem;
}
.avatar img {
border-radius: 50%;
@@ -1948,7 +1950,7 @@ code {
background: #fff;
bottom: 14.64%;
height: 50%;
- padding: 2px;
+ padding: .1rem;
position: absolute;
right: 14.64%;
-webkit-transform: translate(50%, 50%);
@@ -1975,17 +1977,17 @@ code {
.badge:not([data-badge])::after {
background: #5764c6;
background-clip: padding-box;
- border-radius: 10px;
- box-shadow: 0 0 0 2px #fff;
+ border-radius: .5rem;
+ box-shadow: 0 0 0 .1rem #fff;
color: #fff;
content: attr(data-badge);
display: inline-block;
- -webkit-transform: translate(-2px, -10px);
- -ms-transform: translate(-2px, -10px);
- transform: translate(-2px, -10px);
+ -webkit-transform: translate(-.1rem, -.5rem);
+ -ms-transform: translate(-.1rem, -.5rem);
+ transform: translate(-.1rem, -.5rem);
}
.badge[data-badge]::after {
- font-size: 12px;
+ font-size: .6rem;
height: 18px;
line-height: 1;
min-width: 18px;
@@ -2019,25 +2021,25 @@ code {
}
.badge.avatar-xs::after {
content: "";
- height: 8px;
- min-width: 8px;
+ height: .4rem;
+ min-width: .4rem;
padding: 0;
- width: 8px;
+ width: .4rem;
}
.bar {
background: #f0f1f4;
- border-radius: 2px;
+ border-radius: .1rem;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
- height: 16px;
+ height: .8rem;
width: 100%;
}
.bar.bar-sm {
- height: 4px;
+ height: .2rem;
}
.bar .bar-item {
background: #5764c6;
@@ -2046,27 +2048,27 @@ code {
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
- font-size: 12px;
+ font-size: .6rem;
height: 100%;
- line-height: 16px;
+ line-height: .8rem;
position: relative;
text-align: center;
width: 0;
}
.bar .bar-item:first-child {
- border-bottom-left-radius: 2px;
- border-top-left-radius: 2px;
+ border-bottom-left-radius: .1rem;
+ border-top-left-radius: .1rem;
}
.bar .bar-item:last-child {
- border-bottom-right-radius: 2px;
- border-top-right-radius: 2px;
+ border-bottom-right-radius: .1rem;
+ border-top-right-radius: .1rem;
-ms-flex-negative: 1;
-webkit-flex-shrink: 1;
flex-shrink: 1;
}
.bar-slider {
- height: 2px;
- margin: 10px 0;
+ height: .1rem;
+ margin: .4rem 0;
position: relative;
}
.bar-slider .bar-item {
@@ -2082,7 +2084,7 @@ code {
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 12px;
+ height: .6rem;
padding: 0;
position: absolute;
right: 0;
@@ -2090,41 +2092,41 @@ code {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
- width: 12px;
+ width: .6rem;
}
.bar-slider .bar-slider-btn:active {
- box-shadow: 0 0 0 2px #5764c6;
+ box-shadow: 0 0 0 .1rem #5764c6;
}
.card {
background: #fff;
- border: 1px solid #e7e9ed;
- border-radius: 2px;
+ border: .05rem solid #e7e9ed;
+ border-radius: .1rem;
display: block;
}
.card .card-header,
.card .card-body,
.card .card-footer {
- padding: 15px;
+ padding: .8rem;
padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
- padding-bottom: 15px;
+ padding-bottom: .8rem;
}
.card .card-image {
- padding-top: 15px;
+ padding-top: .8rem;
}
.card .card-image:first-child {
padding-top: 0;
}
.card .card-image:first-child img {
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
+ border-top-left-radius: .1rem;
+ border-top-right-radius: .1rem;
}
.card .card-image:last-child img {
- border-bottom-left-radius: 2px;
- border-bottom-right-radius: 2px;
+ border-bottom-left-radius: .1rem;
+ border-bottom-right-radius: .1rem;
}
.card .card-subtitle {
color: #acb3c2;
@@ -2133,16 +2135,16 @@ code {
-webkit-align-items: center;
align-items: center;
background: #f0f1f4;
- border-radius: 2px;
+ border-radius: .1rem;
color: #727e96;
display: -ms-inline-flexbox;
display: inline-flex;
display: -webkit-inline-flex;
-ms-flex-align: center;
- height: 28px;
- margin: 0 1px 1px 0;
+ height: 1.4rem;
+ margin: 0 .05rem .05rem 0;
max-width: 100%;
- padding: 1px 8px;
+ padding: .05rem .4rem;
text-decoration: none;
vertical-align: middle;
}
@@ -2151,8 +2153,8 @@ code {
color: #fff;
}
.chip .avatar {
- margin-left: -4px;
- margin-right: 4px;
+ margin-left: -.2rem;
+ margin-right: .2rem;
}
.dropdown {
display: inline-block;
@@ -2178,20 +2180,20 @@ code {
display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
- border-bottom-right-radius: 2px;
- border-top-right-radius: 2px;
+ border-bottom-right-radius: .1rem;
+ border-top-right-radius: .1rem;
}
.menu {
background: #fff;
- border-radius: 2px;
- box-shadow: 0 1px 4px rgba(69, 77, 93, .3);
+ border-radius: .1rem;
+ box-shadow: 0 .05rem .2rem rgba(69, 77, 93, .3);
list-style: none;
margin: 0;
min-width: 180px;
- padding: 8px;
- -webkit-transform: translateY(5px);
- -ms-transform: translateY(5px);
- transform: translateY(5px);
+ padding: .4rem;
+ -webkit-transform: translateY(.2rem);
+ -ms-transform: translateY(.2rem);
+ transform: translateY(.2rem);
z-index: 100;
}
.menu.menu-nav {
@@ -2200,7 +2202,7 @@ code {
}
.menu .menu-item {
margin-top: 0;
- padding: 0 8px;
+ padding: 0 .4rem;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
@@ -2208,11 +2210,11 @@ code {
user-select: none;
}
.menu .menu-item > a {
- border-radius: 2px;
+ border-radius: .1rem;
color: inherit;
display: block;
- margin: 0 -8px;
- padding: 4px 8px;
+ margin: 0 -.4rem;
+ padding: .2rem .4rem;
text-decoration: none;
}
.menu .menu-item > a:focus,
@@ -2226,14 +2228,14 @@ code {
color: #5764c6;
}
.menu .menu-item + .menu-item {
- margin-top: 4px;
+ margin-top: .2rem;
}
.menu .menu-badge {
float: right;
- padding: 4px 0;
+ padding: .2rem 0;
}
.menu .menu-badge .btn {
- margin-top: -2px;
+ margin-top: -.1rem;
}
.modal {
-webkit-align-items: center;
@@ -2247,7 +2249,7 @@ code {
left: 0;
opacity: 0;
overflow: hidden;
- padding: 10px;
+ padding: .4rem;
position: fixed;
right: 0;
top: 0;
@@ -2283,27 +2285,26 @@ code {
}
.modal-container {
background: #fff;
- border-radius: 2px;
- box-shadow: 0 4px 10px rgba(69, 77, 93, .3);
+ border-radius: .1rem;
+ box-shadow: 0 .2rem .5rem rgba(69, 77, 93, .3);
display: block;
padding: 0;
text-align: left;
}
.modal-container .modal-header {
- padding: 15px;
+ padding: .8rem;
}
.modal-container .modal-header .modal-title {
- font-size: 16px;
margin: 0;
}
.modal-container .modal-body {
max-height: 50vh;
overflow-y: auto;
- padding: 15px;
+ padding: .8rem;
position: relative;
}
.modal-container .modal-footer {
- padding: 15px;
+ padding: .8rem;
text-align: right;
}
.breadcrumb,
@@ -2311,19 +2312,19 @@ code {
.pagination,
.nav {
list-style: none;
- margin: 4px 0;
+ margin: .2rem 0;
}
.breadcrumb {
- padding: 4px 0;
+ padding: .2rem 0;
}
.breadcrumb .breadcrumb-item {
color: #727e96;
display: inline-block;
margin: 0;
- padding: 4px 0;
+ padding: .2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
- margin-right: 4px;
+ margin-right: .2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
color: #727e96;
@@ -2331,7 +2332,7 @@ code {
.breadcrumb .breadcrumb-item:not(:first-child)::before {
color: #e7e9ed;
content: "/";
- padding-right: 4px;
+ padding-right: .2rem;
}
.tab {
-webkit-align-items: center;
@@ -2354,7 +2355,7 @@ code {
text-align: right;
}
.tab .tab-item a {
- border-bottom: 2px solid transparent;
+ border-bottom: .1rem solid transparent;
color: inherit;
display: block;
margin-top: 0;
@@ -2391,20 +2392,20 @@ code {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
- padding: 4px 0;
+ padding: .2rem 0;
}
.pagination .page-item {
- margin: 4px 1px;
+ margin: .2rem .05rem;
}
.pagination .page-item span {
display: inline-block;
- padding: 6px 4px;
+ padding: .2rem .2rem;
}
.pagination .page-item a {
- border-radius: 2px;
+ border-radius: .1rem;
color: #727e96;
display: inline-block;
- padding: 6px 8px;
+ padding: .2rem .4rem;
text-decoration: none;
}
.pagination .page-item a:focus,
@@ -2446,7 +2447,7 @@ code {
}
.nav .nav-item a {
color: #727e96;
- padding: 4px 8px;
+ padding: .2rem .4rem;
text-decoration: none;
}
.nav .nav-item a:focus,
@@ -2462,8 +2463,8 @@ code {
color: #5764c6;
}
.nav .nav {
- margin-bottom: 8px;
- margin-left: 16px;
+ margin-bottom: .4rem;
+ margin-left: .8rem;
}
.popover {
display: inline-block;
@@ -2473,7 +2474,7 @@ code {
content: attr(data-tooltip);
left: 50%;
opacity: 0;
- padding: 10px;
+ padding: .4rem;
position: absolute;
top: 0;
-webkit-transform: translate(-50%, -50%) scale(0);
@@ -2529,7 +2530,7 @@ code {
}
.popover .card {
border: 0;
- box-shadow: 0 4px 10px rgba(69, 77, 93, .3);
+ box-shadow: 0 .2rem .5rem rgba(69, 77, 93, .3);
}
.step {
display: flex;
@@ -2539,7 +2540,7 @@ code {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
list-style: none;
- margin: 4px 0;
+ margin: .2rem 0;
width: 100%;
}
.step .step-item {
@@ -2568,23 +2569,23 @@ code {
}
.step .step-item a::before {
background: #5764c6;
- border: 2px solid #fff;
+ border: .1rem solid #fff;
border-radius: 50%;
content: "";
display: block;
- height: 12px;
+ height: .6rem;
left: 50%;
position: absolute;
- top: 4px;
+ top: .2rem;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
- width: 12px;
+ width: .6rem;
z-index: 1;
}
.step .step-item.active a::before {
background: #fff;
- border: 2px solid #5764c6;
+ border: .1rem solid #5764c6;
}
.step .step-item.active ~ .step-item::before {
background: #e7e9ed;
@@ -2615,17 +2616,17 @@ code {
flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
- padding-left: 8px;
+ padding-left: .4rem;
}
.tile .tile-content:not(:last-child) {
- padding-right: 8px;
+ padding-right: .4rem;
}
.tile .tile-title {
- line-height: 20px;
+ line-height: 1rem;
}
.tile .tile-subtitle {
color: #acb3c2;
- line-height: 20px;
+ line-height: 1rem;
}
.tile.tile-centered {
-webkit-align-items: center;
@@ -2644,12 +2645,12 @@ code {
}
.toast {
background: rgba(69, 77, 93, .9);
- border: 1px solid #454d5d;
+ border: .05rem solid #454d5d;
border-color: #454d5d;
- border-radius: 2px;
+ border-radius: .1rem;
color: #fff;
display: block;
- padding: 10px;
+ padding: .4rem;
width: 100%;
}
.toast.toast-primary {
@@ -2686,23 +2687,23 @@ code {
}
.tooltip::after {
background: rgba(69, 77, 93, .9);
- border-radius: 2px;
+ border-radius: .1rem;
bottom: 100%;
color: #fff;
content: attr(data-tooltip);
display: block;
- font-size: 12px;
+ font-size: .6rem;
left: 50%;
max-width: 320px;
opacity: 0;
overflow: hidden;
- padding: 4px 8px;
+ padding: .2rem .4rem;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
- -webkit-transform: translate(-50%, 8px);
- -ms-transform: translate(-50%, 8px);
- transform: translate(-50%, 8px);
+ -webkit-transform: translate(-50%, .4rem);
+ -ms-transform: translate(-50%, .4rem);
+ transform: translate(-50%, .4rem);
transition: all .2s ease;
white-space: nowrap;
z-index: 300;
@@ -2710,9 +2711,9 @@ code {
.tooltip:focus::after,
.tooltip:hover::after {
opacity: 1;
- -webkit-transform: translate(-50%, -4px);
- -ms-transform: translate(-50%, -4px);
- transform: translate(-50%, -4px);
+ -webkit-transform: translate(-50%, -.2rem);
+ -ms-transform: translate(-50%, -.2rem);
+ transform: translate(-50%, -.2rem);
}
.tooltip[disabled],
.tooltip.disabled {
@@ -2721,42 +2722,42 @@ code {
.tooltip.tooltip-right::after {
bottom: 50%;
left: 100%;
- -webkit-transform: translate(-4px, 50%);
- -ms-transform: translate(-4px, 50%);
- transform: translate(-4px, 50%);
+ -webkit-transform: translate(-.2rem, 50%);
+ -ms-transform: translate(-.2rem, 50%);
+ transform: translate(-.2rem, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
- -webkit-transform: translate(4px, 50%);
- -ms-transform: translate(4px, 50%);
- transform: translate(4px, 50%);
+ -webkit-transform: translate(.2rem, 50%);
+ -ms-transform: translate(.2rem, 50%);
+ transform: translate(.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
bottom: auto;
top: 100%;
- -webkit-transform: translate(-50%, -8px);
- -ms-transform: translate(-50%, -8px);
- transform: translate(-50%, -8px);
+ -webkit-transform: translate(-50%, -.4rem);
+ -ms-transform: translate(-50%, -.4rem);
+ transform: translate(-50%, -.4rem);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
- -webkit-transform: translate(-50%, 4px);
- -ms-transform: translate(-50%, 4px);
- transform: translate(-50%, 4px);
+ -webkit-transform: translate(-50%, .2rem);
+ -ms-transform: translate(-50%, .2rem);
+ transform: translate(-50%, .2rem);
}
.tooltip.tooltip-left::after {
bottom: 50%;
left: auto;
right: 100%;
- -webkit-transform: translate(8px, 50%);
- -ms-transform: translate(8px, 50%);
- transform: translate(8px, 50%);
+ -webkit-transform: translate(.4rem, 50%);
+ -ms-transform: translate(.4rem, 50%);
+ transform: translate(.4rem, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
- -webkit-transform: translate(-4px, 50%);
- -ms-transform: translate(-4px, 50%);
- transform: translate(-4px, 50%);
+ -webkit-transform: translate(-.2rem, 50%);
+ -ms-transform: translate(-.2rem, 50%);
+ transform: translate(-.2rem, 50%);
}
@-webkit-keyframes loading {
0% {
@@ -2781,8 +2782,8 @@ code {
@-webkit-keyframes slide-down {
0% {
opacity: 0;
- -webkit-transform: translateY(-32px);
- transform: translateY(-32px);
+ -webkit-transform: translateY(-1.6rem);
+ transform: translateY(-1.6rem);
}
100% {
opacity: 1;
@@ -2793,8 +2794,8 @@ code {
@keyframes slide-down {
0% {
opacity: 0;
- -webkit-transform: translateY(-32px);
- transform: translateY(-32px);
+ -webkit-transform: translateY(-1.6rem);
+ transform: translateY(-1.6rem);
}
100% {
opacity: 1;
@@ -2932,39 +2933,39 @@ a.text-error:hover {
color: #acb3c2;
content: attr(data-content);
display: inline-block;
- font-size: 12px;
- padding: 0 8px;
- -webkit-transform: translateY(-11px);
- -ms-transform: translateY(-11px);
- transform: translateY(-11px);
+ font-size: .6rem;
+ padding: 0 .4rem;
+ -webkit-transform: translateY(-.55rem);
+ -ms-transform: translateY(-.55rem);
+ transform: translateY(-.55rem);
}
.divider {
- border-top: 1px solid #e7e9ed;
- height: 1px;
- margin: 8px 0;
+ border-top: .05rem solid #e7e9ed;
+ height: .05rem;
+ margin: .4rem 0;
}
.divider[data-content] {
- margin: 16px 0;
+ margin: .8rem 0;
}
.divider-vert {
display: block;
- padding: 16px;
+ padding: .8rem;
}
.divider-vert::before {
- border-left: 1px solid #e7e9ed;
- bottom: 8px;
+ border-left: .05rem solid #e7e9ed;
+ bottom: .4rem;
content: "";
display: block;
left: 50%;
position: absolute;
- top: 8px;
+ top: .4rem;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.divider-vert[data-content]::after {
left: 50%;
- padding: 4px 0;
+ padding: .2rem 0;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
@@ -2973,36 +2974,36 @@ a.text-error:hover {
}
.loading {
color: transparent !important;
- min-height: 16px;
+ min-height: .8rem;
pointer-events: none;
position: relative;
}
.loading::after {
-webkit-animation: loading 500ms infinite linear;
animation: loading 500ms infinite linear;
- border: 2px solid #5764c6;
+ border: .1rem solid #5764c6;
border-radius: 50%;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
- height: 16px;
+ height: .8rem;
left: 50%;
- margin-left: -8px;
- margin-top: -8px;
+ margin-left: -.4rem;
+ margin-top: -.4rem;
position: absolute;
top: 50%;
- width: 16px;
+ width: .8rem;
z-index: 1;
}
.loading.loading-lg {
- min-height: 40px;
+ min-height: 2rem;
}
.loading.loading-lg::after {
- height: 32px;
- margin-left: -16px;
- margin-top: -16px;
- width: 32px;
+ height: 1.6rem;
+ margin-left: -.8rem;
+ margin-top: -.8rem;
+ width: 1.6rem;
}
.clearfix::after,
.container::after {
@@ -3031,83 +3032,100 @@ a.text-error:hover {
margin-left: auto;
margin-right: auto;
}
-.mt-10 {
- margin-top: 10px;
+.m-1 {
+ padding: .2rem;
+}
+.mb-1 {
+ padding-bottom: .2rem;
+}
+.ml-1 {
+ padding-left: .2rem;
+}
+.mr-1 {
+ padding-right: .2rem;
}
-.mr-10 {
- margin-right: 10px;
+.mt-1 {
+ padding-top: .2rem;
}
-.mb-10 {
- margin-bottom: 10px;
+.mx-1 {
+ padding-left: .2rem;
+ padding-right: .2rem;
}
-.ml-10 {
- margin-left: 10px;
+.my-1 {
+ padding-bottom: .2rem;
+ padding-top: .2rem;
}
-.m-10 {
- margin: 10px;
+.m-2 {
+ padding: .4rem;
}
-.mt-5 {
- margin-top: 5px;
+.mb-2 {
+ padding-bottom: .4rem;
}
-.mr-5 {
- margin-right: 5px;
+.ml-2 {
+ padding-left: .4rem;
}
-.mb-5 {
- margin-bottom: 5px;
+.mr-2 {
+ padding-right: .4rem;
}
-.ml-5 {
- margin-left: 5px;
+.mt-2 {
+ padding-top: .4rem;
}
-.m-5 {
- margin: 5px;
+.mx-2 {
+ padding-left: .4rem;
+ padding-right: .4rem;
}
-.pt-10 {
- padding-top: 10px;
+.my-2 {
+ padding-bottom: .4rem;
+ padding-top: .4rem;
}
-.pr-10 {
- padding-right: 10px;
+.p-1 {
+ padding: .2rem;
}
-.pb-10 {
- padding-bottom: 10px;
+.pb-1 {
+ padding-bottom: .2rem;
}
-.pl-10 {
- padding-left: 10px;
+.pl-1 {
+ padding-left: .2rem;
}
-.p-10 {
- padding: 10px;
+.pr-1 {
+ padding-right: .2rem;
}
-.pt-5 {
- padding-top: 5px;
+.pt-1 {
+ padding-top: .2rem;
}
-.pr-5 {
- padding-right: 5px;
+.px-1 {
+ padding-left: .2rem;
+ padding-right: .2rem;
}
-.pb-5 {
- padding-bottom: 5px;
+.py-1 {
+ padding-bottom: .2rem;
+ padding-top: .2rem;
}
-.pl-5 {
- padding-left: 5px;
+.p-2 {
+ padding: .4rem;
}
-.p-5 {
- padding: 5px;
+.pb-2 {
+ padding-bottom: .4rem;
}
-.shadow-0 {
- box-shadow: 0 0 2px rgba(69, 77, 93, .3);
+.pl-2 {
+ padding-left: .4rem;
}
-.shadow-1 {
- box-shadow: 0 1px 4px rgba(69, 77, 93, .3);
+.pr-2 {
+ padding-right: .4rem;
}
-.shadow-2 {
- box-shadow: 0 2px 6px rgba(69, 77, 93, .3);
+.pt-2 {
+ padding-top: .4rem;
}
-.shadow-3 {
- box-shadow: 0 3px 8px rgba(69, 77, 93, .3);
+.px-2 {
+ padding-left: .4rem;
+ padding-right: .4rem;
}
-.shadow-4 {
- box-shadow: 0 4px 10px rgba(69, 77, 93, .3);
+.py-2 {
+ padding-bottom: .4rem;
+ padding-top: .4rem;
}
.rounded {
- border-radius: 2px;
+ border-radius: .1rem;
}
.circle {
border-radius: 50%;
diff --git a/docs/dist/spectre.min.css b/docs/dist/spectre.min.css
index d748977..486227b 100644
--- a/docs/dist/spectre.min.css
+++ b/docs/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:#454d5d;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-size:14px;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;outline:0;text-decoration:none}a:focus{box-shadow:0 0 0 2px rgba(87,100,198,.2)}a.active,a:active,a:focus,a:hover{color:#4452c0;text-decoration:underline}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:500;line-height:1.2;margin-bottom:.5em;margin-top:0}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}.h1,h1{font-size:40px}.h2,h2{font-size:32px}.h3,h3{font-size:28px}.h4,h4{font-size:24px}.h5,h5{font-size:20px}.h6,h6{font-size:16px}p{line-height:24px;margin:0 0 16px}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{border-bottom:1px dotted;cursor:help;text-decoration:none}kbd{background:#454d5d;border-radius:2px;color:#fff;display:inline-block;line-height:1;padding:.2em .3em;vertical-align:baseline}mark{background:#ffe9b3;border-radius:2px;color:#454d5d;display:inline-block;line-height:1;padding:.2em .3em;vertical-align:baseline}blockquote{border-left:2px solid #e7e9ed;margin-left:0;padding:8px 16px}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#acb3c2}ol,ul{margin:16px 0 16px 16px;padding:0}ol ol,ol ul,ul ol,ul ul{margin:16px 0 16px 16px}ol li,ul li{margin-top:8px}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:8px 0 16px 0}:lang(zh){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",sans-serif}:lang(ja){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic",YuGothic,Meiryo,"Helvetica Neue",sans-serif}:lang(ko){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Malgun Gothic","Helvetica Neue",sans-serif}.cjk ins,.cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{border-bottom:1px 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,.table th{border-bottom:1px solid #e7e9ed;padding:12px 8px}.table th{border-bottom-width:2px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #5764c6;border-radius:2px;color:#5764c6;cursor:pointer;display:inline-block;font-size:14px;height:32px;line-height:20px;outline:0;padding:5px 8px;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:#eff1fa;box-shadow:0 0 0 2px rgba(87,100,198,.2);text-decoration:none}.btn:hover{background:#eff1fa;border-color:#4c59c2;text-decoration:none}.btn.active,.btn:active{background:#4c59c2;border-color:#3e4cb6;color:#fff;text-decoration:none}.btn.active.loading::after,.btn:active.loading::after{border-bottom-color:#fff;border-left-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:#4452c0}.btn.btn-sm{font-size:12px;height:24px;padding:1px 8px}.btn.btn-lg{font-size:16px;height:40px;padding:9px 8px}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:0;padding-right:0;width:32px}.btn.btn-action.btn-sm{width:24px}.btn.btn-action.btn-lg{width:40px}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:16px;line-height:16px;margin-left:4px;margin-right:-2px;opacity:.45;padding:0 2px;text-decoration:none;width:16px}.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:-1px}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.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}.btn-group.btn-group-block .btn{-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}.form-group:not(:last-child){margin-bottom:10px}fieldset{margin-bottom:15px}legend{font-size:16px;font-weight:500;margin-bottom:15px}.form-label{display:block;padding:6px 0}.form-label.label-sm{padding:2px 0}.form-label.label-lg{padding:10px 0}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:1px solid #caced7;border-radius:2px;color:#454d5d;display:block;font-size:14px;height:32px;line-height:20px;max-width:100%;outline:0;padding:5px 8px;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6;box-shadow:0 0 0 2px rgba(87,100,198,.2)}.form-input::-webkit-input-placeholder{color:#acb3c2}.form-input::-moz-placeholder{color:#acb3c2}.form-input:-ms-input-placeholder{color:#acb3c2}.form-input::placeholder{color:#acb3c2}.form-input.input-sm{font-size:12px;height:24px;padding:1px 8px}.form-input.input-lg{font-size:16px;height:40px;padding:9px 8px}.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;font-size:12px;margin-top:4px}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#e85600}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #caced7;border-radius:2px;color:inherit;font-size:14px;line-height:20px;outline:0;padding:5px 8px;vertical-align:middle;width:100%}.form-select[multiple] option{padding:2px 4px}.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 7px center/8px 10px;height:32px;padding-right:22px}.form-select:focus{border-color:#5764c6;box-shadow:0 0 0 2px rgba(87,100,198,.2)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:12px;height:24px;padding:1px 22px 1px 8px}.form-select.select-lg{font-size:16px;height:40px;padding:9px 22px 9px 8px}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{height:14px;margin:0 5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:14px}.has-icon-left .form-icon{left:1px}.has-icon-left .form-input{padding-left:24px}.has-icon-right .form-icon{right:1px}.has-icon-right .form-input{padding-right:24px}.form-checkbox,.form-radio,.form-switch{display:inline-block;line-height:20px;padding:2px 22px;position:relative}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.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 2px rgba(87,100,198,.2)}.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:1px solid #caced7;cursor:pointer;display:inline-block;position:absolute;transition:all .2s ease}.form-checkbox .form-icon,.form-radio .form-icon{background:#fff;height:14px;left:0;top:5px;width:14px}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:2px}.form-checkbox input:checked+.form-icon::before{background-clip:padding-box;border:2px solid #fff;border-left-width:0;border-top-width:0;content:"";height:10px;left:50%;margin-left:-3px;margin-top:-6px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:6px}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::before{background:#fff;content:"";height:2px;left:50%;margin-left:-5px;margin-top:-1px;position:absolute;top:50%;width:10px}.form-radio .form-icon{border-radius:7px}.form-radio input:checked+.form-icon::before{background:#fff;border-radius:2px;content:"";height:4px;left:50%;margin-left:-2px;margin-top:-2px;position:absolute;top:50%;width:4px}.form-switch{padding-left:40px}.form-switch .form-icon{background:#e7e9ed;background-clip:padding-box;border-radius:9px;height:18px;left:0;top:3px;width:32px}.form-switch .form-icon::before{background:#fff;border-radius:8px;content:"";display:block;height:16px;left:0;position:absolute;top:0;transition:all .2s ease;width:16px}.form-switch input:checked+.form-icon::before{left:14px}.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:1px solid #caced7;border-radius:2px;line-height:20px;padding:5px 8px}.input-group .input-group-addon.addon-sm{font-size:12px;padding:1px 8px}.input-group .input-group-addon.addon-lg{font-size:16px;padding:9px 8px}.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 .form-select: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 .form-select: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:-1px}.input-group .form-input:last-child:not(:first-child),.input-group .form-select: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:-1px}.input-group .form-input:focus,.input-group .form-select:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:1}.input-group .form-select{width:auto}.input-group.input-inline{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.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 2px rgba(50,182,67,.2)}.form-input.is-error,.form-select.is-error,.has-error .form-input,.has-error .form-select{border-color:#e85600}.form-input.is-error:focus,.form-select.is-error:focus,.has-error .form-input:focus,.has-error .form-select:focus{box-shadow:0 0 0 2px rgba(232,86,0,.2)}.form-checkbox.is-error .form-icon,.form-radio.is-error .form-icon,.form-switch.is-error .form-icon,.has-error .form-checkbox .form-icon,.has-error .form-radio .form-icon,.has-error .form-switch .form-icon{border-color:#e85600}.form-checkbox.is-error input:checked+.form-icon,.form-radio.is-error input:checked+.form-icon,.form-switch.is-error input:checked+.form-icon,.has-error .form-checkbox input:checked+.form-icon,.has-error .form-radio input:checked+.form-icon,.has-error .form-switch input:checked+.form-icon{background:#e85600;border-color:#e85600}.form-checkbox.is-error input:focus+.form-icon,.form-radio.is-error input:focus+.form-icon,.form-switch.is-error input:focus+.form-icon,.has-error .form-checkbox input:focus+.form-icon,.has-error .form-radio input:focus+.form-icon,.has-error .form-switch input:focus+.form-icon{border-color:#e85600;box-shadow:0 0 0 2px rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid{border-color:#e85600}.form-input:not(:placeholder-shown):invalid:focus{box-shadow:0 0 0 2px rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled{background-color:#f0f1f4;cursor:not-allowed;opacity:.5}.form-input[readonly]{background-color:#f8f9fa}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:10px}.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:4px 0}.label{background:#f8f9fa;border-radius:2px;color:#50596c;display:inline-block;line-height:1;padding:.2em .3em;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-error{background:#e85600;color:#fff}code{background:#fdf4f4;border-radius:2px;color:#e06870;display:inline-block;line-height:1;padding:.2em .3em;vertical-align:baseline}.code{border-radius:2px;color:#454d5d;line-height:20px;position:relative}.code::before{color:#acb3c2;content:attr(data-lang);font-size:12px;position:absolute;right:10px;top:2px}.code code{background:#f8f9fa;color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:20px;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.img-fit-cover{object-fit:cover}.img-fit-contain{object-fit:contain}.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 10px 0}.figure .figure-caption{color:#727e96;margin-top:10px}.container{margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;width:100%}.container.grid-1280{max-width:1300px}.container.grid-960{max-width:980px}.container.grid-480{max-width:500px}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.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;max-width:100%;padding-left:10px;padding-right:10px}.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-center{-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:16px;font-weight:500;text-decoration:none}.panel{border:1px solid #e7e9ed;border-radius:2px;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:15px}.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 15px}.panel .panel-subtitle{color:#acb3c2}.empty{background:#f8f9fa;border-radius:2px;color:#727e96;padding:40px;text-align:center}.empty .empty-icon{margin-bottom:15px}.empty .empty-subtitle,.empty .empty-title{margin:10px auto}.empty .empty-subtitle{color:#acb3c2}.empty .empty-action{margin-top:15px}.accordion .accordion-item input:checked~.accordion-header .icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.accordion .accordion-item input:checked~.accordion-body{max-height:1000px}.accordion .accordion-item .accordion-header{display:block;padding:4px 8px}.accordion .accordion-item .accordion-header .icon{transition:all .2s ease}.accordion .accordion-item .accordion-body{margin-bottom:10px;max-height:0;overflow:hidden;transition:max-height .2s ease}.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:32px;padding:1px 0 0 1px}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 2px rgba(87,100,198,.2)}.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;height:28px;line-height:16px;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:14.54545455px;font-weight:300;height:32px;line-height:1;margin:0;position:relative;vertical-align:middle;width:32px}.avatar.avatar-xs{font-size:7.27272727px;height:16px;width:16px}.avatar.avatar-sm{font-size:10.90909091px;height:24px;width:24px}.avatar.avatar-lg{font-size:21.81818182px;height:48px;width:48px}.avatar.avatar-xl{font-size:29.09090909px;height:64px;width:64px}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:100}.avatar .avatar-icon{background:#fff;bottom:14.64%;height:50%;padding:2px;position:absolute;right:14.64%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);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-radius:10px;box-shadow:0 0 0 2px #fff;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-2px,-10px);-ms-transform:translate(-2px,-10px);transform:translate(-2px,-10px)}.badge[data-badge]::after{font-size:12px;height:18px;line-height:1;min-width:18px;padding:3px 5px;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:6px;min-width:6px;padding:0;width:6px}.badge.btn::after{position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.badge.avatar::after{position:absolute;right:14.64%;top:14.64%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:100}.badge.avatar-xs::after{content:"";height:8px;min-width:8px;padding:0;width:8px}.bar{background:#f0f1f4;border-radius:2px;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:16px;width:100%}.bar.bar-sm{height:4px}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:12px;height:100%;line-height:16px;position:relative;text-align:center;width:0}.bar .bar-item:first-child{border-bottom-left-radius:2px;border-top-left-radius:2px}.bar .bar-item:last-child{border-bottom-right-radius:2px;border-top-right-radius:2px;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.bar-slider{height:2px;margin:10px 0;position:relative}.bar-slider .bar-item{left:0;padding:0;position:absolute}.bar-slider .bar-item:not(:last-child):first-child{background:#f0f1f4;z-index:1}.bar-slider .bar-slider-btn{background:#5764c6;border:0;border-radius:50%;height:12px;padding:0;position:absolute;right:0;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:12px}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 2px #5764c6}.card{background:#fff;border:1px solid #e7e9ed;border-radius:2px;display:block}.card .card-body,.card .card-footer,.card .card-header{padding:15px;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:15px}.card .card-image{padding-top:15px}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:2px;border-top-right-radius:2px}.card .card-image:last-child img{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.card .card-subtitle{color:#acb3c2}.chip{-webkit-align-items:center;align-items:center;background:#f0f1f4;border-radius:2px;color:#727e96;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:28px;margin:0 1px 1px 0;max-width:100%;padding:1px 8px;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-4px;margin-right:4px}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .15s ease 1;animation:slide-down .15s ease 1;display:none;left:0;max-height:50vh;overflow-y:auto;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}.dropdown .btn-group .dropdown-toggle:nth-last-child(2){border-bottom-right-radius:2px;border-top-right-radius:2px}.menu{background:#fff;border-radius:2px;box-shadow:0 1px 4px rgba(69,77,93,.3);list-style:none;margin:0;min-width:180px;padding:8px;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);z-index:100}.menu.menu-nav{background:0 0;box-shadow:none}.menu .menu-item{margin-top:0;padding:0 8px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:2px;color:inherit;display:block;margin:0 -8px;padding:4px 8px;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{background:#eff1fa;color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#eff1fa;color:#5764c6}.menu .menu-item+.menu-item{margin-top:4px}.menu .menu-badge{float:right;padding:4px 0}.menu .menu-badge .btn{margin-top:-2px}.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:10px;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(248,249,250,.75);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:640px;z-index:1}.modal.modal-sm .modal-container{max-width:320px}.modal-container{background:#fff;border-radius:2px;box-shadow:0 4px 10px rgba(69,77,93,.3);display:block;padding:0;text-align:left}.modal-container .modal-header{padding:15px}.modal-container .modal-header .modal-title{font-size:16px;margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:15px;position:relative}.modal-container .modal-footer{padding:15px;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:4px 0}.breadcrumb{padding:4px 0}.breadcrumb .breadcrumb-item{color:#727e96;display:inline-block;margin:0;padding:4px 0}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:4px}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#727e96}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#e7e9ed;content:"/";padding-right:4px}.tab{-webkit-align-items:center;align-items:center;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:2px solid transparent;color:inherit;display:block;margin-top:0;padding:6px 12px 4px 12px;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 0;-ms-flex:1 0 0;flex:1 0 0;text-align:center}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;right:-4px;top:-4px;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:2px}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex;padding:4px 0}.pagination .page-item{margin:4px 1px}.pagination .page-item span{display:inline-block;padding:6px 4px}.pagination .page-item a{border-radius:2px;color:#727e96;display:inline-block;padding:6px 8px;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item.disabled a{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:4px 8px;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{color:#5b657a;font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:8px;margin-left:16px}.popover{display:inline-block;position:relative}.popover .popover-container{content:attr(data-tooltip);left:50%;opacity:0;padding:10px;position:absolute;top:0;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:320px;z-index:400}.popover .popover-container:hover,.popover :focus+.popover-container,.popover:hover .popover-container{display:block;opacity:1;-webkit-transform:translate(-50%,-100%) scale(1);-ms-transform:translate(-50%,-100%) scale(1);transform:translate(-50%,-100%) scale(1)}.popover.popover-right .popover-container{left:100%;top:50%}.popover.popover-right .popover-container:hover,.popover.popover-right :focus+.popover-container,.popover.popover-right:hover .popover-container{-webkit-transform:translate(0,-50%) scale(1);-ms-transform:translate(0,-50%) scale(1);transform:translate(0,-50%) scale(1)}.popover.popover-bottom .popover-container{left:50%;top:100%}.popover.popover-bottom .popover-container:hover,.popover.popover-bottom :focus+.popover-container,.popover.popover-bottom:hover .popover-container{-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.popover.popover-left .popover-container{left:0;top:50%}.popover.popover-left .popover-container:hover,.popover.popover-left :focus+.popover-container,.popover.popover-left:hover .popover-container{-webkit-transform:translate(-100%,-50%) scale(1);-ms-transform:translate(-100%,-50%) scale(1);transform:translate(-100%,-50%) scale(1)}.popover .card{border:0;box-shadow:0 4px 10px rgba(69,77,93,.3)}.step{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:4px 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:20px;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%}.step .step-item a{color:#acb3c2;display:inline-block;padding:20px 10px 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:2px solid #fff;border-radius:50%;content:"";display:block;height:12px;left:50%;position:absolute;top:4px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:12px;z-index:1}.step .step-item.active a::before{background:#fff;border:2px solid #5764c6}.step .step-item.active~.step-item::before{background:#e7e9ed}.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:8px}.tile .tile-content:not(:last-child){padding-right:8px}.tile .tile-title{line-height:20px}.tile .tile-subtitle{color:#acb3c2;line-height:20px}.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{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(69,77,93,.9);border:1px solid #454d5d;border-color:#454d5d;border-radius:2px;color:#fff;display:block;padding:10px;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-warning{background:rgba(255,183,0,.9);border-color:#ffb700}.toast.toast-error{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}.toast .btn-clear{margin:2px -2px 2px 4px}.tooltip{position:relative}.tooltip::after{background:rgba(69,77,93,.9);border-radius:2px;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:12px;left:50%;max-width:320px;opacity:0;overflow:hidden;padding:4px 8px;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,8px);-ms-transform:translate(-50%,8px);transform:translate(-50%,8px);transition:all .2s ease;white-space:nowrap;z-index:300}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-4px);-ms-transform:translate(-50%,-4px);transform:translate(-50%,-4px)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(-4px,50%);-ms-transform:translate(-4px,50%);transform:translate(-4px,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(4px,50%);-ms-transform:translate(4px,50%);transform:translate(4px,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,-8px);-ms-transform:translate(-50%,-8px);transform:translate(-50%,-8px)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,4px);-ms-transform:translate(-50%,4px);transform:translate(-50%,4px)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(8px,50%);-ms-transform:translate(8px,50%);transform:translate(8px,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-4px,50%);-ms-transform:translate(-4px,50%);transform:translate(-4px,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(-32px);transform:translateY(-32px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-32px);transform:translateY(-32px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.text-primary{color:#5764c6}a.text-primary:focus,a.text-primary:hover{color:#4452c0}.text-secondary{color:#e4e6f6}a.text-secondary:focus,a.text-secondary:hover{color:#d1d4ef}.text-gray{color:#acb3c2}a.text-gray:focus,a.text-gray:hover{color:#9ea6b7}.text-light{color:#fff}a.text-light:focus,a.text-light:hover{color:#f2f2f2}.text-success{color:#32b643}a.text-success:focus,a.text-success:hover{color:#2da23c}.text-warning{color:#ffb700}a.text-warning:focus,a.text-warning:hover{color:#e6a500}.text-error{color:#e85600}a.text-error:focus,a.text-error:hover{color:#cf4d00}.bg-primary{background:#5764c6}.bg-secondary{background:#eff1fa}.bg-dark{background:#454d5d}.bg-gray{background:#f8f9fa}.bg-success{background:#32b643}.bg-warning{background:#ffb700}.bg-error{background:#e85600}.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:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.hand{cursor:pointer}.divider,.divider-vert{display:block;position:relative}.divider-vert[data-content]::after,.divider[data-content]::after{background:#fff;color:#acb3c2;content:attr(data-content);display:inline-block;font-size:12px;padding:0 8px;-webkit-transform:translateY(-11px);-ms-transform:translateY(-11px);transform:translateY(-11px)}.divider{border-top:1px solid #e7e9ed;height:1px;margin:8px 0}.divider[data-content]{margin:16px 0}.divider-vert{display:block;padding:16px}.divider-vert::before{border-left:1px solid #e7e9ed;bottom:8px;content:"";display:block;left:50%;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.divider-vert[data-content]::after{left:50%;padding:4px 0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loading{color:transparent!important;min-height:16px;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:2px solid #5764c6;border-radius:50%;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px;z-index:1}.loading.loading-lg{min-height:40px}.loading.loading-lg::after{height:32px;margin-left:-16px;margin-top:-16px;width:32px}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.m-10{margin:10px}.mt-5{margin-top:5px}.mr-5{margin-right:5px}.mb-5{margin-bottom:5px}.ml-5{margin-left:5px}.m-5{margin:5px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.p-10{padding:10px}.pt-5{padding-top:5px}.pr-5{padding-right:5px}.pb-5{padding-bottom:5px}.pl-5{padding-left:5px}.p-5{padding:5px}.shadow-0{box-shadow:0 0 2px rgba(69,77,93,.3)}.shadow-1{box-shadow:0 1px 4px rgba(69,77,93,.3)}.shadow-2{box-shadow:0 2px 6px rgba(69,77,93,.3)}.shadow-3{box-shadow:0 3px 8px rgba(69,77,93,.3)}.shadow-4{box-shadow:0 4px 10px rgba(69,77,93,.3)}.rounded{border-radius:2px}.circle{border-radius:50%}.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} \ 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%;font-weight:400}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:20px;line-height:1.42857143;-webkit-tap-highlight-color:transparent}body{background:#fff;color:#454d5d;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;font-size:.7rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;outline:0;text-decoration:none}a:focus{box-shadow:0 0 0 .1rem rgba(87,100,198,.2)}a.active,a:active,a:focus,a:hover{color:#4452c0;text-decoration:underline}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:500;line-height:1.2;margin-bottom:.5em;margin-top:0}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}.h1,h1{font-size:2rem}.h2,h2{font-size:1.6rem}.h3,h3{font-size:1.4rem}.h4,h4{font-size:1.2rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.8rem}p{line-height:1.2rem;margin:0 0 .8rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{border-bottom:.05rem dotted;cursor:help;text-decoration:none}kbd{background:#454d5d;border-radius:.1rem;color:#fff;display:inline-block;line-height:1;padding:.2em .3em;vertical-align:baseline}mark{background:#ffe9b3;border-radius:.1rem;color:#454d5d;display:inline-block;line-height:1;padding:.2em .3em;vertical-align:baseline}blockquote{border-left:.1rem solid #e7e9ed;margin-left:0;padding:.4rem .8rem}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#acb3c2}ol,ul{margin:.8rem 0 .8rem .8rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:.8rem 0 .8rem .8rem}ol li,ul li{margin-top:.4rem}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:.4rem 0 .8rem 0}:lang(zh){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",sans-serif}:lang(ja){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic",YuGothic,Meiryo,"Helvetica Neue",sans-serif}:lang(ko){font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Malgun Gothic","Helvetica Neue",sans-serif}.cjk ins,.cjk u,:lang(ja) ins,:lang(ja) u,:lang(zh) ins,:lang(zh) u{border-bottom:.05rem 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,.table th{border-bottom:.05rem solid #e7e9ed;padding:.6rem .4rem}.table th{border-bottom-width:.1rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:.05rem solid #5764c6;border-radius:.1rem;color:#5764c6;cursor:pointer;display:inline-block;font-size:.7rem;height:1.6rem;line-height:1rem;outline:0;padding:.25rem .4rem;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:#eff1fa;box-shadow:0 0 0 .1rem rgba(87,100,198,.2);text-decoration:none}.btn:hover{background:#eff1fa;border-color:#4c59c2;text-decoration:none}.btn.active,.btn:active{background:#4c59c2;border-color:#3e4cb6;color:#fff;text-decoration:none}.btn.active.loading::after,.btn:active.loading::after{border-bottom-color:#fff;border-left-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:#4452c0}.btn.btn-sm{font-size:.6rem;height:1.2rem;padding:.05rem .4rem}.btn.btn-lg{font-size:.8rem;height:2rem;padding:.45rem .4rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:0;padding-right:0;width:1.6rem}.btn.btn-action.btn-sm{width:1.2rem}.btn.btn-action.btn-lg{width:2rem}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:.8rem;line-height:.8rem;margin-left:.2rem;margin-right:-2px;opacity:.45;padding:0 2px;text-decoration:none;width:.8rem}.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:-.05rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.05rem}.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}.btn-group.btn-group-block .btn{-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}.form-group:not(:last-child){margin-bottom:.4rem}fieldset{margin-bottom:.8rem}legend{font-size:.8rem;font-weight:500;margin-bottom:.8rem}.form-label{display:block;padding:.3rem 0}.form-label.label-sm{padding:.1rem 0}.form-label.label-lg{padding:.5rem 0}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.05rem solid #caced7;border-radius:.1rem;color:#454d5d;display:block;font-size:.7rem;height:1.6rem;line-height:1rem;max-width:100%;outline:0;padding:.25rem .4rem;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6;box-shadow:0 0 0 .1rem rgba(87,100,198,.2)}.form-input::-webkit-input-placeholder{color:#acb3c2}.form-input::-moz-placeholder{color:#acb3c2}.form-input:-ms-input-placeholder{color:#acb3c2}.form-input::placeholder{color:#acb3c2}.form-input.input-sm{font-size:.6rem;height:1.2rem;padding:.05rem .4rem}.form-input.input-lg{font-size:.8rem;height:2rem;padding:.45rem .4rem}.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;font-size:.6rem;margin-top:.2rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#e85600}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.05rem solid #caced7;border-radius:.1rem;color:inherit;font-size:.7rem;line-height:1rem;outline:0;padding:.25rem .4rem;vertical-align:middle;width:100%}.form-select[multiple] option{padding:.1rem .2rem}.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 .35rem center/.4rem .5rem;height:1.6rem;padding-right:1.1rem}.form-select:focus{border-color:#5764c6;box-shadow:0 0 0 .1rem rgba(87,100,198,.2)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:.6rem;height:1.2rem;padding:.05rem 1.1rem .05rem .4rem}.form-select.select-lg{font-size:.8rem;height:2rem;padding:.45rem 1.1rem .45rem .4rem}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{height:.7rem;margin:0 .25rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:.7rem}.has-icon-left .form-icon{left:.05rem}.has-icon-left .form-input{padding-left:1.2rem}.has-icon-right .form-icon{right:.05rem}.has-icon-right .form-input{padding-right:1.2rem}.form-checkbox,.form-radio,.form-switch{display:inline-block;line-height:1rem;padding:.1rem 1.1rem;position:relative}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.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 .1rem rgba(87,100,198,.2)}.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:.05rem solid #caced7;cursor:pointer;display:inline-block;position:absolute;transition:all .2s ease}.form-checkbox .form-icon,.form-radio .form-icon{background:#fff;height:.7rem;left:0;top:.25rem;width:.7rem}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.1rem}.form-checkbox input:checked+.form-icon::before{background-clip:padding-box;border:.1rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:10px;left:50%;margin-left:-3px;margin-top:-6px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:6px}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::before{background:#fff;content:"";height:2px;left:50%;margin-left:-5px;margin-top:-1px;position:absolute;top:50%;width:10px}.form-radio .form-icon{border-radius:.35rem}.form-radio input:checked+.form-icon::before{background:#fff;border-radius:.1rem;content:"";height:4px;left:50%;margin-left:-2px;margin-top:-2px;position:absolute;top:50%;width:4px}.form-switch{padding-left:2rem}.form-switch .form-icon{background:#e7e9ed;background-clip:padding-box;border-radius:.45rem;height:.9rem;left:0;top:.15rem;width:1.6rem}.form-switch .form-icon::before{background:#fff;border-radius:.4rem;content:"";display:block;height:.8rem;left:0;position:absolute;top:0;transition:all .2s ease;width:.8rem}.form-switch input:checked+.form-icon::before{left:14px}.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:.05rem solid #caced7;border-radius:.1rem;line-height:1rem;padding:.25rem .4rem}.input-group .input-group-addon.addon-sm{font-size:.6rem;padding:.05rem .4rem}.input-group .input-group-addon.addon-lg{font-size:.8rem;padding:.45rem .4rem}.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 .form-select: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 .form-select: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:-.05rem}.input-group .form-input:last-child:not(:first-child),.input-group .form-select: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:-.05rem}.input-group .form-input:focus,.input-group .form-select:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:1}.input-group .form-select{width:auto}.input-group.input-inline{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex}.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 .1rem rgba(50,182,67,.2)}.form-input.is-error,.form-select.is-error,.has-error .form-input,.has-error .form-select{border-color:#e85600}.form-input.is-error:focus,.form-select.is-error:focus,.has-error .form-input:focus,.has-error .form-select:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-checkbox.is-error .form-icon,.form-radio.is-error .form-icon,.form-switch.is-error .form-icon,.has-error .form-checkbox .form-icon,.has-error .form-radio .form-icon,.has-error .form-switch .form-icon{border-color:#e85600}.form-checkbox.is-error input:checked+.form-icon,.form-radio.is-error input:checked+.form-icon,.form-switch.is-error input:checked+.form-icon,.has-error .form-checkbox input:checked+.form-icon,.has-error .form-radio input:checked+.form-icon,.has-error .form-switch input:checked+.form-icon{background:#e85600;border-color:#e85600}.form-checkbox.is-error input:focus+.form-icon,.form-radio.is-error input:focus+.form-icon,.form-switch.is-error input:focus+.form-icon,.has-error .form-checkbox input:focus+.form-icon,.has-error .form-radio input:focus+.form-icon,.has-error .form-switch input:focus+.form-icon{border-color:#e85600;box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid{border-color:#e85600}.form-input:not(:placeholder-shown):invalid:focus{box-shadow:0 0 0 .1rem rgba(232,86,0,.2)}.form-input:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.form-input.disabled,.form-input:disabled,.form-select.disabled,.form-select:disabled{background-color:#f0f1f4;cursor:not-allowed;opacity:.5}.form-input[readonly]{background-color:#f8f9fa}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:.4rem}.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:.2rem 0}.label{background:#f8f9fa;border-radius:.1rem;color:#50596c;display:inline-block;line-height:1;padding:.2em .3em;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-error{background:#e85600;color:#fff}code{background:#fdf4f4;border-radius:.1rem;color:#e06870;display:inline-block;line-height:1;padding:.2em .3em;vertical-align:baseline}.code{border-radius:.1rem;color:#454d5d;line-height:1rem;position:relative}.code::before{color:#acb3c2;content:attr(data-lang);font-size:.6rem;position:absolute;right:.4rem;top:.1rem}.code code{background:#f8f9fa;color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:1rem;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.img-fit-cover{object-fit:cover}.img-fit-contain{object-fit:contain}.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 .4rem 0}.figure .figure-caption{color:#727e96;margin-top:.4rem}.container{margin-left:auto;margin-right:auto;padding-left:.4rem;padding-right:.4rem;width:100%}.container.grid-1280{max-width:1280.8px}.container.grid-960{max-width:960.8px}.container.grid-480{max-width:480.8px}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.4rem;margin-right:-.4rem}.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;max-width:100%;padding-left:.4rem;padding-right:.4rem}.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-center{-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:.8rem;font-weight:500;text-decoration:none}.panel{border:.05rem solid #e7e9ed;border-radius:.1rem;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:.8rem}.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 .8rem}.panel .panel-subtitle{color:#acb3c2}.empty{background:#f8f9fa;border-radius:.1rem;color:#727e96;padding:1.6rem;text-align:center}.empty .empty-icon{margin-bottom:.8rem}.empty .empty-subtitle,.empty .empty-title{margin:.4rem auto}.empty .empty-subtitle{color:#acb3c2}.empty .empty-action{margin-top:.8rem}.accordion .accordion-item input:checked~.accordion-header .icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.accordion .accordion-item input:checked~.accordion-body{max-height:1000px}.accordion .accordion-item .accordion-header{display:block;padding:.2rem .4rem}.accordion .accordion-item .accordion-header .icon{transition:all .2s ease}.accordion .accordion-item .accordion-body{margin-bottom:.4rem;max-height:0;overflow:hidden;transition:max-height .2s ease}.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:1.6rem;padding:.05rem 0 0 .05rem}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 .1rem rgba(87,100,198,.2)}.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;height:1.4rem;line-height:.8rem;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:.72727273rem;font-weight:300;height:1.6rem;line-height:1;margin:0;position:relative;vertical-align:middle;width:1.6rem}.avatar.avatar-xs{font-size:.36363636rem;height:.8rem;width:.8rem}.avatar.avatar-sm{font-size:.54545455rem;height:1.2rem;width:1.2rem}.avatar.avatar-lg{font-size:1.09090909rem;height:2.4rem;width:2.4rem}.avatar.avatar-xl{font-size:1.45454545rem;height:3.2rem;width:3.2rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:100}.avatar .avatar-icon{background:#fff;bottom:14.64%;height:50%;padding:.1rem;position:absolute;right:14.64%;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);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-radius:.5rem;box-shadow:0 0 0 .1rem #fff;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-.1rem,-.5rem);-ms-transform:translate(-.1rem,-.5rem);transform:translate(-.1rem,-.5rem)}.badge[data-badge]::after{font-size:.6rem;height:18px;line-height:1;min-width:18px;padding:3px 5px;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:6px;min-width:6px;padding:0;width:6px}.badge.btn::after{position:absolute;right:0;top:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.badge.avatar::after{position:absolute;right:14.64%;top:14.64%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);z-index:100}.badge.avatar-xs::after{content:"";height:.4rem;min-width:.4rem;padding:0;width:.4rem}.bar{background:#f0f1f4;border-radius:.1rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:.8rem;width:100%}.bar.bar-sm{height:.2rem}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:.6rem;height:100%;line-height:.8rem;position:relative;text-align:center;width:0}.bar .bar-item:first-child{border-bottom-left-radius:.1rem;border-top-left-radius:.1rem}.bar .bar-item:last-child{border-bottom-right-radius:.1rem;border-top-right-radius:.1rem;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.bar-slider{height:.1rem;margin:.4rem 0;position:relative}.bar-slider .bar-item{left:0;padding:0;position:absolute}.bar-slider .bar-item:not(:last-child):first-child{background:#f0f1f4;z-index:1}.bar-slider .bar-slider-btn{background:#5764c6;border:0;border-radius:50%;height:.6rem;padding:0;position:absolute;right:0;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:.6rem}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 .1rem #5764c6}.card{background:#fff;border:.05rem solid #e7e9ed;border-radius:.1rem;display:block}.card .card-body,.card .card-footer,.card .card-header{padding:.8rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:.8rem}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-left-radius:.1rem;border-bottom-right-radius:.1rem}.card .card-subtitle{color:#acb3c2}.chip{-webkit-align-items:center;align-items:center;background:#f0f1f4;border-radius:.1rem;color:#727e96;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:1.4rem;margin:0 .05rem .05rem 0;max-width:100%;padding:.05rem .4rem;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-.2rem;margin-right:.2rem}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .15s ease 1;animation:slide-down .15s ease 1;display:none;left:0;max-height:50vh;overflow-y:auto;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}.dropdown .btn-group .dropdown-toggle:nth-last-child(2){border-bottom-right-radius:.1rem;border-top-right-radius:.1rem}.menu{background:#fff;border-radius:.1rem;box-shadow:0 .05rem .2rem rgba(69,77,93,.3);list-style:none;margin:0;min-width:180px;padding:.4rem;-webkit-transform:translateY(.2rem);-ms-transform:translateY(.2rem);transform:translateY(.2rem);z-index:100}.menu.menu-nav{background:0 0;box-shadow:none}.menu .menu-item{margin-top:0;padding:0 .4rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:.1rem;color:inherit;display:block;margin:0 -.4rem;padding:.2rem .4rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{background:#eff1fa;color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#eff1fa;color:#5764c6}.menu .menu-item+.menu-item{margin-top:.2rem}.menu .menu-badge{float:right;padding:.2rem 0}.menu .menu-badge .btn{margin-top:-.1rem}.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:.4rem;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(248,249,250,.75);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:640px;z-index:1}.modal.modal-sm .modal-container{max-width:320px}.modal-container{background:#fff;border-radius:.1rem;box-shadow:0 .2rem .5rem rgba(69,77,93,.3);display:block;padding:0;text-align:left}.modal-container .modal-header{padding:.8rem}.modal-container .modal-header .modal-title{margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:.8rem;position:relative}.modal-container .modal-footer{padding:.8rem;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:.2rem 0}.breadcrumb{padding:.2rem 0}.breadcrumb .breadcrumb-item{color:#727e96;display:inline-block;margin:0;padding:.2rem 0}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:.2rem}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#727e96}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#e7e9ed;content:"/";padding-right:.2rem}.tab{-webkit-align-items:center;align-items:center;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:.1rem solid transparent;color:inherit;display:block;margin-top:0;padding:6px 12px 4px 12px;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 0;-ms-flex:1 0 0;flex:1 0 0;text-align:center}.tab.tab-block .tab-item .badge[data-badge]::after{position:absolute;right:-4px;top:-4px;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:2px}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex;padding:.2rem 0}.pagination .page-item{margin:.2rem .05rem}.pagination .page-item span{display:inline-block;padding:.2rem .2rem}.pagination .page-item a{border-radius:.1rem;color:#727e96;display:inline-block;padding:.2rem .4rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item.disabled a{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:.2rem .4rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{color:#5b657a;font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:.4rem;margin-left:.8rem}.popover{display:inline-block;position:relative}.popover .popover-container{content:attr(data-tooltip);left:50%;opacity:0;padding:.4rem;position:absolute;top:0;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:320px;z-index:400}.popover .popover-container:hover,.popover :focus+.popover-container,.popover:hover .popover-container{display:block;opacity:1;-webkit-transform:translate(-50%,-100%) scale(1);-ms-transform:translate(-50%,-100%) scale(1);transform:translate(-50%,-100%) scale(1)}.popover.popover-right .popover-container{left:100%;top:50%}.popover.popover-right .popover-container:hover,.popover.popover-right :focus+.popover-container,.popover.popover-right:hover .popover-container{-webkit-transform:translate(0,-50%) scale(1);-ms-transform:translate(0,-50%) scale(1);transform:translate(0,-50%) scale(1)}.popover.popover-bottom .popover-container{left:50%;top:100%}.popover.popover-bottom .popover-container:hover,.popover.popover-bottom :focus+.popover-container,.popover.popover-bottom:hover .popover-container{-webkit-transform:translate(-50%,0) scale(1);-ms-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.popover.popover-left .popover-container{left:0;top:50%}.popover.popover-left .popover-container:hover,.popover.popover-left :focus+.popover-container,.popover.popover-left:hover .popover-container{-webkit-transform:translate(-100%,-50%) scale(1);-ms-transform:translate(-100%,-50%) scale(1);transform:translate(-100%,-50%) scale(1)}.popover .card{border:0;box-shadow:0 .2rem .5rem rgba(69,77,93,.3)}.step{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none;margin:.2rem 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:20px;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%}.step .step-item a{color:#acb3c2;display:inline-block;padding:20px 10px 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:.1rem solid #fff;border-radius:50%;content:"";display:block;height:.6rem;left:50%;position:absolute;top:.2rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:.6rem;z-index:1}.step .step-item.active a::before{background:#fff;border:.1rem solid #5764c6}.step .step-item.active~.step-item::before{background:#e7e9ed}.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:.4rem}.tile .tile-content:not(:last-child){padding-right:.4rem}.tile .tile-title{line-height:1rem}.tile .tile-subtitle{color:#acb3c2;line-height:1rem}.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{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(69,77,93,.9);border:.05rem solid #454d5d;border-color:#454d5d;border-radius:.1rem;color:#fff;display:block;padding:.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-warning{background:rgba(255,183,0,.9);border-color:#ffb700}.toast.toast-error{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}.toast .btn-clear{margin:2px -2px 2px 4px}.tooltip{position:relative}.tooltip::after{background:rgba(69,77,93,.9);border-radius:.1rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:.6rem;left:50%;max-width:320px;opacity:0;overflow:hidden;padding:.2rem .4rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,.4rem);-ms-transform:translate(-50%,.4rem);transform:translate(-50%,.4rem);transition:all .2s ease;white-space:nowrap;z-index:300}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-.2rem);-ms-transform:translate(-50%,-.2rem);transform:translate(-50%,-.2rem)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(-.2rem,50%);-ms-transform:translate(-.2rem,50%);transform:translate(-.2rem,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(.2rem,50%);-ms-transform:translate(.2rem,50%);transform:translate(.2rem,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,-.4rem);-ms-transform:translate(-50%,-.4rem);transform:translate(-50%,-.4rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,.2rem);-ms-transform:translate(-50%,.2rem);transform:translate(-50%,.2rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(.4rem,50%);-ms-transform:translate(.4rem,50%);transform:translate(.4rem,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-.2rem,50%);-ms-transform:translate(-.2rem,50%);transform:translate(-.2rem,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(-1.6rem);transform:translateY(-1.6rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-1.6rem);transform:translateY(-1.6rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.text-primary{color:#5764c6}a.text-primary:focus,a.text-primary:hover{color:#4452c0}.text-secondary{color:#e4e6f6}a.text-secondary:focus,a.text-secondary:hover{color:#d1d4ef}.text-gray{color:#acb3c2}a.text-gray:focus,a.text-gray:hover{color:#9ea6b7}.text-light{color:#fff}a.text-light:focus,a.text-light:hover{color:#f2f2f2}.text-success{color:#32b643}a.text-success:focus,a.text-success:hover{color:#2da23c}.text-warning{color:#ffb700}a.text-warning:focus,a.text-warning:hover{color:#e6a500}.text-error{color:#e85600}a.text-error:focus,a.text-error:hover{color:#cf4d00}.bg-primary{background:#5764c6}.bg-secondary{background:#eff1fa}.bg-dark{background:#454d5d}.bg-gray{background:#f8f9fa}.bg-success{background:#32b643}.bg-warning{background:#ffb700}.bg-error{background:#e85600}.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:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.hand{cursor:pointer}.divider,.divider-vert{display:block;position:relative}.divider-vert[data-content]::after,.divider[data-content]::after{background:#fff;color:#acb3c2;content:attr(data-content);display:inline-block;font-size:.6rem;padding:0 .4rem;-webkit-transform:translateY(-.55rem);-ms-transform:translateY(-.55rem);transform:translateY(-.55rem)}.divider{border-top:.05rem solid #e7e9ed;height:.05rem;margin:.4rem 0}.divider[data-content]{margin:.8rem 0}.divider-vert{display:block;padding:.8rem}.divider-vert::before{border-left:.05rem solid #e7e9ed;bottom:.4rem;content:"";display:block;left:50%;position:absolute;top:.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.divider-vert[data-content]::after{left:50%;padding:.2rem 0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loading{color:transparent!important;min-height:.8rem;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:.1rem solid #5764c6;border-radius:50%;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:.8rem;left:50%;margin-left:-.4rem;margin-top:-.4rem;position:absolute;top:50%;width:.8rem;z-index:1}.loading.loading-lg{min-height:2rem}.loading.loading-lg::after{height:1.6rem;margin-left:-.8rem;margin-top:-.8rem;width:1.6rem}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.m-1{padding:.2rem}.mb-1{padding-bottom:.2rem}.ml-1{padding-left:.2rem}.mr-1{padding-right:.2rem}.mt-1{padding-top:.2rem}.mx-1{padding-left:.2rem;padding-right:.2rem}.my-1{padding-bottom:.2rem;padding-top:.2rem}.m-2{padding:.4rem}.mb-2{padding-bottom:.4rem}.ml-2{padding-left:.4rem}.mr-2{padding-right:.4rem}.mt-2{padding-top:.4rem}.mx-2{padding-left:.4rem;padding-right:.4rem}.my-2{padding-bottom:.4rem;padding-top:.4rem}.p-1{padding:.2rem}.pb-1{padding-bottom:.2rem}.pl-1{padding-left:.2rem}.pr-1{padding-right:.2rem}.pt-1{padding-top:.2rem}.px-1{padding-left:.2rem;padding-right:.2rem}.py-1{padding-bottom:.2rem;padding-top:.2rem}.p-2{padding:.4rem}.pb-2{padding-bottom:.4rem}.pl-2{padding-left:.4rem}.pr-2{padding-right:.4rem}.pt-2{padding-top:.4rem}.px-2{padding-left:.4rem;padding-right:.4rem}.py-2{padding-bottom:.4rem;padding-top:.4rem}.rounded{border-radius:.1rem}.circle{border-radius:50%}.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} \ No newline at end of file
diff --git a/docs/elements.html b/docs/elements.html
index 836cfc6..3994590 100644
--- a/docs/elements.html
+++ b/docs/elements.html
@@ -616,11 +616,11 @@
<h4 class="s-subtitle">Button sizes</h4>
<div class="columns">
<div class="column">
- <button class="btn btn-primary btn-lg"><i class="icon icon-arrow-left"></i> large</button>
+ <button class="btn btn-primary btn-lg">large <i class="icon icon-arrow-down"></i></button>
<button class="btn btn-primary btn-lg">large</button>
- <button class="btn btn-primary"><i class="icon icon-arrow-left"></i> normal</button>
+ <button class="btn btn-primary">normal <i class="icon icon-arrow-down"></i></button>
<button class="btn btn-primary">normal</button>
- <button class="btn btn-primary btn-sm"><i class="icon icon-arrow-left"></i> small</button>
+ <button class="btn btn-primary btn-sm">small <i class="icon icon-arrow-down"></i></button>
<button class="btn btn-primary btn-sm">small</button>
</div>
</div>
diff --git a/docs/experimentals.html b/docs/experimentals.html
index 372abe7..fa80a10 100644
--- a/docs/experimentals.html
+++ b/docs/experimentals.html
@@ -691,7 +691,7 @@
<p>The Parallax acts like Apple TV/tvOS hover parallax effect. It is built in pure CSS.</p>
</div>
<div class="columns">
- <div class="column col-12">
+ <div class="column col-sm-12 col-8 centered">
<div class="parallax">
<div class="parallax-top-left"></div>
<div class="parallax-top-right"></div>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index a283d1a..5a1afc1 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -365,86 +365,92 @@
<h4 id="variables" class="s-subtitle"><a href="#variables" class="anchor" aria-hidden="true">#</a>Variables</h4>
<div class="docs-note">
<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>
+ <h5 class="s-subtitle">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 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 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 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="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 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:#727e96;color:#fff;">
+ <div class="color-title">#727e96</div>
+ <div class="color-subtitle">Gray dark</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:#acb3c2;color:#fff;">
+ <div class="color-title">#acb3c2</div>
+ <div class="color-subtitle">Gray</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:#e7e9ed;color:#727e96;">
+ <div class="color-title">#e7e9ed</div>
+ <div class="color-subtitle">Gray light</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:#f0f1f4;color:#727e96;">
+ <div class="color-title">#f0f1f4</div>
+ <div class="color-subtitle">Border</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:#f8f9fa;color:#727e96;">
+ <div class="color-title">#f8f9fa</div>
+ <div class="color-subtitle">Background</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 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 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="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 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:#ffb700;color:#fff;">
+ <div class="color-title">#ffb700</div>
+ <div class="color-subtitle">Warning</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">Error</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">Error</div>
</div>
</div>
</div>
+ <h5 class="s-subtitle">Sizes</h5>
+ <div class="docs-note">
+ <p>The default REM (root em) size in Spectre.css is <code>20px</code>. </p>
+ <p>Please note in Chinese/Japanese/Korean Chrome, Chrome uses 12px as default minimum font size. That is why Spectre sets rem default html font size to <code>20px</code>, which is relatively easy to calculate. </p>
+ <p>Spectre also use <code>4px</code> as the unit size. Sizes of components are based on the unit size. </p>
+ </div>
</div>
<div id="accessibility" class="container">
diff --git a/docs/index.html b/docs/index.html
index 96df6a4..689de4a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -94,7 +94,7 @@
For the latest announcements and updates, follow on Twitter: <a href="https://twitter.com/spectrecss" target="_blank">@spectrecss</a>.
</div>
<div class="card-footer">
- <a href="https://twitter.com/spectrecss" class="btn" target="_blank">Follow</a>
+ <a href="https://twitter.com/spectrecss" class="btn btn-primary" target="_blank">Follow</a>
</div>
</div>
</div>
@@ -107,7 +107,7 @@
Spectre.css is completely free to use. If you enjoy it, please consider donating for the further development. ♥
</div>
<div class="card-footer">
- <a href="https://www.paypal.me/picturepan2" class="btn" target="_blank">Donate</a>
+ <a href="https://www.paypal.me/picturepan2" class="btn btn-primary" target="_blank">Donate</a>
</div>
</div>
</div>
@@ -120,7 +120,7 @@
Spectre Docs experience has been completely rewritten and improved.
</div>
<div class="card-footer">
- <a href="getting-started.html" class="btn">Explore</a>
+ <a href="getting-started.html" class="btn btn-primary">Explore</a>
</div>
</div>
</div>
diff --git a/docs/src/docs.less b/docs/src/docs.less
index da19ad8..b16bf3d 100644
--- a/docs/src/docs.less
+++ b/docs/src/docs.less
@@ -18,26 +18,26 @@
.s-sidebar {
background: @bg-color;
flex: 0 0 auto;
- padding: 30px 0 30px 30px;
- width: 240px;
+ padding: 1.5rem 0 1.5rem 1.5rem;
+ width: 12rem;
.s-nav {
- bottom: 30px;
+ bottom: 1.5rem;
overflow-y: auto;
position: fixed;
- top: 100px;
- width: 210px;
+ top: 5rem;
+ width: 10.5rem;
}
.accordion {
.accordion-item {
- margin-bottom: 15px;
+ margin-bottom: .75rem;
}
input {
& ~ .accordion-header {
color: darken(@gray-color-dark, 10%);
- font-size: 12px;
+ font-size: @font-size-sm;
font-weight: 600;
text-transform: uppercase;
}
@@ -50,7 +50,7 @@
.menu {
.menu-item {
- padding-left: 20px;
+ padding-left: 1rem;
& > a {
background: transparent;
@@ -65,11 +65,11 @@
.s-content {
flex: 1 1 auto;
max-width: 920px;
- padding: 0 60px;
- width: ~"calc(100vw - 240px)";
+ padding: 0 3rem;
+ width: ~"calc(100vw - 12rem)";
& > .container {
- padding-bottom: 30px;
+ padding-bottom: 1.5rem;
}
.anchor {
@@ -93,10 +93,10 @@
.s-title,
.s-subtitle {
- line-height: 32px;
+ line-height: 1.6rem;
margin-bottom: 0;
- padding-top: 30px;
- padding-bottom: 30px;
+ padding-top: 1.5rem;
+ padding-bottom: 1.5rem;
position: static;
@supports (position: sticky) {
@@ -112,7 +112,7 @@
left: -10px;
position: absolute;
right: -10px;
- top: -10px;
+ top: -5px;
z-index: -@zindex-0;
}
}
@@ -125,12 +125,12 @@
}
& + .docs-note {
- margin-top: 8px;
+ margin-top: .4rem;
}
}
.docs-note {
- margin: 30px 0;
+ margin: 1.5rem 0;
}
.column {
@@ -138,8 +138,8 @@
}
.docs-block {
- border-radius: 2px;
- padding: 10px;
+ border-radius: @border-radius;
+ padding: .5rem;
&.bg-gray {
background: @bg-color-dark;
@@ -147,31 +147,31 @@
}
.docs-shape {
- height: 96px;
- line-height: 24px;
- padding: 36px 0;
- width: 96px;
+ height: 4.8rem;
+ line-height: 1.2rem;
+ padding: 1.8rem 0;
+ width: 4.8rem;
}
.docs-dot {
border-radius: 50%;
display: inline-block;
- height: 10px;
+ height: .5rem;
padding: 0;
- width: 10px;
+ width: .5rem;
}
.docs-table {
th,
td {
- padding: 15px 5px;
+ padding: .75rem .25rem;
}
}
.docs-color {
border-radius: @border-radius;
- margin: 5px 0;
- padding: 10px;
+ margin: .25rem 0;
+ padding: .5rem;
.color-subtitle {
font-size: @font-size-sm;
@@ -183,10 +183,14 @@
height: 75vh;
.tile {
- margin: 15px 0;
+ margin: .75rem 0;
}
}
+ .parallax {
+ margin: 2rem auto;
+ }
+
.code {
color: lighten(@body-font-color, 10%);
@@ -205,7 +209,7 @@
}
.empty .icon {
- font-size: 40px;
+ font-size: 2rem;
}
.form-autocomplete .menu {
@@ -216,12 +220,12 @@
align-content: space-around;
align-items: center;
background: @primary-color;
- border-radius: 2px;
+ border-radius: @border-radius;
color: @light-color;
display: flex;
- font-size: 24px;
- height: 40px;
- width: 40px;
+ font-size: 1.2rem;
+ height: 2rem;
+ width: 2rem;
.icon {
margin: auto;
@@ -240,16 +244,16 @@
.s-brand {
color: @primary-color;
- padding: 0 30px;
+ padding: 0 1.5rem;
position: fixed;
- top: 26px;
+ top: 1.3rem;
.s-logo {
align-items: center;
- border-radius: 2px;
+ border-radius: @border-radius;
display: inline-flex;
- height: 40px;
- padding: 4px;
+ height: 2rem;
+ padding: .2rem;
width: auto;
&:focus,
@@ -260,39 +264,39 @@
img {
display: inline;
height: auto;
- width: 32px;
+ width: 1.6rem;
}
h2 {
display: inline;
- font-size: 16px;
+ font-size: .8rem;
margin-bottom: 0;
- margin-left: 10px;
- margin-right: 10px;
+ margin-left: .5rem;
+ margin-right: .5rem;
}
}
.float-btn {
position: fixed;
- right: 90px;
- top: 30px;
+ right: 4.5rem;
+ top: 1.5rem;
}
}
.s-footer {
color: @gray-color;
- padding: 10px 10px 30px 10px;
+ padding: .5rem .5rem 1.5rem .5rem;
a {
color: @gray-color-dark;
}
}
-/* Spectre docs style */
+/* Spectre Homepage style */
.section-header {
- backdrop-filter: blur(10px); // Safari only feature
+ backdrop-filter: blur(.5rem); // Safari only feature
background: fade(@bg-color, 90%);
- padding: 20px 10px;
+ padding: 1rem .5rem;
position: fixed;
top: 0;
width: 100%;
@@ -305,7 +309,7 @@
}
.section-hero {
- padding: 30px 10px;
+ padding: 1.5rem .5rem;
position: relative;
.column {
@@ -314,22 +318,17 @@
}
.section-updates {
- padding: 90px 10px 70px 10px;
-
- .update-branding {
- height: auto;
- width: 96px;
- }
+ padding: 4.5rem .5rem 3.5rem .5rem;
.card {
border: 0;
color: lighten(@body-font-color, 15%);
- margin-bottom: 20px;
+ margin-bottom: 1rem;
}
}
.section-features {
- padding: 90px 10px;
+ padding: 4.5rem .5rem;
.column {
padding: @layout-spacing;
@@ -338,7 +337,7 @@
.section-footer {
color: @gray-color;
- padding: 36px 15px 20px 15px;
+ padding: 1.8rem .75rem 1rem .75rem;
position: relative;
z-index: 200;
@@ -348,25 +347,25 @@
}
.grid-hero {
- margin-top: 100px;
- margin-bottom: 40px;
+ margin-top: 5rem;
+ margin-bottom: 2rem;
h1 {
color: @body-font-color;
- font-size: 32px;
- margin-bottom: 30px;
+ font-size: 1.6rem;
+ margin-bottom: 1.5rem;
}
h2 {
color: lighten(@body-font-color, 5%);
- font-size: 18px;
+ font-size: .9rem;
font-weight: 400;
- line-height: 30px;
- margin-bottom: 30px;
+ line-height: 1.5rem;
+ margin-bottom: 1.5rem;
u {
- border-bottom: 2px solid currentColor;
- padding-bottom: 1px;
+ border-bottom: @border-width-lg solid currentColor;
+ padding-bottom: @unit-0;
text-decoration: none;
}
}
@@ -375,11 +374,11 @@
background: none;
border: 0;
color: lighten(@body-font-color, 15%);
- padding: 10px;
+ padding: .5rem;
.card-title {
color: @primary-color;
- font-size: 18px;
+ font-size: .9rem;
margin-bottom: 0;
}
}
@@ -395,7 +394,7 @@
background: @bg-color;
height: 100%;
overflow-y: auto;
- padding: 60px 30px;
+ padding: 3rem 1.5rem;
position: fixed;
left: 0;
top: 0;
@@ -413,16 +412,16 @@
}
.s-nav {
- top: 30px;
+ top: 1.5rem;
}
}
.s-brand {
backdrop-filter: blur(10px); // Safari only feature
background: fade(@bg-color, 80%);
- height: 70px;
+ height: 3.5rem;
left: 0;
- padding: 15px 10px;
+ padding: .75rem .5rem;
text-align: center;
top: 0;
right: 0;
@@ -436,18 +435,18 @@
.menu-btn {
display: block;
- left: 20px;
+ left: 1rem;
position: fixed;
- top: 19px;
+ top: .95rem;
.btn {
- font-size: 20px;
+ font-size: 1rem;
}
}
.float-btn {
- right: 20px;
- top: 19px;
+ right: 1rem;
+ top: .95rem;
}
}
@@ -465,7 +464,7 @@
.s-content {
min-width: auto;
- padding: 70px 50px 0 50px;
+ padding: 3.5rem 2.5rem 0 2.5rem;
width: 100%;
.s-title,
@@ -482,7 +481,7 @@
@media screen and (max-width: 600px) {
.grid-hero {
h2 {
- font-size: 18px;
+ font-size: .9rem;
}
.card {
padding: 0;
@@ -490,10 +489,10 @@
}
.s-content {
- padding: 70px 10px 0 10px;
+ padding: 3.5rem .5rem 0 .5rem;
.docs-block {
- padding: 10px 2px;
+ padding: .5rem .1rem;
}
.anchor {
diff --git a/docs/utilities.html b/docs/utilities.html
index 1bdcbc1..5077792 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -471,18 +471,28 @@
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;fixed&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
<span class="com">&lt;!-- centered block --&gt;</span>
&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;centered&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-<span class="com">&lt;!-- margin: 10px and 5px in 4 directions. mt-10 = margin-top: 10px; --&gt;</span>
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;mt-10&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;mt-5&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-<span class="com">&lt;!-- m-10 = margin: 10px; --&gt;</span>
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;m-10&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;m-5&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-<span class="com">&lt;!-- padding: 10px and 5px in 4 directions. pt-10 = padding-top: 10px; --&gt;</span>
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;pt-10&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;pt-5&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-<span class="com">&lt;!-- p-10 = padding: 10px; --&gt;</span>
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;p-10&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
-&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;p-5&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- m-1 {margin: 4px;} m-2 {margin: 8px;} --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;m-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;m-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- margin in 4 directions. mt-1 {margin-top: 4px;} mt-2 {margin-top: 8px;} --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;mt-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;mt-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- mx-1 {margin-left: 4px; margin-right: 4px;} --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;mx-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;mx-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;my-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;my-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- p-1 {padding: 4px;} p-2 {padding: 8px;} --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;p-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;p-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- padding in 4 directions. pt-1 {padding-top: 4px;} pt-2 {padding-top: 8px;} --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;pt-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;pt-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+<span class="com">&lt;!-- px-1 {padding-left: 4px; padding-right: 4px;} --&gt;</span>
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;px-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;px-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;py-1&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
+&lt;<span class="tag">div</span> <span class="atn">class</span>=<span class="atv">&quot;py-2&quot;</span>&gt;&lt;<span class="tag">/div</span>&gt;
</code></pre>
</div>