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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-07-01 10:33:02 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-07-01 10:33:02 +0300
commit78de8f1a1f423a86c05f361e87012a8ea1f1211b (patch)
tree4efd8509510b7b831dd665a6273b07ec9cc0da5e
parentef4918530c3d332abbfd4e3076ffc8f9405d4da7 (diff)
IMPORTANT: Replace all rem units to px
-rw-r--r--docs/css/docs.css84
-rw-r--r--docs/dist/spectre-exp.css242
-rw-r--r--docs/dist/spectre-exp.min.css2
-rw-r--r--docs/dist/spectre-icons.css130
-rw-r--r--docs/dist/spectre-icons.min.css2
-rw-r--r--docs/dist/spectre.css761
-rw-r--r--docs/dist/spectre.min.css2
-rw-r--r--docs/src/docs.less80
-rw-r--r--src/accordions.less6
-rw-r--r--src/animations.less2
-rw-r--r--src/asian.less2
-rw-r--r--src/autocomplete.less8
-rw-r--r--src/avatars.less22
-rw-r--r--src/badges.less24
-rw-r--r--src/bars.less17
-rw-r--r--src/breadcrumbs.less8
-rw-r--r--src/buttons.less36
-rw-r--r--src/calendars.less42
-rw-r--r--src/cards.less8
-rw-r--r--src/carousels.less18
-rw-r--r--src/chips.less10
-rw-r--r--src/codes.less8
-rw-r--r--src/comparison-sliders.less28
-rw-r--r--src/empty.less8
-rw-r--r--src/filters.less2
-rw-r--r--src/forms.less130
-rw-r--r--src/icons.less12
-rw-r--r--src/layout.less16
-rw-r--r--src/media.less4
-rw-r--r--src/menus.less16
-rw-r--r--src/meters.less2
-rw-r--r--src/mixins.less13
-rw-r--r--src/modals.less14
-rw-r--r--src/navigation.less2
-rw-r--r--src/navs.less6
-rw-r--r--src/pagination.less6
-rw-r--r--src/panels.less6
-rw-r--r--src/parallax.less10
-rw-r--r--src/popovers.less6
-rw-r--r--src/progress.less2
-rw-r--r--src/sliders.less22
-rw-r--r--src/steps.less20
-rw-r--r--src/tables.less2
-rw-r--r--src/tabs.less10
-rw-r--r--src/tiles.less8
-rw-r--r--src/timelines.less28
-rw-r--r--src/toasts.less4
-rw-r--r--src/tooltips.less20
-rw-r--r--src/typography.less32
-rw-r--r--src/utilities/display.less6
-rw-r--r--src/utilities/divider.less16
-rw-r--r--src/utilities/loading.less14
-rw-r--r--src/utilities/position.less40
-rw-r--r--src/utilities/shadow.less8
-rw-r--r--src/variables.less36
55 files changed, 1039 insertions, 1024 deletions
diff --git a/docs/css/docs.css b/docs/css/docs.css
index cf1c57d..73bb689 100644
--- a/docs/css/docs.css
+++ b/docs/css/docs.css
@@ -6,19 +6,19 @@
/* Spectre docs style */
.section-header {
background: rgba(248, 249, 250, .9);
- padding: 1rem .5rem;
+ padding: 10px 5px;
position: fixed;
top: 0;
width: 100%;
z-index: 200;
}
.section-hero {
- padding: 1rem;
+ padding: 10px;
position: relative;
z-index: 300;
}
.grid-header .navbar {
- height: 4rem;
+ height: 40px;
}
.grid-header .navbar-section {
padding: 0;
@@ -28,8 +28,8 @@
}
.grid-header .btn-link {
color: #5b657a;
- padding-left: .6rem;
- padding-right: .6rem;
+ padding-left: 6px;
+ padding-right: 6px;
}
.grid-header .btn-link:focus,
.grid-header .btn-link:hover,
@@ -38,40 +38,40 @@
opacity: .75;
}
.grid-hero {
- margin-bottom: 4rem;
- margin-top: 10rem;
+ margin-bottom: 40px;
+ margin-top: 100px;
}
.grid-hero h1 {
color: #454d5d;
- font-size: 3.2rem;
+ font-size: 32px;
font-weight: 400;
}
.grid-hero h2 {
color: #50596c;
- font-size: 1.8rem;
+ font-size: 18px;
font-weight: 400;
- line-height: 3rem;
- margin-bottom: 3rem;
+ line-height: 30px;
+ margin-bottom: 30px;
}
.grid-hero h2 u {
- border-bottom: .2rem solid currentColor;
- padding-bottom: .1rem;
+ border-bottom: 2px solid currentColor;
+ padding-bottom: 1px;
text-decoration: none;
}
.grid-hero .card {
background: none;
border: 0;
color: #5b657a;
- padding: 1rem;
+ padding: 10px;
}
.grid-hero .card .card-title {
color: #5764c6;
- font-size: 1.8rem;
+ font-size: 18px;
margin-bottom: 0;
}
.grid-footer {
color: #acb3c2;
- padding: 2rem 0 1rem 0;
+ padding: 20px 0 10px 0;
}
.grid-footer a {
color: #727e96;
@@ -80,10 +80,10 @@
padding-top: 0;
}
.docs-content .container {
- padding: 1rem;
+ padding: 10px;
}
.docs-content header {
- padding-top: 5.5rem;
+ padding-top: 55px;
}
.docs-content .anchor {
height: 0;
@@ -99,22 +99,22 @@
width: auto;
}
.docs-content .notes {
- margin: 4rem 0;
+ margin: 40px 0;
}
.docs-content .docs-block {
- border-radius: .2rem;
- padding: 1rem .5rem;
+ border-radius: 2px;
+ padding: 10px 5px;
}
.docs-content .docs-dot {
border-radius: 50%;
display: inline-block;
- height: 1rem;
+ height: 10px;
padding: 0;
- width: 1rem;
+ width: 10px;
}
.docs-content .docs-table th,
.docs-content .docs-table td {
- padding: 1.5rem .5rem;
+ padding: 15px 5px;
}
.docs-content h1,
.docs-content h2,
@@ -122,8 +122,8 @@
.docs-content h4,
.docs-content h5,
.docs-content h6 {
- margin-bottom: 2rem;
- margin-top: 2rem;
+ margin-bottom: 20px;
+ margin-top: 20px;
}
.docs-content h1:hover .anchor,
.docs-content h2:hover .anchor,
@@ -135,19 +135,19 @@
width: auto;
}
.docs-content .docs-color {
- border-radius: .2rem;
- margin: .5rem 0;
- padding: 1rem;
+ border-radius: 2px;
+ margin: 5px 0;
+ padding: 10px;
}
.docs-content .docs-color .color-subtitle {
- font-size: 1.2rem;
+ font-size: 12px;
opacity: .75;
}
.docs-content .panel {
height: 75vh;
}
.docs-content .panel .tile {
- margin: 1.5rem 0;
+ margin: 15px 0;
}
.docs-content .code {
color: #5b657a;
@@ -165,7 +165,7 @@
color: #e06870;
}
.docs-content .empty .icon {
- font-size: 4rem;
+ font-size: 40px;
}
.docs-content .form-autocomplete .menu {
position: static;
@@ -176,16 +176,16 @@
-webkit-align-items: center;
align-items: center;
background: #5764c6;
- border-radius: .2rem;
+ border-radius: 2px;
color: #fff;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: center;
-ms-flex-line-pack: distribute;
- font-size: 2.4rem;
- height: 4rem;
- width: 4rem;
+ font-size: 24px;
+ height: 40px;
+ width: 40px;
}
.docs-content .example-tile-icon .icon {
margin: auto;
@@ -196,10 +196,10 @@
}
@media screen and (min-width: 601px) {
.section-header .navbar-section {
- padding: 0 .5rem;
+ padding: 0 5px;
}
.docs-sidebar {
- padding: 7rem 1rem 5rem 1rem;
+ padding: 70px 10px 50px 10px;
}
.docs-sidebar .docs-nav {
position: relative;
@@ -208,7 +208,7 @@
.docs-sidebar .docs-nav {
position: sticky;
position: -webkit-sticky;
- top: 8rem;
+ top: 80px;
}
.docs-sidebar .docs-nav .nav-item a:focus {
box-shadow: none;
@@ -220,7 +220,7 @@
}
@media screen and (max-width: 600px) {
.grid-hero h2 {
- font-size: 1.8rem;
+ font-size: 18px;
}
.grid-hero .card {
padding: 0;
@@ -230,7 +230,7 @@
height: 100%;
left: 0;
overflow-y: auto;
- padding: 6rem 3rem;
+ padding: 60px 30px;
position: fixed;
top: 0;
-webkit-transform: translateX(-100%);
@@ -239,7 +239,7 @@
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 24rem;
+ width: 240px;
z-index: 400;
}
.docs-sidebar:target {
diff --git a/docs/dist/spectre-exp.css b/docs/dist/spectre-exp.css
index 992b475..feb6f2d 100644
--- a/docs/dist/spectre-exp.css
+++ b/docs/dist/spectre-exp.css
@@ -1,23 +1,23 @@
/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */
.calendar {
- border: .1rem solid #f0f1f4;
- border-radius: .2rem;
+ border: 1px solid #f0f1f4;
+ border-radius: 2px;
display: block;
- min-width: 28rem;
+ min-width: 280px;
text-align: center;
}
.calendar .calendar-nav {
-webkit-align-items: center;
align-items: center;
background: #f8f9fa;
- border-top-left-radius: .2rem;
- border-top-right-radius: .2rem;
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-ms-flex-align: center;
- font-size: 1.6rem;
- padding: 1rem;
+ font-size: 16px;
+ padding: 10px;
}
.calendar .calendar-header,
.calendar .calendar-body {
@@ -30,7 +30,7 @@
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
- padding: 1rem 0;
+ padding: 10px 0;
}
.calendar .calendar-header .calendar-date,
.calendar .calendar-body .calendar-date {
@@ -41,44 +41,44 @@
}
.calendar .calendar-header {
background: #f8f9fa;
- border-bottom: .1rem solid #f0f1f4;
+ border-bottom: 1px solid #f0f1f4;
color: #acb3c2;
- font-size: 1.2rem;
+ font-size: 12px;
}
.calendar .calendar-body {
color: #727e96;
}
.calendar .calendar-date {
border: 0;
- padding: .4rem;
+ padding: 4px;
}
.calendar .calendar-date .date-item {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
- border: .1rem solid transparent;
+ border: 1px solid transparent;
border-radius: 50%;
color: #727e96;
cursor: pointer;
- height: 2.8rem;
- line-height: 2rem;
+ height: 28px;
+ line-height: 20px;
outline: none;
- padding: .3rem;
+ padding: 2px;
position: relative;
text-align: center;
text-decoration: none;
transition: all .2s ease;
vertical-align: middle;
white-space: nowrap;
- width: 2.8rem;
+ 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 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
}
.calendar .calendar-date .date-item:focus,
.calendar .calendar-date .date-item:hover {
@@ -95,8 +95,8 @@
}
.calendar .calendar-date .date-item.badge::after {
position: absolute;
- right: .3rem;
- top: .3rem;
+ right: 3px;
+ top: 3px;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
@@ -115,7 +115,7 @@
.calendar .calendar-range::before {
background: #eff1fa;
content: "";
- height: 2.8rem;
+ height: 28px;
left: 0;
position: absolute;
right: 0;
@@ -137,15 +137,15 @@
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date {
- border-bottom: .1rem solid #f0f1f4;
- border-right: .1rem solid #f0f1f4;
+ border-bottom: 1px solid #f0f1f4;
+ border-right: 1px solid #f0f1f4;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
- height: 11rem;
+ height: 110px;
padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
@@ -158,19 +158,19 @@
-webkit-align-self: flex-end;
align-self: flex-end;
-ms-flex-item-align: end;
- height: 2.8rem;
- margin-right: .5rem;
- margin-top: .5rem;
+ height: 28px;
+ margin-right: 5px;
+ margin-top: 5px;
}
.calendar.calendar-lg .calendar-range::before {
- top: 1.9rem;
+ top: 19px;
}
.calendar.calendar-lg .calendar-range.range-start::before {
left: auto;
- width: 1.9rem;
+ width: 19px;
}
.calendar.calendar-lg .calendar-range.range-end::before {
- right: 1.9rem;
+ right: 19px;
}
.calendar.calendar-lg .calendar-events {
-webkit-flex-grow: 1;
@@ -178,17 +178,17 @@
-ms-flex-positive: 1;
line-height: 1;
overflow-y: auto;
- padding: .5rem;
+ padding: 5px;
}
.calendar.calendar-lg .calendar-event {
background: #eff1fa;
- border-radius: .2rem;
+ border-radius: 2px;
color: #5764c6;
display: block;
- font-size: 1.2rem;
- margin: .2rem auto;
+ font-size: 12px;
+ margin: 2px auto;
overflow: hidden;
- padding: .3rem .4rem;
+ padding: 3px 4px;
text-align: left;
text-overflow: ellipsis;
vertical-align: baseline;
@@ -241,10 +241,10 @@
z-index: 200;
}
.carousel .carousel-container .item-prev {
- left: 2rem;
+ left: 20px;
}
.carousel .carousel-container .item-next {
- right: 2rem;
+ 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),
@@ -262,7 +262,7 @@
color: #e7e9ed;
}
.carousel .carousel-nav {
- bottom: 1rem;
+ bottom: 10px;
display: -webkit-flex;
display: flex;
display: -ms-flexbox;
@@ -274,7 +274,7 @@
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
- width: 20rem;
+ width: 200px;
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: 4rem;
- margin: .4rem;
- max-width: 5rem;
+ height: 32px;
+ margin: 4px;
+ max-width: 50px;
position: relative;
}
.carousel .carousel-nav .nav-item::before {
background: currentColor;
content: "";
display: block;
- height: .3rem;
+ height: 2px;
position: absolute;
- top: 2rem;
+ top: 10px;
width: 100%;
}
@-webkit-keyframes carousel-slidein {
@@ -369,7 +369,7 @@
width: 100%;
}
.comparison-slider .comparison-before .comparison-label {
- right: 1.6rem;
+ right: 16px;
}
.comparison-slider .comparison-after {
max-width: 100%;
@@ -383,37 +383,37 @@
height: 100%;
left: 0;
position: absolute;
- right: 1.6rem;
+ right: 16px;
top: 0;
z-index: 1;
}
.comparison-slider .comparison-after::after {
background: currentColor;
border-radius: 50%;
- box-shadow: 0 -.5rem, 0 .5rem;
+ box-shadow: 0 -5px, 0 5px;
color: #fff;
content: "";
- height: .3rem;
+ height: 3px;
position: absolute;
- right: .8rem;
+ right: 8px;
top: 50%;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
- width: .3rem;
+ width: 3px;
z-index: -1;
}
.comparison-slider .comparison-after .comparison-label {
- left: 1.6rem;
+ 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: 1.5rem;
+ height: 15px;
left: 0;
max-width: 100%;
- min-width: 1.6rem;
+ min-width: 16px;
opacity: 0;
outline: none;
position: relative;
@@ -426,9 +426,9 @@
}
.comparison-slider .comparison-label {
background: rgba(69, 77, 93, .5);
- bottom: 1.6rem;
+ bottom: 16px;
color: #fff;
- padding: .3rem .8rem;
+ padding: 4px 8px;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
@@ -440,13 +440,13 @@
width: 0;
}
25% {
- width: 4.8rem;
+ width: 48px;
}
50% {
- width: 1.6rem;
+ width: 16px;
}
75% {
- width: 2.4rem;
+ width: 24px;
}
100% {
width: 0;
@@ -457,20 +457,20 @@
width: 0;
}
25% {
- width: 4.8rem;
+ width: 48px;
}
50% {
- width: 1.6rem;
+ width: 16px;
}
75% {
- width: 2.4rem;
+ width: 24px;
}
100% {
width: 0;
}
}
.filter .filter-nav {
- margin: 1rem 0;
+ margin: 10px 0;
}
.filter .filter-body {
display: flex;
@@ -500,9 +500,9 @@
appearance: none;
background: #f8f9fa;
border: 0;
- border-radius: .2rem;
+ border-radius: 2px;
display: block;
- height: 1.6rem;
+ height: 16px;
width: 100%;
}
.meter::-webkit-meter-inner-element {
@@ -512,7 +512,7 @@
.meter::-webkit-meter-optimum-value,
.meter::-webkit-meter-suboptimum-value,
.meter::-webkit-meter-even-less-good-value {
- border-radius: .2rem;
+ border-radius: 2px;
}
.meter::-webkit-meter-bar {
background: #f8f9fa;
@@ -530,7 +530,7 @@
.meter:-moz-meter-optimum,
.meter:-moz-meter-sub-optimum,
.meter:-moz-meter-sub-sub-optimum {
- border-radius: .2rem;
+ border-radius: 2px;
}
.meter:-moz-meter-optimum::-moz-meter-bar {
background: #32b643;
@@ -548,10 +548,10 @@
width: auto;
}
.parallax .parallax-content {
- box-shadow: 0 2rem 4.2rem rgba(69, 77, 93, .3);
+ box-shadow: 0 20px 42px rgba(69, 77, 93, .3);
height: auto;
- -webkit-transform: perspective(100rem);
- transform: perspective(100rem);
+ -webkit-transform: perspective(1000px);
+ transform: perspective(1000px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: all .4s ease;
@@ -581,10 +581,10 @@
left: 0;
position: absolute;
text-align: center;
- text-shadow: 0 0 3rem rgba(69, 77, 93, .95);
+ text-shadow: 0 0 4px rgba(69, 77, 93, .95);
top: 0;
- -webkit-transform: translateZ(10rem) scale(.9);
- transform: translateZ(10rem) scale(.9);
+ -webkit-transform: translateZ(100px) scale(.9);
+ transform: translateZ(100px) scale(.9);
transition: all .4s ease;
width: 100%;
z-index: 1;
@@ -598,15 +598,15 @@
z-index: 300;
}
.parallax .parallax-top-left:hover ~ .parallax-content {
- -webkit-transform: perspective(100rem) rotateX(-3deg) rotateY(3deg);
- transform: perspective(100rem) rotateX(-3deg) rotateY(3deg);
+ -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(-.65rem, -.65rem, 10rem) scale(.9);
- transform: translate3d(-.65rem, -.65rem, 10rem) scale(.9);
+ -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%;
@@ -617,15 +617,15 @@
z-index: 300;
}
.parallax .parallax-top-right:hover ~ .parallax-content {
- -webkit-transform: perspective(100rem) rotateX(-3deg) rotateY(-3deg);
- transform: perspective(100rem) rotateX(-3deg) rotateY(-3deg);
+ -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(.65rem, -.65rem, 10rem) scale(.9);
- transform: translate3d(.65rem, -.65rem, 10rem) scale(.9);
+ -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;
@@ -636,15 +636,15 @@
z-index: 300;
}
.parallax .parallax-bottom-left:hover ~ .parallax-content {
- -webkit-transform: perspective(100rem) rotateX(3deg) rotateY(3deg);
- transform: perspective(100rem) rotateX(3deg) rotateY(3deg);
+ -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(-.65rem, .65rem, 10rem) scale(.9);
- transform: translate3d(-.65rem, .65rem, 10rem) scale(.9);
+ -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;
@@ -655,15 +655,15 @@
z-index: 300;
}
.parallax .parallax-bottom-right:hover ~ .parallax-content {
- -webkit-transform: perspective(100rem) rotateX(3deg) rotateY(-3deg);
- transform: perspective(100rem) rotateX(3deg) rotateY(-3deg);
+ -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(.65rem, .65rem, 10rem) scale(.9);
- transform: translate3d(.65rem, .65rem, 10rem) scale(.9);
+ -webkit-transform: translate3d(6.5px, 6.5px, 100px) scale(.9);
+ transform: translate3d(6.5px, 6.5px, 100px) scale(.9);
}
.progress {
-webkit-appearance: none;
@@ -671,23 +671,23 @@
appearance: none;
background: #f0f1f4;
border: 0;
- border-radius: .2rem;
+ border-radius: 2px;
color: #5764c6;
- height: .4rem;
+ height: 4px;
position: relative;
width: 100%;
}
.progress::-webkit-progress-bar {
background: transparent;
- border-radius: .2rem;
+ border-radius: 2px;
}
.progress::-webkit-progress-value {
background: #5764c6;
- border-radius: .2rem;
+ border-radius: 2px;
}
.progress::-moz-progress-bar {
background: #5764c6;
- border-radius: .2rem;
+ border-radius: 2px;
}
.progress:indeterminate {
-webkit-animation: progress-indeterminate 1.5s linear infinite;
@@ -719,11 +719,11 @@
appearance: none;
background: transparent;
display: block;
- height: 2.4rem;
+ height: 24px;
width: 100%;
}
.slider:focus {
- box-shadow: 0 0 0 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
outline: none;
}
.slider::-webkit-slider-thumb {
@@ -731,32 +731,32 @@
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 1.2rem;
- margin-top: -.5rem;
+ height: 12px;
+ margin-top: -5px;
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 1.2rem;
+ width: 12px;
}
.slider::-moz-range-thumb {
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 1.2rem;
+ height: 12px;
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 1.2rem;
+ width: 12px;
}
.slider::-ms-thumb {
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 1.2rem;
+ height: 12px;
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 1.2rem;
+ width: 12px;
}
.slider:active::-webkit-slider-thumb {
-webkit-transform: scale(1.25);
@@ -788,20 +788,20 @@
}
.slider::-webkit-slider-runnable-track {
background: #f0f1f4;
- border-radius: .2rem;
- height: .2rem;
+ border-radius: 2px;
+ height: 2px;
width: 100%;
}
.slider::-moz-range-track {
background: #f0f1f4;
- border-radius: .2rem;
- height: .2rem;
+ border-radius: 2px;
+ height: 2px;
width: 100%;
}
.slider::-ms-track {
background: #f0f1f4;
- border-radius: .2rem;
- height: .2rem;
+ border-radius: 2px;
+ height: 2px;
width: 100%;
}
.slider::-ms-fill-lower {
@@ -811,17 +811,17 @@
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
- margin-bottom: 2.4rem;
+ margin-bottom: 24px;
position: relative;
}
.timeline .timeline-item::before {
background: #f0f1f4;
content: "";
height: 100%;
- left: 1.1rem;
+ left: 11px;
position: absolute;
- top: 2.4rem;
- width: .2rem;
+ top: 24px;
+ width: 2px;
}
.timeline .timeline-item .timeline-left {
-webkit-flex: 0 0 auto;
@@ -832,31 +832,31 @@
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
- padding: .2rem 0 .2rem 1.5rem;
+ padding: 2px 0 2px 15px;
}
.timeline .timeline-item .timeline-icon {
border-radius: 50%;
color: #fff;
display: block;
- height: 2.4rem;
+ height: 24px;
text-align: center;
- width: 2.4rem;
+ width: 24px;
}
.timeline .timeline-item .timeline-icon::before {
- border: .2rem solid #5764c6;
+ border: 2px solid #5764c6;
border-radius: 50%;
content: "";
display: block;
- height: .8rem;
- left: .8rem;
+ height: 8px;
+ left: 8px;
position: absolute;
- top: .8rem;
- width: .8rem;
+ top: 8px;
+ width: 8px;
}
.timeline .timeline-item .timeline-icon.icon-lg {
background: #5764c6;
- font-size: 1.6rem;
- line-height: 2rem;
+ font-size: 16px;
+ line-height: 20px;
}
.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 c25f704..5268648 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:.1rem solid #f0f1f4;border-radius:.2rem;display:block;min-width:28rem;text-align:center}.calendar .calendar-nav{-webkit-align-items:center;align-items:center;background:#f8f9fa;border-top-left-radius:.2rem;border-top-right-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;font-size:1.6rem;padding:1rem}.calendar .calendar-body,.calendar .calendar-header{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-pack:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding:1rem 0}.calendar .calendar-body .calendar-date,.calendar .calendar-header .calendar-date{-webkit-flex:0 0 14.28%;-ms-flex:0 0 14.28%;flex:0 0 14.28%;max-width:14.28%}.calendar .calendar-header{background:#f8f9fa;border-bottom:.1rem solid #f0f1f4;color:#acb3c2;font-size:1.2rem}.calendar .calendar-body{color:#727e96}.calendar .calendar-date{border:0;padding:.4rem}.calendar .calendar-date .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:.1rem solid transparent;border-radius:50%;color:#727e96;cursor:pointer;height:2.8rem;line-height:2rem;outline:0;padding:.3rem;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;vertical-align:middle;white-space:nowrap;width:2.8rem}.calendar .calendar-date .date-item.date-today{border-color:#e4e6f6;color:#5764c6}.calendar .calendar-date .date-item:focus{box-shadow:0 0 0 .2rem rgba(69,77,93,.1)}.calendar .calendar-date .date-item:focus,.calendar .calendar-date .date-item:hover{background:#fbfbfe;border-color:#e4e6f6;color:#5764c6;text-decoration:none}.calendar .calendar-date .date-item.active,.calendar .calendar-date .date-item:active{background:#4c59c2;border-color:#3e4cb6;color:#fff}.calendar .calendar-date .date-item.badge::after{position:absolute;right:.3rem;top:.3rem;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.calendar .calendar-date .calendar-event:disabled,.calendar .calendar-date .date-item:disabled,.calendar .calendar-date.disabled .calendar-event,.calendar .calendar-date.disabled .date-item{cursor:default;opacity:.25;pointer-events:none}.calendar .calendar-range{position:relative}.calendar .calendar-range::before{background:#eff1fa;content:"";height:2.8rem;left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.calendar .calendar-range.range-start::before{left:50%}.calendar .calendar-range.range-end::before{right:50%}.calendar .calendar-range .date-item{color:#5764c6}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{border-bottom:.1rem solid #f0f1f4;border-right:.1rem solid #f0f1f4;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:11rem;padding:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .date-item{-webkit-align-self:flex-end;align-self:flex-end;-ms-flex-item-align:end;height:2.8rem;margin-right:.5rem;margin-top:.5rem}.calendar.calendar-lg .calendar-range::before{top:1.9rem}.calendar.calendar-lg .calendar-range.range-start::before{left:auto;width:1.9rem}.calendar.calendar-lg .calendar-range.range-end::before{right:1.9rem}.calendar.calendar-lg .calendar-events{-webkit-flex-grow:1;flex-grow:1;-ms-flex-positive:1;line-height:1;overflow-y:auto;padding:.5rem}.calendar.calendar-lg .calendar-event{background:#eff1fa;border-radius:.2rem;color:#5764c6;display:block;font-size:1.2rem;margin:.2rem auto;overflow:hidden;padding:.3rem .4rem;text-align:left;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}.carousel{background:#f8f9fa;display:block;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:2rem}.carousel .carousel-container .item-next{right:2rem}.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4){-webkit-animation:carousel-slidein .75s ease-in-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:1rem;display:-webkit-flex;display:flex;display:-ms-flexbox;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:20rem;z-index:200}.carousel .carousel-nav .nav-item{color:rgba(231,233,237,.5);display:block;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;height:4rem;margin:.4rem;max-width:5rem;position:relative}.carousel .carousel-nav .nav-item::before{background:currentColor;content:"";display:block;height:.3rem;position:absolute;top:2rem;width:100%}@-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 top;position:absolute;width:100%;z-index:-1}.comparison-slider .comparison-before{width:100%}.comparison-slider .comparison-before .comparison-label{right:1.6rem}.comparison-slider .comparison-after{max-width:100%;min-width:0;z-index:1}.comparison-slider .comparison-after::before{background:0 0;content:"";cursor:default;height:100%;left:0;position:absolute;right:1.6rem;top:0;z-index:1}.comparison-slider .comparison-after::after{background:currentColor;border-radius:50%;box-shadow:0 -.5rem,0 .5rem;color:#fff;content:"";height:.3rem;position:absolute;right:.8rem;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:.3rem;z-index:-1}.comparison-slider .comparison-after .comparison-label{left:1.6rem}.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:1.5rem;left:0;max-width:100%;min-width:1.6rem;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:1.6rem;color:#fff;padding:.3rem .8rem;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:4.8rem}50%{width:1.6rem}75%{width:2.4rem}100%{width:0}}@keyframes first-run{0%{width:0}25%{width:4.8rem}50%{width:1.6rem}75%{width:2.4rem}100%{width:0}}.filter .filter-nav{margin:1rem 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:.2rem;display:block;height:1.6rem;width:100%}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-even-less-good-value,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value{border-radius:.2rem}.meter::-webkit-meter-bar{background:#f8f9fa}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#e85600}.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum,.meter::-moz-meter-bar{border-radius:.2rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#e85600}.parallax{display:block;height:auto;position:relative;width:auto}.parallax .parallax-content{box-shadow:0 2rem 4.2rem rgba(69,77,93,.3);height:auto;-webkit-transform:perspective(100rem);transform:perspective(100rem);-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 3rem rgba(69,77,93,.95);top:0;-webkit-transform:translateZ(10rem) scale(.9);transform:translateZ(10rem) 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(100rem) rotateX(-3deg) rotateY(3deg);transform:perspective(100rem) 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(-.65rem,-.65rem,10rem) scale(.9);transform:translate3d(-.65rem,-.65rem,10rem) 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(100rem) rotateX(-3deg) rotateY(-3deg);transform:perspective(100rem) 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(.65rem,-.65rem,10rem) scale(.9);transform:translate3d(.65rem,-.65rem,10rem) 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(100rem) rotateX(3deg) rotateY(3deg);transform:perspective(100rem) 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(-.65rem,.65rem,10rem) scale(.9);transform:translate3d(-.65rem,.65rem,10rem) 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(100rem) rotateX(3deg) rotateY(-3deg);transform:perspective(100rem) 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(.65rem,.65rem,10rem) scale(.9);transform:translate3d(.65rem,.65rem,10rem) scale(.9)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f0f1f4;border:0;border-radius:.2rem;color:#5764c6;height:.4rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:0 0;border-radius:.2rem}.progress::-webkit-progress-value{background:#5764c6;border-radius:.2rem}.progress::-moz-progress-bar{background:#5764c6;border-radius:.2rem}.progress:indeterminate{-webkit-animation:progress-indeterminate 1.5s linear infinite;animation:progress-indeterminate 1.5s linear infinite;background:#f0f1f4 linear-gradient(to right,#5764c6 30%,#f0f1f4 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:0 0}@-webkit-keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;display:block;height:2.4rem;width:100%}.slider:focus{box-shadow:0 0 0 .2rem rgba(69,77,93,.1);outline:0}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#5764c6;border:0;border-radius:50%;height:1.2rem;margin-top:-.5rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-moz-range-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider::-ms-thumb{background:#5764c6;border:0;border-radius:50%;height:1.2rem;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease;width:1.2rem}.slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{-ms-transform:scale(1.25);transform:scale(1.25)}.slider.disabled::-webkit-slider-thumb,.slider:disabled::-webkit-slider-thumb{background:#e7e9ed;-webkit-transform:scale(1);transform:scale(1)}.slider.disabled::-moz-range-thumb,.slider:disabled::-moz-range-thumb{background:#e7e9ed;transform:scale(1)}.slider.disabled::-ms-thumb,.slider:disabled::-ms-thumb{background:#e7e9ed;-ms-transform:scale(1);transform:scale(1)}.slider::-webkit-slider-runnable-track{background:#f0f1f4;border-radius:.2rem;height:.2rem;width:100%}.slider::-moz-range-track{background:#f0f1f4;border-radius:.2rem;height:.2rem;width:100%}.slider::-ms-track{background:#f0f1f4;border-radius:.2rem;height:.2rem;width:100%}.slider::-ms-fill-lower{background:#5764c6}.timeline .timeline-item{display:flex;display:-ms-flexbox;display:-webkit-flex;margin-bottom:2.4rem;position:relative}.timeline .timeline-item::before{background:#f0f1f4;content:"";height:100%;left:1.1rem;position:absolute;top:2.4rem;width:.2rem}.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:.2rem 0 .2rem 1.5rem}.timeline .timeline-item .timeline-icon{border-radius:50%;color:#fff;display:block;height:2.4rem;text-align:center;width:2.4rem}.timeline .timeline-item .timeline-icon::before{border:.2rem solid #5764c6;border-radius:50%;content:"";display:block;height:.8rem;left:.8rem;position:absolute;top:.8rem;width:.8rem}.timeline .timeline-item .timeline-icon.icon-lg{background:#5764c6;font-size:1.6rem;line-height:2rem}.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:1px solid #f0f1f4;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 #f0f1f4;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(69,77,93,.1)}.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 #f0f1f4;border-right:1px solid #f0f1f4;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 top;position:absolute;width:100%;z-index:-1}.comparison-slider .comparison-before{width:100%}.comparison-slider .comparison-before .comparison-label{right:16px}.comparison-slider .comparison-after{max-width:100%;min-width:0;z-index:1}.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;z-index:-1}.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 4px rgba(69,77,93,.95);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(69,77,93,.1);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:#f0f1f4;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
diff --git a/docs/dist/spectre-icons.css b/docs/dist/spectre-icons.css
index 8c97075..edc9231 100644
--- a/docs/dist/spectre-icons.css
+++ b/docs/dist/spectre-icons.css
@@ -6,7 +6,7 @@
font-style: normal;
height: 1em;
position: relative;
- text-indent: -999rem;
+ text-indent: -9999px;
vertical-align: middle;
width: 1em;
}
@@ -28,7 +28,7 @@
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
border-right: 0;
content: "";
@@ -59,7 +59,7 @@
.icon-forward::after {
background: currentColor;
content: "";
- height: .2rem;
+ height: 2px;
width: .8em;
}
.icon-downward::after,
@@ -67,7 +67,7 @@
background: currentColor;
content: "";
height: .8em;
- width: .2rem;
+ width: 2px;
}
.icon-back::after {
left: 55%;
@@ -116,21 +116,21 @@
background: currentColor;
box-shadow: 0 -.35em, 0 .35em;
content: "";
- height: .2rem;
+ 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: .3rem;
- width: .3rem;
+ height: 3px;
+ width: 3px;
}
.icon-resize-horiz::before,
.icon-resize-vert::before,
.icon-resize-horiz::after,
.icon-resize-vert::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
border-right: 0;
content: "";
@@ -165,8 +165,8 @@
border-radius: 50%;
box-shadow: -.4em 0, .4em 0;
content: "";
- height: .3rem;
- width: .3rem;
+ height: 3px;
+ width: 3px;
}
.icon-more-vert::before {
box-shadow: 0 -.4em, 0 .4em;
@@ -176,7 +176,7 @@
.icon-cross::before {
background: currentColor;
content: "";
- height: .2rem;
+ height: 2px;
width: 100%;
}
.icon-plus::after,
@@ -184,7 +184,7 @@
background: currentColor;
content: "";
height: 100%;
- width: .2rem;
+ width: 2px;
}
.icon-cross::before {
width: 100%;
@@ -199,7 +199,7 @@
transform: translate(-50%, -50%) rotate(45deg);
}
.icon-check::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-right: 0;
border-top: 0;
content: "";
@@ -210,20 +210,20 @@
width: .9em;
}
.icon-stop {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
}
.icon-stop::before {
background: currentColor;
content: "";
- height: .2rem;
+ 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: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
border-top-color: transparent;
}
@@ -232,10 +232,10 @@
content: "";
height: .5em;
top: .1em;
- width: .2rem;
+ width: 2px;
}
.icon-refresh::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
border-right-color: transparent;
content: "";
@@ -253,7 +253,7 @@
width: 0;
}
.icon-search::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
content: "";
height: .75em;
@@ -267,7 +267,7 @@
.icon-search::after {
background: currentColor;
content: "";
- height: .2rem;
+ height: 2px;
left: 80%;
top: 80%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
@@ -276,7 +276,7 @@
width: .4em;
}
.icon-edit::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
content: "";
height: .4em;
-webkit-transform: translate(-40%, -60%) rotate(-45deg);
@@ -298,9 +298,9 @@
width: 0;
}
.icon-delete::before {
- border: .2rem solid currentColor;
- border-bottom-left-radius: .2rem;
- border-bottom-right-radius: .2rem;
+ border: 2px solid currentColor;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
border-top: 0;
content: "";
height: .75em;
@@ -311,18 +311,18 @@
background: currentColor;
box-shadow: -.25em .2em, .25em .2em;
content: "";
- height: .2rem;
- top: .1rem;
+ height: 2px;
+ top: 1px;
width: .5em;
}
.icon-share {
- border: .2rem solid currentColor;
- border-radius: .2rem;
+ border: 2px solid currentColor;
+ border-radius: 2px;
border-right: 0;
border-top: 0;
}
.icon-share::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-left: 0;
border-top: 0;
content: "";
@@ -335,7 +335,7 @@
width: .4em;
}
.icon-share::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
border-radius: 75% 0;
border-right: 0;
@@ -348,13 +348,13 @@
content: "";
height: 1em;
left: 15%;
- width: .2rem;
+ width: 2px;
}
.icon-flag::after {
- border: .2rem solid currentColor;
- border-bottom-right-radius: .2rem;
+ border: 2px solid currentColor;
+ border-bottom-right-radius: 2px;
border-left: 0;
- border-top-right-radius: .2rem;
+ border-top-right-radius: 2px;
content: "";
height: .65em;
left: 60%;
@@ -362,19 +362,19 @@
width: .8em;
}
.icon-bookmark::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
- border-top-left-radius: .2rem;
- border-top-right-radius: .2rem;
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
content: "";
height: .9em;
width: .8em;
}
.icon-bookmark::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
border-left: 0;
- border-radius: .2rem;
+ border-radius: 2px;
content: "";
height: .5em;
-webkit-transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
@@ -384,11 +384,11 @@
}
.icon-download,
.icon-upload {
- border-bottom: .2rem solid currentColor;
+ border-bottom: 2px solid currentColor;
}
.icon-download::before,
.icon-upload::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
border-right: 0;
content: "";
@@ -404,7 +404,7 @@
content: "";
height: .6em;
top: 40%;
- width: .2rem;
+ width: 2px;
}
.icon-upload::before {
-webkit-transform: translate(-50%, -60%) rotate(45deg);
@@ -415,7 +415,7 @@
top: 50%;
}
.icon-time {
- border: .2rem solid currentColor;
+ border: 2px 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: .2rem;
+ width: 2px;
}
.icon-time::after {
background: currentColor;
@@ -437,17 +437,17 @@
-webkit-transform-origin: 50% 90%;
-ms-transform-origin: 50% 90%;
transform-origin: 50% 90%;
- width: .2rem;
+ width: 2px;
}
.icon-mail::before {
- border: .2rem solid currentColor;
- border-radius: .2rem;
+ border: 2px solid currentColor;
+ border-radius: 2px;
content: "";
height: .8em;
width: 1em;
}
.icon-mail::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-right: 0;
border-top: 0;
content: "";
@@ -458,7 +458,7 @@
width: .5em;
}
.icon-people::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
content: "";
height: .45em;
@@ -466,7 +466,7 @@
width: .45em;
}
.icon-people::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50% 50% 0 0;
content: "";
height: .4em;
@@ -474,14 +474,14 @@
width: .9em;
}
.icon-message {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
- border-radius: .2rem;
+ border-radius: 2px;
border-right: 0;
}
.icon-message::before {
- border: .2rem solid currentColor;
- border-bottom-right-radius: .2rem;
+ border: 2px solid currentColor;
+ border-bottom-right-radius: 2px;
border-left: 0;
border-top: 0;
content: "";
@@ -492,7 +492,7 @@
}
.icon-message::after {
background: currentColor;
- border-radius: .2rem;
+ border-radius: 2px;
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: .2rem;
+ width: 2px;
}
.icon-photo {
- border: .2rem solid currentColor;
- border-radius: .2rem;
+ border: 2px solid currentColor;
+ border-radius: 2px;
}
.icon-photo::before {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
content: "";
height: .25em;
@@ -516,7 +516,7 @@
width: .25em;
}
.icon-photo::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-bottom: 0;
border-left: 0;
content: "";
@@ -529,7 +529,7 @@
}
.icon-link::before,
.icon-link::after {
- border: .2rem solid currentColor;
+ border: 2px 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: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50% 50% 50% 0;
content: "";
height: .8em;
@@ -557,7 +557,7 @@
width: .8em;
}
.icon-location::after {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
content: "";
height: .2em;
@@ -567,7 +567,7 @@
width: .2em;
}
.icon-emoji {
- border: .2rem solid currentColor;
+ border: 2px solid currentColor;
border-radius: 50%;
}
.icon-emoji::before {
@@ -578,7 +578,7 @@
width: .1em;
}
.icon-emoji::after {
- border: .2rem solid currentColor;
+ border: 2px 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 4233158..ed1df56 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:-999rem;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:.2rem 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:.2rem;width:.8em}.icon-downward::after,.icon-upward::after{background:currentColor;content:"";height:.8em;width:.2rem}.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:.2rem;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:.3rem;width:.3rem}.icon-resize-horiz::after,.icon-resize-horiz::before,.icon-resize-vert::after,.icon-resize-vert::before{border:.2rem 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:.3rem;width:.3rem}.icon-more-vert::before{box-shadow:0 -.4em,0 .4em}.icon-cross::before,.icon-minus::before,.icon-plus::before{background:currentColor;content:"";height:.2rem;width:100%}.icon-cross::after,.icon-plus::after{background:currentColor;content:"";height:100%;width:.2rem}.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:.2rem 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:.2rem solid currentColor;border-radius:50%}.icon-stop::before{background:currentColor;content:"";height:.2rem;-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:.2rem solid currentColor;border-radius:50%;border-top-color:transparent}.icon-shutdown::before{background:currentColor;content:"";height:.5em;top:.1em;width:.2rem}.icon-refresh::before{border:.2rem 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:.2rem 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:.2rem;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:.2rem 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:.2rem solid currentColor;border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem;border-top:0;content:"";height:.75em;top:60%;width:.75em}.icon-delete::after{background:currentColor;box-shadow:-.25em .2em,.25em .2em;content:"";height:.2rem;top:.1rem;width:.5em}.icon-share{border:.2rem solid currentColor;border-radius:.2rem;border-right:0;border-top:0}.icon-share::before{border:.2rem 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:.2rem 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:.2rem}.icon-flag::after{border:.2rem solid currentColor;border-bottom-right-radius:.2rem;border-left:0;border-top-right-radius:.2rem;content:"";height:.65em;left:60%;top:35%;width:.8em}.icon-bookmark::before{border:.2rem solid currentColor;border-bottom:0;border-top-left-radius:.2rem;border-top-right-radius:.2rem;content:"";height:.9em;width:.8em}.icon-bookmark::after{border:.2rem solid currentColor;border-bottom:0;border-left:0;border-radius:.2rem;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:.2rem solid currentColor}.icon-download::before,.icon-upload::before{border:.2rem 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:.2rem}.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:.2rem 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:.2rem}.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:.2rem}.icon-mail::before{border:.2rem solid currentColor;border-radius:.2rem;content:"";height:.8em;width:1em}.icon-mail::after{border:.2rem 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:.2rem solid currentColor;border-radius:50%;content:"";height:.45em;top:25%;width:.45em}.icon-people::after{border:.2rem solid currentColor;border-radius:50% 50% 0 0;content:"";height:.4em;top:75%;width:.9em}.icon-message{border:.2rem solid currentColor;border-bottom:0;border-radius:.2rem;border-right:0}.icon-message::before{border:.2rem solid currentColor;border-bottom-right-radius:.2rem;border-left:0;border-top:0;content:"";height:.8em;left:65%;top:40%;width:.7em}.icon-message::after{background:currentColor;border-radius:.2rem;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:.2rem}.icon-photo{border:.2rem solid currentColor;border-radius:.2rem}.icon-photo::before{border:.2rem solid currentColor;border-radius:50%;content:"";height:.25em;left:35%;top:35%;width:.25em}.icon-photo::after{border:.2rem 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:.2rem 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:.2rem 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:.2rem 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:.2rem 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:.2rem 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: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
diff --git a/docs/dist/spectre.css b/docs/dist/spectre.css
index a86eb08..fea12e7 100644
--- a/docs/dist/spectre.css
+++ b/docs/dist/spectre.css
@@ -393,7 +393,7 @@ body {
background: #fff;
color: #454d5d;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
- font-size: 1.4rem;
+ font-size: 14px;
overflow-x: hidden;
text-rendering: optimizeLegibility;
}
@@ -403,7 +403,7 @@ a {
text-decoration: none;
}
a:focus {
- box-shadow: 0 0 0 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
}
a:focus,
a:hover,
@@ -421,30 +421,30 @@ h6 {
color: inherit;
font-weight: 500;
line-height: 1.2;
- margin-bottom: 1.5rem;
+ margin-bottom: 16px;
margin-top: 0;
}
h1 {
- font-size: 5rem;
+ font-size: 50px;
}
h2 {
- font-size: 4rem;
+ font-size: 40px;
}
h3 {
- font-size: 3rem;
+ font-size: 30px;
}
h4 {
- font-size: 2.4rem;
+ font-size: 24px;
}
h5 {
- font-size: 2rem;
+ font-size: 20px;
}
h6 {
- font-size: 1.6rem;
+ font-size: 16px;
}
p {
- line-height: 2.4rem;
- margin: 0 0 1rem;
+ line-height: 24px;
+ margin: 0 0 12px;
}
a,
ins,
@@ -453,32 +453,32 @@ u {
text-decoration-skip: ink edges;
}
abbr[title] {
- border-bottom: .1rem dotted;
+ border-bottom: 1px dotted;
cursor: help;
text-decoration: none;
}
kbd {
background: #454d5d;
- border-radius: .2rem;
+ border-radius: 2px;
color: #fff;
display: inline-block;
line-height: 1;
- padding: .3rem .4rem;
+ padding: 3px 4px;
vertical-align: baseline;
}
mark {
background: #ffe9b3;
- border-radius: .2rem;
+ border-radius: 2px;
color: #454d5d;
display: inline-block;
line-height: 1;
- padding: .3rem .4rem;
+ padding: 3px 4px;
vertical-align: baseline;
}
blockquote {
- border-left: .2rem solid #f0f1f4;
+ border-left: 2px solid #f0f1f4;
margin-left: 0;
- padding: 1rem 2rem;
+ padding: 8px 16px;
}
blockquote p:last-child {
margin-bottom: 0;
@@ -488,18 +488,18 @@ blockquote cite {
}
ul,
ol {
- margin: 2rem 0 2rem 2rem;
+ margin: 16px 0 16px 16px;
padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
- margin: 1.5rem 0 1.5rem 2rem;
+ margin: 16px 0 16px 16px;
}
ul li,
ol li {
- margin-top: 1rem;
+ margin-top: 8px;
}
ul {
list-style: disc inside;
@@ -517,7 +517,7 @@ dl dt {
font-weight: bold;
}
dl dd {
- margin: .5rem 0 1.5rem 0;
+ 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;
@@ -534,7 +534,7 @@ dl dd {
:lang(zh) u,
:lang(ja) u,
.cjk u {
- border-bottom: .1rem solid;
+ border-bottom: 1px solid;
text-decoration: none;
}
:lang(zh) del + del,
@@ -581,8 +581,8 @@ dl dd {
}
.table td,
.table th {
- border-bottom: .1rem solid #f0f1f4;
- padding: 1.5rem 1rem;
+ border-bottom: 1px solid #f0f1f4;
+ padding: 12px 8px;
}
.table th {
border-bottom-color: #727e96;
@@ -592,16 +592,16 @@ dl dd {
-moz-appearance: none;
appearance: none;
background: #fff;
- border: .1rem solid #5764c6;
- border-radius: .2rem;
+ border: 1px solid #5764c6;
+ border-radius: 2px;
color: #5764c6;
cursor: pointer;
display: inline-block;
- font-size: 1.4rem;
- height: 3.2rem;
- line-height: 2rem;
+ font-size: 14px;
+ height: 32px;
+ line-height: 20px;
outline: none;
- padding: .5rem .8rem;
+ padding: 5px 8px;
text-align: center;
text-decoration: none;
transition: all .2s ease;
@@ -614,7 +614,7 @@ dl dd {
}
.btn:focus {
background: #eff1fa;
- box-shadow: 0 0 0 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
text-decoration: none;
}
.btn:hover {
@@ -674,14 +674,14 @@ dl dd {
color: #4452c0;
}
.btn.btn-sm {
- font-size: 1.2rem;
- height: 2.4rem;
- padding: .1rem .8rem;
+ font-size: 12px;
+ height: 24px;
+ padding: 1px 8px;
}
.btn.btn-lg {
- font-size: 1.6rem;
- height: 4rem;
- padding: .9rem .8rem;
+ font-size: 16px;
+ height: 40px;
+ padding: 9px 8px;
}
.btn.btn-block {
display: block;
@@ -690,26 +690,26 @@ dl dd {
.btn.btn-action {
padding-left: 0;
padding-right: 0;
- width: 3.2rem;
+ width: 32px;
}
.btn.btn-action.btn-sm {
- width: 2.4rem;
+ width: 24px;
}
.btn.btn-action.btn-lg {
- width: 4rem;
+ width: 40px;
}
.btn.btn-clear {
background: transparent;
border: 0;
color: currentColor;
- height: 1.6rem;
- line-height: 1.6rem;
- margin-left: .4rem;
- margin-right: -.2rem;
+ height: 16px;
+ line-height: 16px;
+ margin-left: 4px;
+ margin-right: -2px;
opacity: .45;
- padding: 0 .2rem;
+ padding: 0 2px;
text-decoration: none;
- width: 1.6rem;
+ width: 16px;
}
.btn.btn-clear:hover {
opacity: .85;
@@ -736,12 +736,12 @@ dl dd {
}
.btn-group .btn:not(:first-child):not(:last-child) {
border-radius: 0;
- margin-left: -.1rem;
+ margin-left: -1px;
}
.btn-group .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
- margin-left: -.1rem;
+ margin-left: -1px;
}
.btn-group .btn:focus,
.btn-group .btn:hover,
@@ -760,17 +760,17 @@ dl dd {
flex: 1 0 0;
}
.form-group:not(:last-child) {
- margin-bottom: 1rem;
+ margin-bottom: 10px;
}
.form-label {
display: block;
- padding: .6rem 0;
+ padding: 6px 0;
}
.form-label.label-sm {
- padding: .2rem 0;
+ padding: 2px 0;
}
.form-label.label-lg {
- padding: 1rem 0;
+ padding: 10px 0;
}
.form-input {
-webkit-appearance: none;
@@ -778,23 +778,23 @@ dl dd {
appearance: none;
background: #fff;
background-image: none;
- border: .1rem solid #c4c9d3;
- border-radius: .2rem;
+ border: 1px solid #c4c9d3;
+ border-radius: 2px;
color: #454d5d;
display: block;
- font-size: 1.4rem;
- height: 3.2rem;
- line-height: 2rem;
+ font-size: 14px;
+ height: 32px;
+ line-height: 20px;
max-width: 100%;
outline: none;
- padding: .5rem .8rem;
+ padding: 5px 8px;
position: relative;
transition: all .2s ease;
width: 100%;
}
.form-input:focus {
border-color: #5764c6;
- box-shadow: 0 0 0 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
}
.form-input::-webkit-input-placeholder {
color: #acb3c2;
@@ -809,14 +809,14 @@ dl dd {
color: #acb3c2;
}
.form-input.input-sm {
- font-size: 1.2rem;
- height: 2.4rem;
- padding: .1rem .8rem;
+ font-size: 12px;
+ height: 24px;
+ padding: 1px 8px;
}
.form-input.input-lg {
- font-size: 1.6rem;
- height: 4rem;
- padding: .9rem .8rem;
+ font-size: 16px;
+ height: 40px;
+ padding: 9px 8px;
}
.form-input.input-inline {
display: inline-block;
@@ -831,7 +831,7 @@ textarea.form-input {
}
.form-input-hint {
color: #acb3c2;
- margin-top: .4rem;
+ margin-top: 4px;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
@@ -845,40 +845,40 @@ textarea.form-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- border: .1rem solid #c4c9d3;
- border-radius: .2rem;
+ border: 1px solid #c4c9d3;
+ border-radius: 2px;
color: inherit;
- font-size: 1.4rem;
- line-height: 2rem;
+ font-size: 14px;
+ line-height: 20px;
outline: none;
- padding: .5rem .8rem;
+ padding: 5px 8px;
vertical-align: middle;
width: 100%;
}
.form-select[multiple] option {
- padding: .2rem .4rem;
+ 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 .75rem center / .8rem 1rem;
- height: 3.2rem;
- padding-right: 2.4rem;
+ 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 7.5px center / 8px 10px;
+ height: 32px;
+ padding-right: 24px;
}
.form-select:focus {
border-color: #5764c6;
- box-shadow: 0 0 0 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
}
.form-select::-ms-expand {
display: none;
}
.form-select.select-sm {
- font-size: 1.2rem;
- height: 2.4rem;
- padding: .1rem 2rem .1rem .6rem;
+ font-size: 12px;
+ height: 24px;
+ padding: 1px 20px 1px 6px;
}
.form-select.select-lg {
- font-size: 1.6rem;
- height: 4rem;
- padding: .9rem 2.4rem .9rem .8rem;
+ font-size: 16px;
+ height: 40px;
+ padding: 9px 24px 9px 8px;
}
.has-success .form-input,
.has-success .form-select,
@@ -890,7 +890,7 @@ textarea.form-input {
.has-success .form-select:focus,
.form-input.is-success:focus,
.form-select.is-success:focus {
- box-shadow: 0 0 0 .2rem rgba(50, 182, 67, .1);
+ box-shadow: 0 0 0 2px rgba(50, 182, 67, .1);
}
.has-error .form-input,
.has-error .form-select,
@@ -902,13 +902,13 @@ textarea.form-input {
.has-error .form-select:focus,
.form-input.is-error:focus,
.form-select.is-error:focus {
- box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .1);
+ box-shadow: 0 0 0 2px rgba(232, 86, 0, .1);
}
.form-input:not(:placeholder-shown):invalid {
border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
- box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .1);
+ box-shadow: 0 0 0 2px rgba(232, 86, 0, .1);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
color: #e85600;
@@ -919,8 +919,8 @@ textarea.form-input {
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
- margin: 0 .8rem;
- min-width: 1.4rem;
+ margin: 0 8px;
+ min-width: 14px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
@@ -931,36 +931,36 @@ textarea.form-input {
left: 0;
}
.has-icon-left .form-input {
- padding-left: 3rem;
+ padding-left: 30px;
}
.has-icon-right .form-icon {
right: 0;
}
.has-icon-right .form-input {
- padding-right: 3rem;
+ padding-right: 30px;
}
.form-checkbox,
.form-radio,
.form-switch {
display: inline-block;
- line-height: 2rem;
+ line-height: 20px;
position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
clip: rect(0, 0, 0, 0);
- height: .1rem;
- margin: -.1rem;
+ height: 1px;
+ margin: -1px;
overflow: hidden;
position: absolute;
- width: .1rem;
+ 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 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
@@ -971,7 +971,7 @@ textarea.form-input {
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
- border: .1rem solid #c4c9d3;
+ border: 1px solid #c4c9d3;
cursor: pointer;
display: inline-block;
position: absolute;
@@ -979,39 +979,39 @@ textarea.form-input {
}
.form-checkbox,
.form-radio {
- padding: .2rem 2rem;
+ padding: 2px 20px;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
background: #fff;
- height: 1.4rem;
+ height: 14px;
left: 0;
- top: .5rem;
- width: 1.4rem;
+ top: 5px;
+ width: 14px;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
background: #f0f1f4;
}
.form-checkbox .form-icon {
- border-radius: .2rem;
+ border-radius: 2px;
}
.form-checkbox input:checked + .form-icon::before {
background-clip: padding-box;
- border: .2rem solid #fff;
+ border: 2px solid #fff;
border-left-width: 0;
border-top-width: 0;
content: "";
- height: 1rem;
+ height: 10px;
left: 50%;
- margin-left: -.3rem;
- margin-top: -.6rem;
+ margin-left: -3px;
+ margin-top: -6px;
position: absolute;
top: 50%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
- width: .6rem;
+ width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
background: #5764c6;
@@ -1020,55 +1020,55 @@ textarea.form-input {
.form-checkbox input:indeterminate + .form-icon::before {
background: #fff;
content: "";
- height: .2rem;
+ height: 2px;
left: 50%;
- margin-left: -.5rem;
- margin-top: -.1rem;
+ margin-left: -5px;
+ margin-top: -1px;
position: absolute;
top: 50%;
- width: 1rem;
+ width: 10px;
}
.form-radio .form-icon {
- border-radius: .7rem;
+ border-radius: 7px;
}
.form-radio input:checked + .form-icon::before {
background: #fff;
- border-radius: .2rem;
+ border-radius: 2px;
content: "";
- height: .4rem;
+ height: 4px;
left: 50%;
- margin-left: -.2rem;
- margin-top: -.2rem;
+ margin-left: -2px;
+ margin-top: -2px;
position: absolute;
top: 50%;
- width: .4rem;
+ width: 4px;
}
.form-switch {
- padding: .2rem 2rem .2rem 3.6rem;
+ padding: 2px 20px 2px 36px;
}
.form-switch .form-icon {
background: #e7e9ed;
background-clip: padding-box;
- border-radius: .9rem;
- height: 1.8rem;
+ border-radius: 9px;
+ height: 18px;
left: 0;
- top: .3rem;
- width: 3rem;
+ top: 3px;
+ width: 30px;
}
.form-switch .form-icon::before {
background: #fff;
- border-radius: .8rem;
+ border-radius: 8px;
content: "";
display: block;
- height: 1.6rem;
+ height: 16px;
left: 0;
position: absolute;
top: 0;
transition: all .2s ease;
- width: 1.6rem;
+ width: 16px;
}
.form-switch input:checked + .form-icon::before {
- left: 1.2rem;
+ left: 12px;
}
.form-switch input:active + .form-icon::before {
background: #f8f9fa;
@@ -1080,18 +1080,18 @@ textarea.form-input {
}
.input-group .input-group-addon {
background: #f8f9fa;
- border: .1rem solid #c4c9d3;
- border-radius: .2rem;
- line-height: 2rem;
- padding: .5rem .8rem;
+ border: 1px solid #c4c9d3;
+ border-radius: 2px;
+ line-height: 20px;
+ padding: 5px 8px;
}
.input-group .input-group-addon.addon-sm {
- font-size: 1.2rem;
- padding: .1rem .8rem;
+ font-size: 12px;
+ padding: 1px 8px;
}
.input-group .input-group-addon.addon-lg {
- font-size: 1.6rem;
- padding: .9rem .8rem;
+ font-size: 16px;
+ padding: 9px 8px;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
@@ -1111,7 +1111,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: -.1rem;
+ margin-left: -1px;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
@@ -1119,7 +1119,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: -.1rem;
+ margin-left: -1px;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
@@ -1157,7 +1157,7 @@ input.disabled + .form-icon {
background: #fff;
}
.form-horizontal {
- padding: 1rem;
+ padding: 10px;
}
.form-horizontal .form-group {
display: flex;
@@ -1167,15 +1167,15 @@ input.disabled + .form-icon {
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
- margin: .4rem 0;
+ margin: 16px 0;
}
.label {
background: #f8f9fa;
- border-radius: .2rem;
+ border-radius: 2px;
color: #50596c;
display: inline-block;
line-height: 1;
- padding: .3rem .4rem;
+ padding: 3px 4px;
vertical-align: baseline;
}
.label.label-primary {
@@ -1196,26 +1196,26 @@ input.disabled + .form-icon {
}
code {
background: #fdf4f4;
- border-radius: .2rem;
+ border-radius: 2px;
color: #e06870;
display: inline-block;
line-height: 1;
- padding: .3rem .4rem;
+ padding: 3px 4px;
vertical-align: baseline;
}
.code {
- border-radius: .2rem;
+ border-radius: 2px;
color: #454d5d;
- line-height: 2rem;
+ line-height: 20px;
position: relative;
}
.code::before {
color: #acb3c2;
content: attr(data-lang);
- font-size: 1.2rem;
+ font-size: 12px;
position: absolute;
- right: 1rem;
- top: .2rem;
+ right: 10px;
+ top: 2px;
}
.code code {
background: #f8f9fa;
@@ -1223,7 +1223,7 @@ code {
display: block;
line-height: inherit;
overflow-x: auto;
- padding: 2rem;
+ padding: 20px;
width: 100%;
}
.img-responsive {
@@ -1272,27 +1272,27 @@ code {
padding-bottom: 100%;
}
.figure {
- margin: 0 0 1rem 0;
+ margin: 0 0 10px 0;
}
.figure .figure-caption {
color: #727e96;
- margin-top: 1rem;
+ margin-top: 10px;
}
.container {
margin-left: auto;
margin-right: auto;
- padding-left: 1rem;
- padding-right: 1rem;
+ padding-left: 10px;
+ padding-right: 10px;
width: 100%;
}
.container.grid-1280 {
- max-width: 130rem;
+ max-width: 1300px;
}
.container.grid-960 {
- max-width: 98rem;
+ max-width: 980px;
}
.container.grid-480 {
- max-width: 50rem;
+ max-width: 500px;
}
.columns {
display: flex;
@@ -1301,8 +1301,8 @@ code {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
- margin-left: -1rem;
- margin-right: -1rem;
+ margin-left: -10px;
+ margin-right: -10px;
}
.columns.col-gapless {
margin-left: 0;
@@ -1323,7 +1323,7 @@ code {
-ms-flex: 1;
flex: 1;
max-width: 100%;
- padding: 1rem;
+ padding: 10px;
}
.column.col-12,
.column.col-11,
@@ -1736,13 +1736,13 @@ code {
-ms-flex-align: center;
}
.navbar .navbar-brand {
- font-size: 1.6rem;
+ font-size: 16px;
font-weight: 500;
text-decoration: none;
}
.panel {
- border: .1rem solid #f0f1f4;
- border-radius: .2rem;
+ border: 1px solid #f0f1f4;
+ border-radius: 2px;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
@@ -1755,7 +1755,7 @@ code {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
- padding: 1.5rem;
+ padding: 15px;
}
.panel .panel-nav {
-webkit-flex: 0 0 auto;
@@ -1767,33 +1767,33 @@ code {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
overflow-y: auto;
- padding: 0 1.5rem;
+ padding: 0 15px;
}
.panel .panel-title {
- font-size: 2rem;
+ font-size: 16px;
}
.panel .panel-subtitle {
color: #acb3c2;
}
.empty {
background: #f8f9fa;
- border-radius: .2rem;
+ border-radius: 2px;
color: #727e96;
- padding: 4rem;
+ padding: 40px;
text-align: center;
}
.empty .empty-icon {
- margin-bottom: 1.5rem;
+ margin-bottom: 15px;
}
.empty .empty-title,
.empty .empty-subtitle {
- margin: 1rem auto;
+ margin: 10px auto;
}
.empty .empty-subtitle {
color: #acb3c2;
}
.empty .empty-action {
- margin-top: 1.5rem;
+ margin-top: 15px;
}
.accordion .accordion-item input:checked ~ .accordion-header .icon {
-webkit-transform: rotate(90deg);
@@ -1802,18 +1802,18 @@ code {
transition: all .25s ease;
}
.accordion .accordion-item input:checked ~ .accordion-body {
- max-height: 100rem;
+ max-height: 1000px;
transition: max-height 3s ease;
}
.accordion .accordion-item .accordion-header {
display: block;
- padding: 1rem;
+ padding: 10px;
}
.accordion .accordion-item .accordion-header .icon {
transition: all .25s ease;
}
.accordion .accordion-item .accordion-body {
- margin-bottom: 1rem;
+ margin-bottom: 10px;
max-height: 0;
overflow: hidden;
transition: max-height .3s ease;
@@ -1832,12 +1832,12 @@ code {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: auto;
- min-height: 3.2rem;
- padding: .1rem 0 0 .1rem;
+ min-height: 32px;
+ padding: 1px 0 0 1px;
}
.form-autocomplete .form-autocomplete-input.is-focused {
border-color: #5764c6;
- box-shadow: 0 0 0 .2rem rgba(69, 77, 93, .1);
+ box-shadow: 0 0 0 2px rgba(69, 77, 93, .1);
}
.form-autocomplete .form-autocomplete-input .form-input {
border-color: transparent;
@@ -1846,8 +1846,8 @@ code {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
- height: 2.8rem;
- line-height: 1.6rem;
+ height: 28px;
+ line-height: 16px;
width: auto;
}
.form-autocomplete mark {
@@ -1865,34 +1865,34 @@ code {
border-radius: 50%;
color: rgba(255, 255, 255, .85);
display: inline-block;
- font-size: 1.4rem;
+ font-size: 14.54545455px;
font-weight: 300;
- height: 3.2rem;
+ height: 32px;
line-height: 1;
margin: 0;
position: relative;
vertical-align: middle;
- width: 3.2rem;
+ width: 32px;
}
.avatar.avatar-xs {
- font-size: .8rem;
- height: 1.6rem;
- width: 1.6rem;
+ font-size: 7.27272727px;
+ height: 16px;
+ width: 16px;
}
.avatar.avatar-sm {
- font-size: 1rem;
- height: 2.4rem;
- width: 2.4rem;
+ font-size: 10.90909091px;
+ height: 24px;
+ width: 24px;
}
.avatar.avatar-lg {
- font-size: 2rem;
- height: 4.8rem;
- width: 4.8rem;
+ font-size: 21.81818182px;
+ height: 48px;
+ width: 48px;
}
.avatar.avatar-xl {
- font-size: 2.6rem;
- height: 6.4rem;
- width: 6.4rem;
+ font-size: 29.09090909px;
+ height: 64px;
+ width: 64px;
}
.avatar img {
border-radius: 50%;
@@ -1905,7 +1905,7 @@ code {
background: #fff;
bottom: 14.64%;
height: 50%;
- padding: .2rem;
+ padding: 2px;
position: absolute;
right: 14.64%;
-webkit-transform: translate(50%, 50%);
@@ -1932,30 +1932,30 @@ code {
.badge:not([data-badge])::after {
background: #5764c6;
background-clip: padding-box;
- border-radius: 1rem;
- box-shadow: 0 0 0 .2rem #fff;
+ border-radius: 10px;
+ box-shadow: 0 0 0 2px #fff;
color: #fff;
content: attr(data-badge);
display: inline-block;
- -webkit-transform: translate(-.2rem, -1rem);
- -ms-transform: translate(-.2rem, -1rem);
- transform: translate(-.2rem, -1rem);
+ -webkit-transform: translate(-2px, -10px);
+ -ms-transform: translate(-2px, -10px);
+ transform: translate(-2px, -10px);
}
.badge[data-badge]::after {
- font-size: 1.2rem;
- height: 1.8rem;
+ font-size: 12px;
+ height: 18px;
line-height: 1;
- min-width: 1.8rem;
- padding: .3rem .5rem;
+ min-width: 18px;
+ padding: 3px 5px;
text-align: center;
white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
- height: .6rem;
- min-width: .6rem;
+ height: 6px;
+ min-width: 6px;
padding: 0;
- width: .6rem;
+ width: 6px;
}
.badge.btn::after {
position: absolute;
@@ -1976,25 +1976,25 @@ code {
}
.badge.avatar-xs::after {
content: "";
- height: .8rem;
- min-width: .8rem;
+ height: 8px;
+ min-width: 8px;
padding: 0;
- width: .8rem;
+ width: 8px;
}
.bar {
background: #f0f1f4;
- border-radius: .2rem;
+ border-radius: 2px;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
- height: 1.6rem;
+ height: 16px;
width: 100%;
}
.bar.bar-sm {
- height: .4rem;
+ height: 4px;
}
.bar .bar-item {
background: #5764c6;
@@ -2003,28 +2003,27 @@ code {
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
- font-size: 1.2rem;
+ font-size: 12px;
height: 100%;
- line-height: 1;
- padding: .2rem 0;
+ line-height: 16px;
position: relative;
text-align: center;
width: 0;
}
.bar .bar-item:first-child {
- border-bottom-left-radius: .2rem;
- border-top-left-radius: .2rem;
+ border-bottom-left-radius: 2px;
+ border-top-left-radius: 2px;
}
.bar .bar-item:last-child {
- border-bottom-right-radius: .2rem;
- border-top-right-radius: .2rem;
+ border-bottom-right-radius: 2px;
+ border-top-right-radius: 2px;
-ms-flex-negative: 1;
-webkit-flex-shrink: 1;
flex-shrink: 1;
}
.bar-slider {
- height: .2rem;
- margin: 1rem 0;
+ height: 2px;
+ margin: 10px 0;
position: relative;
}
.bar-slider .bar-item {
@@ -2040,7 +2039,7 @@ code {
background: #5764c6;
border: 0;
border-radius: 50%;
- height: 1.2rem;
+ height: 12px;
padding: 0;
position: absolute;
right: 0;
@@ -2048,44 +2047,44 @@ code {
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
- width: 1.2rem;
+ width: 12px;
}
.bar-slider .bar-slider-btn:active {
- box-shadow: 0 0 0 .2rem #5764c6;
+ box-shadow: 0 0 0 2px #5764c6;
}
.card {
background: #fff;
- border: .1rem solid #f0f1f4;
- border-radius: .2rem;
+ border: 1px solid #f0f1f4;
+ border-radius: 2px;
display: block;
}
.card .card-header,
.card .card-body,
.card .card-footer {
- padding: 1.5rem;
+ padding: 15px;
padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
- padding-bottom: 1.5rem;
+ padding-bottom: 15px;
}
.card .card-image {
- padding-top: 1.5rem;
+ padding-top: 15px;
}
.card .card-image:first-child {
padding-top: 0;
}
.card .card-image:first-child img {
- border-top-left-radius: .2rem;
- border-top-right-radius: .2rem;
+ border-top-left-radius: 2px;
+ border-top-right-radius: 2px;
}
.card .card-image:last-child img {
- border-bottom-left-radius: .2rem;
- border-bottom-right-radius: .2rem;
+ border-bottom-left-radius: 2px;
+ border-bottom-right-radius: 2px;
}
.card .card-title {
- font-size: 2rem;
+ font-size: 20px;
}
.card .card-subtitle {
color: #acb3c2;
@@ -2094,16 +2093,16 @@ code {
-webkit-align-items: center;
align-items: center;
background: #f0f1f4;
- border-radius: .2rem;
+ border-radius: 2px;
color: #727e96;
display: -ms-inline-flexbox;
display: inline-flex;
display: -webkit-inline-flex;
-ms-flex-align: center;
- height: 2.8rem;
- margin: 0 .1rem .1rem 0;
+ height: 28px;
+ margin: 0 1px 1px 0;
max-width: 100%;
- padding: .1rem .8rem;
+ padding: 1px 8px;
text-decoration: none;
vertical-align: middle;
}
@@ -2112,8 +2111,8 @@ code {
color: #fff;
}
.chip .avatar {
- margin-left: -.4rem;
- margin-right: .4rem;
+ margin-left: -4px;
+ margin-right: 4px;
}
.dropdown {
display: inline-block;
@@ -2139,20 +2138,20 @@ code {
display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
- border-bottom-right-radius: .2rem;
- border-top-right-radius: .2rem;
+ border-bottom-right-radius: 2px;
+ border-top-right-radius: 2px;
}
.menu {
background: #fff;
- border-radius: .2rem;
- box-shadow: 0 .1rem .4rem rgba(69, 77, 93, .3);
+ border-radius: 2px;
+ box-shadow: 0 1px 4px rgba(69, 77, 93, .3);
list-style: none;
margin: 0;
- min-width: 18rem;
- padding: 1rem;
- -webkit-transform: translateY(.5rem);
- -ms-transform: translateY(.5rem);
- transform: translateY(.5rem);
+ min-width: 180px;
+ padding: 10px;
+ -webkit-transform: translateY(5px);
+ -ms-transform: translateY(5px);
+ transform: translateY(5px);
z-index: 100;
}
.menu.menu-nav {
@@ -2160,7 +2159,7 @@ code {
}
.menu .menu-item {
margin-top: 0;
- padding: 0 .8rem;
+ padding: 0 8px;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
@@ -2168,11 +2167,11 @@ code {
user-select: none;
}
.menu .menu-item > a {
- border-radius: .2rem;
+ border-radius: 2px;
color: inherit;
display: block;
- margin: 0 -.8rem;
- padding: .6rem .8rem;
+ margin: 0 -8px;
+ padding: 6px 8px;
text-decoration: none;
}
.menu .menu-item > a:focus,
@@ -2186,10 +2185,10 @@ code {
}
.menu .menu-badge {
float: right;
- padding: .6rem 0;
+ padding: 6px 0;
}
.menu .menu-badge .btn {
- margin-top: -.2rem;
+ margin-top: -2px;
}
.modal {
-webkit-align-items: center;
@@ -2203,7 +2202,7 @@ code {
left: 0;
opacity: 0;
overflow: hidden;
- padding: 1rem;
+ padding: 10px;
position: fixed;
right: 0;
top: 0;
@@ -2231,35 +2230,35 @@ code {
.modal.active .modal-container {
-webkit-animation: slide-down .2s ease 1;
animation: slide-down .2s ease 1;
- max-width: 64rem;
+ max-width: 640px;
z-index: 1;
}
.modal.modal-sm .modal-container {
- max-width: 32rem;
+ max-width: 320px;
}
.modal-container {
background: #fff;
- border-radius: .2rem;
- box-shadow: 0 .4rem 1rem rgba(69, 77, 93, .3);
+ 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: 1.5rem;
+ padding: 15px;
}
.modal-container .modal-header .modal-title {
- font-size: 1.6rem;
+ font-size: 16px;
margin: 0;
}
.modal-container .modal-body {
max-height: 50vh;
overflow-y: auto;
- padding: 1.5rem;
+ padding: 15px;
position: relative;
}
.modal-container .modal-footer {
- padding: 1.5rem;
+ padding: 15px;
text-align: right;
}
.breadcrumb,
@@ -2267,19 +2266,19 @@ code {
.pagination,
.nav {
list-style: none;
- margin: .5rem 0;
+ margin: 4px 0;
}
.breadcrumb {
- padding: .4rem 0;
+ padding: 4px 0;
}
.breadcrumb .breadcrumb-item {
color: #727e96;
display: inline-block;
margin: 0;
- padding: .2rem 0;
+ padding: 4px 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
- margin-right: .4rem;
+ margin-right: 4px;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
color: #727e96;
@@ -2287,7 +2286,7 @@ code {
.breadcrumb .breadcrumb-item:not(:first-child)::before {
color: #e7e9ed;
content: "/";
- padding-right: .4rem;
+ padding-right: 4px;
}
.tab {
-webkit-align-items: center;
@@ -2310,11 +2309,11 @@ code {
text-align: right;
}
.tab .tab-item a {
- border-bottom: .2rem solid transparent;
+ border-bottom: 2px solid transparent;
color: inherit;
display: block;
margin-top: 0;
- padding: .6rem 1.2rem .4rem 1.2rem;
+ padding: 6px 12px 4px 12px;
text-decoration: none;
}
.tab .tab-item a:focus,
@@ -2334,14 +2333,14 @@ code {
}
.tab.tab-block .tab-item .badge[data-badge]::after {
position: absolute;
- right: -.4rem;
- top: -.4rem;
+ 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: .2rem;
+ padding-right: 2px;
}
.pagination {
display: flex;
@@ -2349,17 +2348,17 @@ code {
display: -webkit-flex;
}
.pagination .page-item {
- margin: 1rem .1rem;
+ margin: 10px 1px;
}
.pagination .page-item span {
display: inline-block;
- padding: .6rem .4rem;
+ padding: 6px 4px;
}
.pagination .page-item a {
- border-radius: .2rem;
+ border-radius: 2px;
color: #727e96;
display: inline-block;
- padding: .6rem .8rem;
+ padding: 6px 8px;
text-decoration: none;
}
.pagination .page-item a:focus,
@@ -2402,7 +2401,7 @@ code {
}
.nav .nav-item a {
color: #727e96;
- padding: .6rem .8rem;
+ padding: 4px 8px;
text-decoration: none;
}
.nav .nav-item a:focus,
@@ -2418,8 +2417,8 @@ code {
color: #5764c6;
}
.nav .nav {
- margin-bottom: 1rem;
- margin-left: 2rem;
+ margin-bottom: 8px;
+ margin-left: 16px;
}
.popover {
display: inline-block;
@@ -2429,7 +2428,7 @@ code {
content: attr(data-tooltip);
left: 50%;
opacity: 0;
- padding: 1rem;
+ padding: 10px;
position: absolute;
top: 0;
-webkit-transform: translate(-50%, -50%) scale(0);
@@ -2438,7 +2437,7 @@ code {
transition: transform .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
- width: 32rem;
+ width: 320px;
z-index: 400;
}
.popover :focus + .popover-container,
@@ -2485,7 +2484,7 @@ code {
}
.popover .card {
border: 0;
- box-shadow: 0 .4rem 1rem rgba(69, 77, 93, .3);
+ box-shadow: 0 4px 10px rgba(69, 77, 93, .3);
}
.step {
display: flex;
@@ -2495,7 +2494,7 @@ code {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
list-style: none;
- margin: .5rem 0;
+ margin: 4px 0;
width: 100%;
}
.step .step-item {
@@ -2503,44 +2502,44 @@ code {
-ms-flex: 1 1 0;
flex: 1 1 0;
margin-top: 0;
- min-height: 2rem;
+ min-height: 20px;
position: relative;
text-align: center;
}
.step .step-item:not(:first-child)::before {
background: #5764c6;
content: "";
- height: .2rem;
+ height: 2px;
left: -50%;
position: absolute;
- top: .9rem;
+ top: 9px;
width: 100%;
}
.step .step-item a {
color: #acb3c2;
display: inline-block;
- padding: 2rem 1rem 0;
+ padding: 20px 10px 0;
text-decoration: none;
}
.step .step-item a::before {
background: #5764c6;
- border: .2rem solid #fff;
+ border: 2px solid #fff;
border-radius: 50%;
content: "";
display: block;
- height: 1.2rem;
+ height: 12px;
left: 50%;
position: absolute;
- top: .4rem;
+ top: 4px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
- width: 1.2rem;
+ width: 12px;
z-index: 1;
}
.step .step-item.active a::before {
background: #fff;
- border: .2rem solid #5764c6;
+ border: 2px solid #5764c6;
}
.step .step-item.active ~ .step-item::before {
background: #f0f1f4;
@@ -2571,17 +2570,17 @@ code {
flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
- padding-left: 1rem;
+ padding-left: 8px;
}
.tile .tile-content:not(:last-child) {
- padding-right: 1rem;
+ padding-right: 8px;
}
.tile .tile-title {
- line-height: 2rem;
+ line-height: 20px;
}
.tile .tile-subtitle {
color: #acb3c2;
- line-height: 2rem;
+ line-height: 20px;
}
.tile.tile-centered {
-webkit-align-items: center;
@@ -2600,12 +2599,12 @@ code {
}
.toast {
background: rgba(69, 77, 93, .9);
- border: .1rem solid #454d5d;
+ border: 1px solid #454d5d;
border-color: #454d5d;
- border-radius: .2rem;
+ border-radius: 2px;
color: #fff;
display: block;
- padding: 1rem;
+ padding: 10px;
width: 100%;
}
.toast.toast-primary {
@@ -2635,30 +2634,30 @@ code {
opacity: .75;
}
.toast .btn-clear {
- margin: .2rem -.2rem .2rem .4rem;
+ margin: 2px -2px 2px 4px;
}
.tooltip {
position: relative;
}
.tooltip::after {
background: rgba(69, 77, 93, .9);
- border-radius: .2rem;
+ border-radius: 2px;
bottom: 100%;
color: #fff;
content: attr(data-tooltip);
display: block;
- font-size: 1.2rem;
+ font-size: 12px;
left: 50%;
- max-width: 32rem;
+ max-width: 320px;
opacity: 0;
overflow: hidden;
- padding: .4rem .8rem;
+ padding: 4px 8px;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
- -webkit-transform: translate(-50%, 1rem);
- -ms-transform: translate(-50%, 1rem);
- transform: translate(-50%, 1rem);
+ -webkit-transform: translate(-50%, 8px);
+ -ms-transform: translate(-50%, 8px);
+ transform: translate(-50%, 8px);
transition: all .2s ease;
white-space: nowrap;
z-index: 200;
@@ -2666,9 +2665,9 @@ code {
.tooltip:focus::after,
.tooltip:hover::after {
opacity: 1;
- -webkit-transform: translate(-50%, -.5rem);
- -ms-transform: translate(-50%, -.5rem);
- transform: translate(-50%, -.5rem);
+ -webkit-transform: translate(-50%, -4px);
+ -ms-transform: translate(-50%, -4px);
+ transform: translate(-50%, -4px);
}
.tooltip[disabled],
.tooltip.disabled {
@@ -2677,42 +2676,42 @@ code {
.tooltip.tooltip-right::after {
bottom: 50%;
left: 100%;
- -webkit-transform: translate(-1rem, 50%);
- -ms-transform: translate(-1rem, 50%);
- transform: translate(-1rem, 50%);
+ -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(.5rem, 50%);
- -ms-transform: translate(.5rem, 50%);
- transform: translate(.5rem, 50%);
+ -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%, -1rem);
- -ms-transform: translate(-50%, -1rem);
- transform: translate(-50%, -1rem);
+ -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%, .5rem);
- -ms-transform: translate(-50%, .5rem);
- transform: translate(-50%, .5rem);
+ -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(1rem, 50%);
- -ms-transform: translate(1rem, 50%);
- transform: translate(1rem, 50%);
+ -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(-.5rem, 50%);
- -ms-transform: translate(-.5rem, 50%);
- transform: translate(-.5rem, 50%);
+ -webkit-transform: translate(-4px, 50%);
+ -ms-transform: translate(-4px, 50%);
+ transform: translate(-4px, 50%);
}
@-webkit-keyframes loading {
0% {
@@ -2737,8 +2736,8 @@ code {
@-webkit-keyframes slide-down {
0% {
opacity: 0;
- -webkit-transform: translateY(-3rem);
- transform: translateY(-3rem);
+ -webkit-transform: translateY(-32px);
+ transform: translateY(-32px);
}
100% {
opacity: 1;
@@ -2749,8 +2748,8 @@ code {
@keyframes slide-down {
0% {
opacity: 0;
- -webkit-transform: translateY(-3rem);
- transform: translateY(-3rem);
+ -webkit-transform: translateY(-32px);
+ transform: translateY(-32px);
}
100% {
opacity: 1;
@@ -2867,12 +2866,12 @@ a.text-error:hover {
.text-assistive {
border: 0;
clip: rect(0, 0, 0, 0);
- height: .1rem;
- margin: -.1rem;
+ height: 1px;
+ margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
- width: .1rem;
+ width: 1px;
}
.hand {
cursor: pointer;
@@ -2888,36 +2887,36 @@ a.text-error:hover {
color: #e7e9ed;
content: attr(data-content);
display: inline-block;
- font-size: 1.2rem;
- padding: 0 .8rem;
- -webkit-transform: translateY(-1.1rem);
- -ms-transform: translateY(-1.1rem);
- transform: translateY(-1.1rem);
+ font-size: 12px;
+ padding: 0 8px;
+ -webkit-transform: translateY(-11px);
+ -ms-transform: translateY(-11px);
+ transform: translateY(-11px);
}
.divider {
- border-top: .1rem solid #f0f1f4;
- height: .1rem;
- margin: 1rem 0;
+ border-top: 1px solid #f0f1f4;
+ height: 1px;
+ margin: 10px 0;
}
.divider-vert {
display: block;
- padding: 1rem;
+ padding: 10px;
}
.divider-vert::before {
- border-left: .1rem solid #f0f1f4;
- bottom: 1rem;
+ border-left: 1px solid #f0f1f4;
+ bottom: 10px;
content: "";
display: block;
left: 50%;
position: absolute;
- top: 1rem;
+ top: 10px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.divider-vert[data-content]::after {
left: 50%;
- padding: .4rem 0;
+ padding: 4px 0;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
@@ -2926,26 +2925,26 @@ a.text-error:hover {
}
.loading {
color: transparent !important;
- min-height: 1.6rem;
+ min-height: 16px;
pointer-events: none;
position: relative;
}
.loading::after {
-webkit-animation: loading 500ms infinite linear;
animation: loading 500ms infinite linear;
- border: .2rem solid #5764c6;
- border-radius: .8rem;
+ border: 2px solid #5764c6;
+ border-radius: 8px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
- height: 1.6rem;
+ height: 16px;
left: 50%;
- margin-left: -.8rem;
- margin-top: -.8rem;
+ margin-left: -8px;
+ margin-top: -8px;
position: absolute;
top: 50%;
- width: 1.6rem;
+ width: 16px;
z-index: 1;
}
.clearfix::after,
@@ -2976,82 +2975,82 @@ a.text-error:hover {
margin-right: auto;
}
.mt-10 {
- margin-top: 1rem;
+ margin-top: 10px;
}
.mr-10 {
- margin-right: 1rem;
+ margin-right: 10px;
}
.mb-10 {
- margin-bottom: 1rem;
+ margin-bottom: 10px;
}
.ml-10 {
- margin-left: 1rem;
+ margin-left: 10px;
}
.m-10 {
- margin: 1rem;
+ margin: 10px;
}
.mt-5 {
- margin-top: .5rem;
+ margin-top: 5px;
}
.mr-5 {
- margin-right: .5rem;
+ margin-right: 5px;
}
.mb-5 {
- margin-bottom: .5rem;
+ margin-bottom: 5px;
}
.ml-5 {
- margin-left: .5rem;
+ margin-left: 5px;
}
.m-5 {
- margin: .5rem;
+ margin: 5px;
}
.pt-10 {
- padding-top: 1rem;
+ padding-top: 10px;
}
.pr-10 {
- padding-right: 1rem;
+ padding-right: 10px;
}
.pb-10 {
- padding-bottom: 1rem;
+ padding-bottom: 10px;
}
.pl-10 {
- padding-left: 1rem;
+ padding-left: 10px;
}
.p-10 {
- padding: 1rem;
+ padding: 10px;
}
.pt-5 {
- padding-top: .5rem;
+ padding-top: 5px;
}
.pr-5 {
- padding-right: .5rem;
+ padding-right: 5px;
}
.pb-5 {
- padding-bottom: .5rem;
+ padding-bottom: 5px;
}
.pl-5 {
- padding-left: .5rem;
+ padding-left: 5px;
}
.p-5 {
- padding: .5rem;
+ padding: 5px;
}
.shadow-0 {
- box-shadow: 0 0 .2rem rgba(69, 77, 93, .3);
+ box-shadow: 0 0 2px rgba(69, 77, 93, .3);
}
.shadow-1 {
- box-shadow: 0 .1rem .4rem rgba(69, 77, 93, .3);
+ box-shadow: 0 1px 4px rgba(69, 77, 93, .3);
}
.shadow-2 {
- box-shadow: 0 .2rem .6rem rgba(69, 77, 93, .3);
+ box-shadow: 0 2px 6px rgba(69, 77, 93, .3);
}
.shadow-3 {
- box-shadow: 0 .3rem .8rem rgba(69, 77, 93, .3);
+ box-shadow: 0 3px 8px rgba(69, 77, 93, .3);
}
.shadow-4 {
- box-shadow: 0 .4rem 1rem rgba(69, 77, 93, .3);
+ box-shadow: 0 4px 10px rgba(69, 77, 93, .3);
}
.rounded {
- border-radius: .2rem;
+ border-radius: 2px;
}
.circle {
border-radius: 50%;
diff --git a/docs/dist/spectre.min.css b/docs/dist/spectre.min.css
index ce60daa..4aafd37 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:1.4rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#5764c6;outline:0;text-decoration:none}a:focus{box-shadow:0 0 0 .2rem rgba(69,77,93,.1)}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:1.5rem;margin-top:0}h1{font-size:5rem}h2{font-size:4rem}h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}p{line-height:2.4rem;margin:0 0 1rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{border-bottom:.1rem dotted;cursor:help;text-decoration:none}kbd{background:#454d5d;border-radius:.2rem;color:#fff;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}mark{background:#ffe9b3;border-radius:.2rem;color:#454d5d;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}blockquote{border-left:.2rem solid #f0f1f4;margin-left:0;padding:1rem 2rem}blockquote p:last-child{margin-bottom:0}blockquote cite{color:#acb3c2}ol,ul{margin:2rem 0 2rem 2rem;padding:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 2rem}ol li,ul li{margin-top:1rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.5rem 0 1.5rem 0}: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:.1rem solid;text-decoration:none}.cjk del+del,.cjk del+s,.cjk ins+ins,.cjk ins+u,.cjk s+del,.cjk s+s,.cjk u+ins,.cjk u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u{margin-left:.125em}.table{border-collapse:collapse;border-spacing:0;text-align:left;width:100%}.table.table-striped tbody tr:nth-of-type(odd){background:#f8f9fa}.table.table-hover tbody tr:hover{background:#f0f1f4}.table tbody tr.active,.table.table-striped tbody tr.active{background:#f0f1f4}.table td,.table th{border-bottom:.1rem solid #f0f1f4;padding:1.5rem 1rem}.table th{border-bottom-color:#727e96}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:.1rem solid #5764c6;border-radius:.2rem;color:#5764c6;cursor:pointer;display:inline-block;font-size:1.4rem;height:3.2rem;line-height:2rem;outline:0;padding:.5rem .8rem;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{background:#eff1fa;box-shadow:0 0 0 .2rem rgba(69,77,93,.1);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:1.2rem;height:2.4rem;padding:.1rem .8rem}.btn.btn-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{padding-left:0;padding-right:0;width:3.2rem}.btn.btn-action.btn-sm{width:2.4rem}.btn.btn-action.btn-lg{width:4rem}.btn.btn-clear{background:0 0;border:0;color:currentColor;height:1.6rem;line-height:1.6rem;margin-left:.4rem;margin-right:-.2rem;opacity:.45;padding:0 .2rem;text-decoration:none;width:1.6rem}.btn.btn-clear:hover{opacity:.85}.btn.btn-clear::before{content:"\2715"}.btn-group{display:inline-flex;display:-ms-inline-flexbox;display:-webkit-inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-group .btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.1rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.1rem}.btn-group .btn.active,.btn-group .btn:active,.btn-group .btn:focus,.btn-group .btn:hover{z-index:1}.btn-group.btn-group-block{display:flex;display:-ms-flexbox;display:-webkit-flex}.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:1rem}.form-label{display:block;padding:.6rem 0}.form-label.label-sm{padding:.2rem 0}.form-label.label-lg{padding:1rem 0}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.1rem solid #c4c9d3;border-radius:.2rem;color:#454d5d;display:block;font-size:1.4rem;height:3.2rem;line-height:2rem;max-width:100%;outline:0;padding:.5rem .8rem;position:relative;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(69,77,93,.1)}.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:1.2rem;height:2.4rem;padding:.1rem .8rem}.form-input.input-lg{font-size:1.6rem;height:4rem;padding:.9rem .8rem}.form-input.input-inline{display:inline-block;vertical-align:middle;width:auto}textarea.form-input{height:auto}.form-input[type=file]{height:auto}.form-input-hint{color:#acb3c2;margin-top:.4rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#e85600}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.1rem solid #c4c9d3;border-radius:.2rem;color:inherit;font-size:1.4rem;line-height:2rem;outline:0;padding:.5rem .8rem;vertical-align:middle;width:100%}.form-select[multiple] option{padding:.2rem .4rem}.form-select:not([multiple]){background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/.8rem 1rem;height:3.2rem;padding-right:2.4rem}.form-select:focus{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(69,77,93,.1)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:1.2rem;height:2.4rem;padding:.1rem 2rem .1rem .6rem}.form-select.select-lg{font-size:1.6rem;height:4rem;padding:.9rem 2.4rem .9rem .8rem}.form-input.is-success,.form-select.is-success,.has-success .form-input,.has-success .form-select{border-color:#32b643}.form-input.is-success:focus,.form-select.is-success:focus,.has-success .form-input:focus,.has-success .form-select:focus{box-shadow:0 0 0 .2rem rgba(50,182,67,.1)}.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 .2rem rgba(232,86,0,.1)}.form-input:not(:placeholder-shown):invalid{border-color:#e85600}.form-input:not(:placeholder-shown):invalid:focus{box-shadow:0 0 0 .2rem rgba(232,86,0,.1)}.form-input:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{margin:0 .8rem;min-width:1.4rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.has-icon-left .form-icon{left:0}.has-icon-left .form-input{padding-left:3rem}.has-icon-right .form-icon{right:0}.has-icon-right .form-input{padding-right:3rem}.form-checkbox,.form-radio,.form-switch{display:inline-block;line-height:2rem;position:relative}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:.1rem;margin:-.1rem;overflow:hidden;position:absolute;width:.1rem}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(69,77,93,.1)}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{border:.1rem solid #c4c9d3;cursor:pointer;display:inline-block;position:absolute;transition:all .2s ease}.form-checkbox,.form-radio{padding:.2rem 2rem}.form-checkbox .form-icon,.form-radio .form-icon{background:#fff;height:1.4rem;left:0;top:.5rem;width:1.4rem}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#f0f1f4}.form-checkbox .form-icon{border-radius:.2rem}.form-checkbox input:checked+.form-icon::before{background-clip:padding-box;border:.2rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:1rem;left:50%;margin-left:-.3rem;margin-top:-.6rem;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.6rem}.form-checkbox input:indeterminate+.form-icon{background:#5764c6;border-color:#5764c6}.form-checkbox input:indeterminate+.form-icon::before{background:#fff;content:"";height:.2rem;left:50%;margin-left:-.5rem;margin-top:-.1rem;position:absolute;top:50%;width:1rem}.form-radio .form-icon{border-radius:.7rem}.form-radio input:checked+.form-icon::before{background:#fff;border-radius:.2rem;content:"";height:.4rem;left:50%;margin-left:-.2rem;margin-top:-.2rem;position:absolute;top:50%;width:.4rem}.form-switch{padding:.2rem 2rem .2rem 3.6rem}.form-switch .form-icon{background:#e7e9ed;background-clip:padding-box;border-radius:.9rem;height:1.8rem;left:0;top:.3rem;width:3rem}.form-switch .form-icon::before{background:#fff;border-radius:.8rem;content:"";display:block;height:1.6rem;left:0;position:absolute;top:0;transition:all .2s ease;width:1.6rem}.form-switch input:checked+.form-icon::before{left:1.2rem}.form-switch input:active+.form-icon::before{background:#f8f9fa}.input-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.input-group .input-group-addon{background:#f8f9fa;border:.1rem solid #c4c9d3;border-radius:.2rem;line-height:2rem;padding:.5rem .8rem}.input-group .input-group-addon.addon-sm{font-size:1.2rem;padding:.1rem .8rem}.input-group .input-group-addon.addon-lg{font-size:1.6rem;padding:.9rem .8rem}.input-group .input-group-addon,.input-group .input-group-btn{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.input-group .form-input:first-child:not(:last-child),.input-group .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:-.1rem}.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:-.1rem}.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.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:1rem}.form-horizontal .form-group{display:flex;display:-ms-flexbox;display:-webkit-flex}.form-horizontal .form-checkbox,.form-horizontal .form-radio,.form-horizontal .form-switch{margin:.4rem 0}.label{background:#f8f9fa;border-radius:.2rem;color:#50596c;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.label.label-primary{background:#5764c6;color:#fff}.label.label-success{background:#32b643;color:#fff}.label.label-warning{background:#ffb700;color:#fff}.label.label-error{background:#e85600;color:#fff}code{background:#fdf4f4;border-radius:.2rem;color:#e06870;display:inline-block;line-height:1;padding:.3rem .4rem;vertical-align:baseline}.code{border-radius:.2rem;color:#454d5d;line-height:2rem;position:relative}.code::before{color:#acb3c2;content:attr(data-lang);font-size:1.2rem;position:absolute;right:1rem;top:.2rem}.code code{background:#f8f9fa;color:inherit;display:block;line-height:inherit;overflow-x:auto;padding:2rem;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 1rem 0}.figure .figure-caption{color:#727e96;margin-top:1rem}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}.container.grid-1280{max-width:130rem}.container.grid-960{max-width:98rem}.container.grid-480{max-width:50rem}.columns{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.columns.col-gapless{margin-left:0;margin-right:0}.columns.col-gapless .column{padding-left:0;padding-right:0}.columns.col-oneline{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.column{-webkit-flex:1;-ms-flex:1;flex:1;max-width:100%;padding:1rem}.column.col-1,.column.col-10,.column.col-11,.column.col-12,.column.col-2,.column.col-3,.column.col-4,.column.col-5,.column.col-6,.column.col-7,.column.col-8,.column.col-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}@media screen and (max-width:1280px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}}@media screen and (max-width:960px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}@media screen and (max-width:840px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}@media screen and (max-width:600px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}@media screen and (max-width:480px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{-webkit-flex:none;-ms-flex:none;flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}}.show-lg,.show-md,.show-sm,.show-xl,.show-xs{display:none!important}@media screen and (max-width:480px){.hide-xs{display:none!important}.show-xs{display:block!important}}@media screen and (max-width:600px){.hide-sm{display:none!important}.show-sm{display:block!important}}@media screen and (max-width:840px){.hide-md{display:none!important}.show-md{display:block!important}}@media screen and (max-width:960px){.hide-lg{display:none!important}.show-lg{display:block!important}}@media screen and (max-width:1280px){.hide-xl{display:none!important}.show-xl{display:block!important}}.navbar{-webkit-align-items:stretch;align-items:stretch;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:stretch;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.navbar .navbar-section{-webkit-align-items:center;align-items:center;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-ms-flex-align:center}.navbar .navbar-section:last-child{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.navbar .navbar-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:1.6rem;font-weight:500;text-decoration:none}.panel{border:.1rem solid #f0f1f4;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.panel .panel-footer,.panel .panel-header{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:1.5rem}.panel .panel-nav{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.panel .panel-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;padding:0 1.5rem}.panel .panel-title{font-size:2rem}.panel .panel-subtitle{color:#acb3c2}.empty{background:#f8f9fa;border-radius:.2rem;color:#727e96;padding:4rem;text-align:center}.empty .empty-icon{margin-bottom:1.5rem}.empty .empty-subtitle,.empty .empty-title{margin:1rem auto}.empty .empty-subtitle{color:#acb3c2}.empty .empty-action{margin-top:1.5rem}.accordion .accordion-item input:checked~.accordion-header .icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);transition:all .25s ease}.accordion .accordion-item input:checked~.accordion-body{max-height:100rem;transition:max-height 3s ease}.accordion .accordion-item .accordion-header{display:block;padding:1rem}.accordion .accordion-item .accordion-header .icon{transition:all .25s ease}.accordion .accordion-item .accordion-body{margin-bottom:1rem;max-height:0;overflow:hidden;transition:max-height .3s 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:3.2rem;padding:.1rem 0 0 .1rem}.form-autocomplete .form-autocomplete-input.is-focused{border-color:#5764c6;box-shadow:0 0 0 .2rem rgba(69,77,93,.1)}.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:2.8rem;line-height:1.6rem;width:auto}.form-autocomplete mark{font-size:1;padding:.1em 0}.form-autocomplete .menu{left:0;position:absolute;top:100%;width:100%}.avatar{background:#5764c6;border-radius:50%;color:rgba(255,255,255,.85);display:inline-block;font-size:1.4rem;font-weight:300;height:3.2rem;line-height:1;margin:0;position:relative;vertical-align:middle;width:3.2rem}.avatar.avatar-xs{font-size:.8rem;height:1.6rem;width:1.6rem}.avatar.avatar-sm{font-size:1rem;height:2.4rem;width:2.4rem}.avatar.avatar-lg{font-size:2rem;height:4.8rem;width:4.8rem}.avatar.avatar-xl{font-size:2.6rem;height:6.4rem;width:6.4rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:100}.avatar .avatar-icon{background:#fff;bottom:14.64%;height:50%;padding:.2rem;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:1rem;box-shadow:0 0 0 .2rem #fff;color:#fff;content:attr(data-badge);display:inline-block;-webkit-transform:translate(-.2rem,-1rem);-ms-transform:translate(-.2rem,-1rem);transform:translate(-.2rem,-1rem)}.badge[data-badge]::after{font-size:1.2rem;height:1.8rem;line-height:1;min-width:1.8rem;padding:.3rem .5rem;text-align:center;white-space:nowrap}.badge:not([data-badge])::after,.badge[data-badge=""]::after{height:.6rem;min-width:.6rem;padding:0;width:.6rem}.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:.8rem;min-width:.8rem;padding:0;width:.8rem}.bar{background:#f0f1f4;border-radius:.2rem;display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:1.6rem;width:100%}.bar.bar-sm{height:.4rem}.bar .bar-item{background:#5764c6;color:#fff;display:block;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;font-size:1.2rem;height:100%;line-height:1;padding:.2rem 0;position:relative;text-align:center;width:0}.bar .bar-item:first-child{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bar .bar-item:last-child{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1}.bar-slider{height:.2rem;margin:1rem 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:1.2rem;padding:0;position:absolute;right:0;top:50%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);width:1.2rem}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 .2rem #5764c6}.card{background:#fff;border:.1rem solid #f0f1f4;border-radius:.2rem;display:block}.card .card-body,.card .card-footer,.card .card-header{padding:1.5rem;padding-bottom:0}.card .card-body:last-child,.card .card-footer:last-child,.card .card-header:last-child{padding-bottom:1.5rem}.card .card-image{padding-top:1.5rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.2rem;border-top-right-radius:.2rem}.card .card-image:last-child img{border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}.card .card-title{font-size:2rem}.card .card-subtitle{color:#acb3c2}.chip{-webkit-align-items:center;align-items:center;background:#f0f1f4;border-radius:.2rem;color:#727e96;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-inline-flex;-ms-flex-align:center;height:2.8rem;margin:0 .1rem .1rem 0;max-width:100%;padding:.1rem .8rem;text-decoration:none;vertical-align:middle}.chip.active{background:#5764c6;color:#fff}.chip .avatar{margin-left:-.4rem;margin-right:.4rem}.dropdown{display:inline-block;position:relative}.dropdown .menu{-webkit-animation:slide-down .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:.2rem;border-top-right-radius:.2rem}.menu{background:#fff;border-radius:.2rem;box-shadow:0 .1rem .4rem rgba(69,77,93,.3);list-style:none;margin:0;min-width:18rem;padding:1rem;-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem);z-index:100}.menu.menu-nav{box-shadow:none}.menu .menu-item{margin-top:0;padding:0 .8rem;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.menu .menu-item>a{border-radius:.2rem;color:inherit;display:block;margin:0 -.8rem;padding:.6rem .8rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#fbfbfe;color:#5764c6}.menu .menu-badge{float:right;padding:.6rem 0}.menu .menu-badge .btn{margin-top:-.2rem}.modal{-webkit-align-items:center;align-items:center;bottom:0;display:none;-ms-flex-align:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;left:0;opacity:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0}.modal.active,.modal:target{display:flex;display:-ms-flexbox;display:-webkit-flex;opacity:1;z-index:400}.modal.active .modal-overlay,.modal:target .modal-overlay{background:rgba(69,77,93,.5);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{-webkit-animation:slide-down .2s ease 1;animation:slide-down .2s ease 1;max-width:64rem;z-index:1}.modal.modal-sm .modal-container{max-width:32rem}.modal-container{background:#fff;border-radius:.2rem;box-shadow:0 .4rem 1rem rgba(69,77,93,.3);display:block;padding:0;text-align:left}.modal-container .modal-header{padding:1.5rem}.modal-container .modal-header .modal-title{font-size:1.6rem;margin:0}.modal-container .modal-body{max-height:50vh;overflow-y:auto;padding:1.5rem;position:relative}.modal-container .modal-footer{padding:1.5rem;text-align:right}.breadcrumb,.nav,.pagination,.tab{list-style:none;margin:.5rem 0}.breadcrumb{padding:.4rem 0}.breadcrumb .breadcrumb-item{color:#727e96;display:inline-block;margin:0;padding:.2rem 0}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:.4rem}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#727e96}.breadcrumb .breadcrumb-item:not(:first-child)::before{color:#e7e9ed;content:"/";padding-right:.4rem}.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:.2rem solid transparent;color:inherit;display:block;margin-top:0;padding:.6rem 1.2rem .4rem 1.2rem;text-decoration:none}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#5764c6}.tab .tab-item a.active,.tab .tab-item.active a{border-bottom-color:#5764c6;color:#5764c6}.tab.tab-block .tab-item{-webkit-flex:1 0 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:-.4rem;top:-.4rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.tab:not(.tab-block) .badge{padding-right:.2rem}.pagination{display:flex;display:-ms-flexbox;display:-webkit-flex}.pagination .page-item{margin:1rem .1rem}.pagination .page-item span{display:inline-block;padding:.6rem .4rem}.pagination .page-item a{border-radius:.2rem;color:#727e96;display:inline-block;padding:.6rem .8rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#5764c6}.pagination .page-item a.disabled,.pagination .page-item a[disabled]{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#5764c6;color:#fff}.pagination .page-item.page-next,.pagination .page-item.page-prev{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.nav{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.nav .nav-item a{color:#727e96;padding:.6rem .8rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#5764c6}.nav .nav-item.active>a{color:#5b657a;font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#5764c6}.nav .nav{margin-bottom:1rem;margin-left:2rem}.popover{display:inline-block;position:relative}.popover .popover-container{content:attr(data-tooltip);left:50%;opacity:0;padding:1rem;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:32rem;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 .4rem 1rem 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:.5rem 0;width:100%}.step .step-item{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;margin-top:0;min-height:2rem;position:relative;text-align:center}.step .step-item:not(:first-child)::before{background:#5764c6;content:"";height:.2rem;left:-50%;position:absolute;top:.9rem;width:100%}.step .step-item a{color:#acb3c2;display:inline-block;padding:2rem 1rem 0;text-decoration:none}.step .step-item a::before{background:#5764c6;border:.2rem solid #fff;border-radius:50%;content:"";display:block;height:1.2rem;left:50%;position:absolute;top:.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.2rem;z-index:1}.step .step-item.active a::before{background:#fff;border:.2rem solid #5764c6}.step .step-item.active~.step-item::before{background:#f0f1f4}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tile{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:start;-ms-flex-line-pack:justify}.tile .tile-action,.tile .tile-icon{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:1rem}.tile .tile-content:not(:last-child){padding-right:1rem}.tile .tile-title{line-height:2rem}.tile .tile-subtitle{color:#acb3c2;line-height:2rem}.tile.tile-centered{-webkit-align-items:center;align-items:center;-ms-flex-align:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-subtitle,.tile.tile-centered .tile-title{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast{background:rgba(69,77,93,.9);border:.1rem solid #454d5d;border-color:#454d5d;border-radius:.2rem;color:#fff;display:block;padding:1rem;width:100%}.toast.toast-primary{background:rgba(87,100,198,.9);border-color:#5764c6}.toast.toast-success{background:rgba(50,182,67,.9);border-color:#32b643}.toast.toast-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:.2rem -.2rem .2rem .4rem}.tooltip{position:relative}.tooltip::after{background:rgba(69,77,93,.9);border-radius:.2rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:1.2rem;left:50%;max-width:32rem;opacity:0;overflow:hidden;padding:.4rem .8rem;pointer-events:none;position:absolute;text-overflow:ellipsis;-webkit-transform:translate(-50%,1rem);-ms-transform:translate(-50%,1rem);transform:translate(-50%,1rem);transition:all .2s ease;white-space:nowrap;z-index:200}.tooltip:focus::after,.tooltip:hover::after{opacity:1;-webkit-transform:translate(-50%,-.5rem);-ms-transform:translate(-50%,-.5rem);transform:translate(-50%,-.5rem)}.tooltip.disabled,.tooltip[disabled]{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;-webkit-transform:translate(-1rem,50%);-ms-transform:translate(-1rem,50%);transform:translate(-1rem,50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{-webkit-transform:translate(.5rem,50%);-ms-transform:translate(.5rem,50%);transform:translate(.5rem,50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;-webkit-transform:translate(-50%,-1rem);-ms-transform:translate(-50%,-1rem);transform:translate(-50%,-1rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{-webkit-transform:translate(-50%,.5rem);-ms-transform:translate(-50%,.5rem);transform:translate(-50%,.5rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;-webkit-transform:translate(1rem,50%);-ms-transform:translate(1rem,50%);transform:translate(1rem,50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{-webkit-transform:translate(-.5rem,50%);-ms-transform:translate(-.5rem,50%);transform:translate(-.5rem,50%)}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.text-primary{color:#5764c6}a.text-primary:focus,a.text-primary:hover{color:#4452c0}.text-secondary{color:#eff1fa}a.text-secondary:focus,a.text-secondary:hover{color:#dcdff3}.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:.1rem;margin:-.1rem;overflow:hidden;padding:0;position:absolute;width:.1rem}.hand{cursor:pointer}.divider,.divider-vert{display:block;position:relative}.divider-vert[data-content]::after,.divider[data-content]::after{background:#fff;color:#e7e9ed;content:attr(data-content);display:inline-block;font-size:1.2rem;padding:0 .8rem;-webkit-transform:translateY(-1.1rem);-ms-transform:translateY(-1.1rem);transform:translateY(-1.1rem)}.divider{border-top:.1rem solid #f0f1f4;height:.1rem;margin:1rem 0}.divider-vert{display:block;padding:1rem}.divider-vert::before{border-left:.1rem solid #f0f1f4;bottom:1rem;content:"";display:block;left:50%;position:absolute;top:1rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.divider-vert[data-content]::after{left:50%;padding:.4rem 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:1.6rem;pointer-events:none;position:relative}.loading::after{-webkit-animation:loading .5s infinite linear;animation:loading .5s infinite linear;border:.2rem solid #5764c6;border-radius:.8rem;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1.6rem;left:50%;margin-left:-.8rem;margin-top:-.8rem;position:absolute;top:50%;width:1.6rem;z-index:1}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top:1rem}.mr-10{margin-right:1rem}.mb-10{margin-bottom:1rem}.ml-10{margin-left:1rem}.m-10{margin:1rem}.mt-5{margin-top:.5rem}.mr-5{margin-right:.5rem}.mb-5{margin-bottom:.5rem}.ml-5{margin-left:.5rem}.m-5{margin:.5rem}.pt-10{padding-top:1rem}.pr-10{padding-right:1rem}.pb-10{padding-bottom:1rem}.pl-10{padding-left:1rem}.p-10{padding:1rem}.pt-5{padding-top:.5rem}.pr-5{padding-right:.5rem}.pb-5{padding-bottom:.5rem}.pl-5{padding-left:.5rem}.p-5{padding:.5rem}.shadow-0{box-shadow:0 0 .2rem rgba(69,77,93,.3)}.shadow-1{box-shadow:0 .1rem .4rem rgba(69,77,93,.3)}.shadow-2{box-shadow:0 .2rem .6rem rgba(69,77,93,.3)}.shadow-3{box-shadow:0 .3rem .8rem rgba(69,77,93,.3)}.shadow-4{box-shadow:0 .4rem 1rem rgba(69,77,93,.3)}.rounded{border-radius:.2rem}.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%}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(69,77,93,.1)}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:16px;margin-top:0}h1{font-size:50px}h2{font-size:40px}h3{font-size:30px}h4{font-size:24px}h5{font-size:20px}h6{font-size:16px}p{line-height:24px;margin:0 0 12px}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:3px 4px;vertical-align:baseline}mark{background:#ffe9b3;border-radius:2px;color:#454d5d;display:inline-block;line-height:1;padding:3px 4px;vertical-align:baseline}blockquote{border-left:2px solid #f0f1f4;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 #f0f1f4;padding:12px 8px}.table th{border-bottom-color:#727e96}.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(69,77,93,.1);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}.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 #c4c9d3;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(69,77,93,.1)}.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;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 #c4c9d3;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 7.5px center/8px 10px;height:32px;padding-right:24px}.form-select:focus{border-color:#5764c6;box-shadow:0 0 0 2px rgba(69,77,93,.1)}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:12px;height:24px;padding:1px 20px 1px 6px}.form-select.select-lg{font-size:16px;height:40px;padding:9px 24px 9px 8px}.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,.1)}.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,.1)}.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,.1)}.form-input:not(:placeholder-shown):invalid+.form-input-hint{color:#e85600}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{margin:0 8px;min-width:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.has-icon-left .form-icon{left:0}.has-icon-left .form-input{padding-left:30px}.has-icon-right .form-icon{right:0}.has-icon-right .form-input{padding-right:30px}.form-checkbox,.form-radio,.form-switch{display:inline-block;line-height:20px;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(69,77,93,.1)}.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 #c4c9d3;cursor:pointer;display:inline-block;position:absolute;transition:all .2s ease}.form-checkbox,.form-radio{padding:2px 20px}.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:2px 20px 2px 36px}.form-switch .form-icon{background:#e7e9ed;background-clip:padding-box;border-radius:9px;height:18px;left:0;top:3px;width:30px}.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:12px}.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 #c4c9d3;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.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:16px 0}.label{background:#f8f9fa;border-radius:2px;color:#50596c;display:inline-block;line-height:1;padding:3px 4px;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:3px 4px;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: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 #f0f1f4;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-title{font-size:16px}.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);transition:all .25s ease}.accordion .accordion-item input:checked~.accordion-body{max-height:1000px;transition:max-height 3s ease}.accordion .accordion-item .accordion-header{display:block;padding:10px}.accordion .accordion-item .accordion-header .icon{transition:all .25s ease}.accordion .accordion-item .accordion-body{margin-bottom:10px;max-height:0;overflow:hidden;transition:max-height .3s 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(69,77,93,.1)}.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 #f0f1f4;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-title{font-size:20px}.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:10px;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);z-index:100}.menu.menu-nav{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:6px 8px;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{color:#5764c6}.menu .menu-item>a.active,.menu .menu-item>a:active{background:#fbfbfe;color:#5764c6}.menu .menu-badge{float:right;padding:6px 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(69,77,93,.5);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal.active .modal-container,.modal:target .modal-container{-webkit-animation:slide-down .2s ease 1;animation:slide-down .2s ease 1;max-width: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}.pagination .page-item{margin:10px 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 a.disabled,.pagination .page-item a[disabled]{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#5764c6;color:#fff}.pagination .page-item.page-next,.pagination .page-item.page-prev{-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.nav{display:flex;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.nav .nav-item a{color:#727e96;padding: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:#f0f1f4}.step .step-item.active~.step-item a::before{background:#e7e9ed}.tile{-webkit-align-content:space-between;align-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:start;-ms-flex-line-pack:justify}.tile .tile-action,.tile .tile-icon{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tile .tile-content{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left: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:200}.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:#eff1fa}a.text-secondary:focus,a.text-secondary:hover{color:#dcdff3}.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:#e7e9ed;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 #f0f1f4;height:1px;margin:10px 0}.divider-vert{display:block;padding:10px}.divider-vert::before{border-left:1px solid #f0f1f4;bottom:10px;content:"";display:block;left:50%;position:absolute;top:10px;-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:8px;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}.clearfix::after,.container::after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.rel{position:relative}.abs{position:absolute}.fixed{position:fixed}.centered{display:block;float:none;margin-left:auto;margin-right:auto}.mt-10{margin-top: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
diff --git a/docs/src/docs.less b/docs/src/docs.less
index 471b1b0..b08990a 100644
--- a/docs/src/docs.less
+++ b/docs/src/docs.less
@@ -10,7 +10,7 @@
/* Spectre docs style */
.section-header {
background: fade(@bg-color, 90%);
- padding: 1rem .5rem;
+ padding: 10px 5px;
position: fixed;
top: 0;
width: 100%;
@@ -18,14 +18,14 @@
}
.section-hero {
- padding: 1rem;
+ padding: 10px;
position: relative;
z-index: 300;
}
.grid-header {
.navbar {
- height: 4rem;
+ height: 40px;
}
.navbar-section {
@@ -38,8 +38,8 @@
.btn-link {
color: lighten(@body-font-color, 10%);
- padding-left: .6rem;
- padding-right: .6rem;
+ padding-left: 6px;
+ padding-right: 6px;
&:focus,
&:hover,
@@ -51,25 +51,25 @@
}
.grid-hero {
- margin-top: 10rem;
- margin-bottom: 4rem;
+ margin-top: 100px;
+ margin-bottom: 40px;
h1 {
color: @body-font-color;
- font-size: 3.2rem;
+ font-size: 32px;
font-weight: 400;
}
h2 {
color: lighten(@body-font-color, 5%);
- font-size: 1.8rem;
+ font-size: 18px;
font-weight: 400;
- line-height: 3rem;
- margin-bottom: 3rem;
+ line-height: 30px;
+ margin-bottom: 30px;
u {
- border-bottom: .2rem solid currentColor;
- padding-bottom: .1rem;
+ border-bottom: 2px solid currentColor;
+ padding-bottom: 1px;
text-decoration: none;
}
}
@@ -78,11 +78,11 @@
background: none;
border: 0;
color: lighten(@body-font-color, 10%);
- padding: 1rem;
+ padding: 10px;
.card-title {
color: @primary-color;
- font-size: 1.8rem;
+ font-size: 18px;
margin-bottom: 0;
}
}
@@ -90,7 +90,7 @@
.grid-footer {
color: @gray-color;
- padding: 2rem 0 1rem 0;
+ padding: 20px 0 10px 0;
a {
color: @gray-color-dark;
@@ -101,11 +101,11 @@
padding-top: 0;
.container {
- padding: 1rem;
+ padding: 10px;
}
header {
- padding-top: 5.5rem;
+ padding-top: 55px;
}
.anchor {
@@ -123,26 +123,26 @@
}
.notes {
- margin: 4rem 0;
+ margin: 40px 0;
}
.docs-block {
- border-radius: .2rem;
- padding: 1rem .5rem;
+ border-radius: 2px;
+ padding: 10px 5px;
}
.docs-dot {
border-radius: 50%;
display: inline-block;
- height: 1rem;
+ height: 10px;
padding: 0;
- width: 1rem;
+ width: 10px;
}
.docs-table {
th,
td {
- padding: 1.5rem .5rem;
+ padding: 15px 5px;
}
}
@@ -152,8 +152,8 @@
h4,
h5,
h6 {
- margin-top: 2rem;
- margin-bottom: 2rem;
+ margin-top: 20px;
+ margin-bottom: 20px;
&:hover {
.anchor {
@@ -165,8 +165,8 @@
.docs-color {
border-radius: @border-radius;
- margin: .5rem 0;
- padding: 1rem;
+ margin: 5px 0;
+ padding: 10px;
.color-subtitle {
font-size: @font-size-sm;
@@ -178,7 +178,7 @@
height: 75vh;
.tile {
- margin: 1.5rem 0;
+ margin: 15px 0;
}
}
@@ -200,7 +200,7 @@
}
.empty .icon {
- font-size: 4rem;
+ font-size: 40px;
}
.form-autocomplete .menu {
@@ -211,12 +211,12 @@
align-content: space-around;
align-items: center;
background: @primary-color;
- border-radius: .2rem;
+ border-radius: 2px;
color: @light-color;
display: flex;
- font-size: 2.4rem;
- height: 4rem;
- width: 4rem;
+ font-size: 24px;
+ height: 40px;
+ width: 40px;
.icon {
margin: auto;
@@ -233,12 +233,12 @@
@media screen and (min-width: 601px) {
.section-header {
.navbar-section {
- padding: 0 .5rem;
+ padding: 0 5px;
}
}
.docs-sidebar {
- padding: 7rem 1rem 5rem 1rem;
+ padding: 70px 10px 50px 10px;
.docs-nav {
position: relative;
@@ -247,7 +247,7 @@
@supports (position: sticky) {
.docs-nav {
position: sticky;
- top: 8rem;
+ top: 80px;
// A position: sticky; bug casues box-shadow generates width to the elements
.nav-item a:focus {
@@ -266,7 +266,7 @@
@media screen and (max-width: 600px) {
.grid-hero {
h2 {
- font-size: 1.8rem;
+ font-size: 18px;
}
.card {
padding: 0;
@@ -277,13 +277,13 @@
background: @bg-color-light;
height: 100%;
overflow-y: auto;
- padding: 6rem 3rem;
+ padding: 60px 30px;
position: fixed;
left: 0;
top: 0;
transform: translateX(-100%);
transition: transform .2s ease;
- width: 24rem;
+ width: 240px;
z-index: 400;
&:target {
diff --git a/src/accordions.less b/src/accordions.less
index 45d40b9..df630ea 100644
--- a/src/accordions.less
+++ b/src/accordions.less
@@ -10,7 +10,7 @@
}
}
& ~ .accordion-body {
- max-height: 100rem;
+ max-height: 1000px;
transition: max-height 3s ease;
}
}
@@ -18,7 +18,7 @@
.accordion-header {
display: block;
- padding: 1rem;
+ padding: @layout-spacing;
.icon {
transition: all .25s ease;
@@ -26,7 +26,7 @@
}
.accordion-body {
- margin-bottom: 1rem;
+ margin-bottom: @layout-spacing;
max-height: 0;
overflow: hidden;
transition: max-height .3s ease;
diff --git a/src/animations.less b/src/animations.less
index 594c51d..f6b8724 100644
--- a/src/animations.less
+++ b/src/animations.less
@@ -11,7 +11,7 @@
@keyframes slide-down {
0% {
opacity: 0;
- transform: translateY(-3rem);
+ transform: translateY(-@unit-8);
}
100% {
opacity: 1;
diff --git a/src/asian.less b/src/asian.less
index 38230e4..a68cb39 100644
--- a/src/asian.less
+++ b/src/asian.less
@@ -16,7 +16,7 @@
.cjk {
ins,
u {
- border-bottom: .1rem solid;
+ border-bottom: @border-width solid;
text-decoration: none;
}
diff --git a/src/autocomplete.less b/src/autocomplete.less
index 68b31fd..46af3b2 100644
--- a/src/autocomplete.less
+++ b/src/autocomplete.less
@@ -7,8 +7,8 @@
display: flex;
flex-wrap: wrap;
height: auto;
- min-height: 3.2rem;
- padding: .1rem 0 0 .1rem;
+ min-height: @unit-8;
+ padding: @border-width 0 0 @border-width;
&.is-focused {
border-color: @primary-color;
@@ -20,8 +20,8 @@
box-shadow: none;
display: inline-block;
flex: 1 0 auto;
- height: 2.8rem;
- line-height: 1.6rem;
+ height: @unit-7;
+ line-height: @unit-4;
width: auto;
}
}
diff --git a/src/avatars.less b/src/avatars.less
index 9aa653c..b964146 100644
--- a/src/avatars.less
+++ b/src/avatars.less
@@ -1,37 +1,27 @@
// Avatars
.avatar {
+ .avatar-base();
background: @primary-color;
border-radius: 50%;
color: fade(@light-color, 85%);
display: inline-block;
- font-size: @font-size;
font-weight: 300;
- height: 3.2rem;
line-height: 1;
margin: 0;
position: relative;
vertical-align: middle;
- width: 3.2rem;
&.avatar-xs {
- font-size: .8rem;
- height: 1.6rem;
- width: 1.6rem;
+ .avatar-base(@unit-4);
}
&.avatar-sm {
- font-size: 1rem;
- height: 2.4rem;
- width: 2.4rem;
+ .avatar-base(@unit-6);
}
&.avatar-lg {
- font-size: 2rem;
- height: 4.8rem;
- width: 4.8rem;
+ .avatar-base(@unit-12);
}
&.avatar-xl {
- font-size: 2.6rem;
- height: 6.4rem;
- width: 6.4rem;
+ .avatar-base(@unit-16);
}
img {
@@ -46,7 +36,7 @@
background: @bg-color-light;
bottom: 14.64%;
height: 50%;
- padding: .2rem;
+ padding: @border-width-lg;
position: absolute;
right: 14.64%;
transform: translate(50%, 50%);
diff --git a/src/badges.less b/src/badges.less
index 677cc9b..8dd5a51 100644
--- a/src/badges.less
+++ b/src/badges.less
@@ -8,21 +8,21 @@
&::after {
background: @primary-color;
background-clip: padding-box;
- border-radius: 1rem;
- box-shadow: 0 0 0 .2rem @bg-color-light;
+ border-radius: 10px;
+ box-shadow: 0 0 0 2px @bg-color-light;
color: @light-color;
content: attr(data-badge);
display: inline-block;
- transform: translate(-.2rem, -1rem);
+ transform: translate(-2px, -10px);
}
}
&[data-badge] {
&::after {
font-size: @font-size-sm;
- height: 1.8rem;
+ height: 18px;
line-height: 1;
- min-width: 1.8rem;
- padding: .3rem .5rem;
+ min-width: 18px;
+ padding: 3px 5px;
text-align: center;
white-space: nowrap;
}
@@ -30,10 +30,10 @@
&:not([data-badge]),
&[data-badge=''] {
&::after {
- height: .6rem;
- min-width: .6rem;
+ height: 6px;
+ min-width: 6px;
padding: 0;
- width: .6rem;
+ width: 6px;
}
}
@@ -61,10 +61,10 @@
&.avatar-xs {
&::after {
content: "";
- height: .8rem;
- min-width: .8rem;
+ height: @unit-2;
+ min-width: @unit-2;
padding: 0;
- width: .8rem;
+ width: @unit-2;
}
}
}
diff --git a/src/bars.less b/src/bars.less
index e494a3e..96848d2 100644
--- a/src/bars.less
+++ b/src/bars.less
@@ -4,11 +4,11 @@
border-radius: @border-radius;
display: flex;
flex-wrap: nowrap;
- height: 1.6rem;
+ height: @unit-4;
width: 100%;
&.bar-sm {
- height: .4rem;
+ height: @unit-1;
}
// TODO: attr() support
@@ -18,9 +18,8 @@
display: block;
font-size: @font-size-sm;
flex-shrink: 0;
- line-height: 1;
+ line-height: @unit-4;
height: 100%;
- padding: .2rem 0;
position: relative;
text-align: center;
width: 0;
@@ -39,8 +38,8 @@
// Slider bar
.bar-slider {
- height: .2rem;
- margin: 1rem 0;
+ height: @border-width-lg;
+ margin: @layout-spacing 0;
position: relative;
.bar-item {
@@ -57,16 +56,16 @@
background: @primary-color;
border: 0;
border-radius: 50%;
- height: 1.2rem;
+ height: @unit-3;
padding: 0;
position: absolute;
right: 0;
top: 50%;
transform: translate(50%, -50%);
- width: 1.2rem;
+ width: @unit-3;
&:active {
- box-shadow: 0 0 0 .2rem @primary-color;
+ box-shadow: 0 0 0 2px @primary-color;
}
}
}
diff --git a/src/breadcrumbs.less b/src/breadcrumbs.less
index 64e2316..280250b 100644
--- a/src/breadcrumbs.less
+++ b/src/breadcrumbs.less
@@ -1,15 +1,15 @@
// Breadcrumbs
.breadcrumb {
- padding: .4rem 0;
+ padding: @unit-1 0;
.breadcrumb-item {
color: @gray-color-dark;
display: inline-block;
margin: 0;
- padding: .2rem 0;
+ padding: @unit-1 0;
&:not(:last-child) {
- margin-right: .4rem;
+ margin-right: @unit-1;
a {
color: @gray-color-dark;
@@ -20,7 +20,7 @@
&::before {
color: @gray-color-light;
content: "/";
- padding-right: .4rem;
+ padding-right: @unit-1;
}
}
}
diff --git a/src/buttons.less b/src/buttons.less
index f404e38..003ed91 100644
--- a/src/buttons.less
+++ b/src/buttons.less
@@ -9,10 +9,10 @@
cursor: pointer;
display: inline-block;
font-size: @font-size;
- height: 3.2rem;
- line-height: 2rem;
+ height: @unit-8;
+ line-height: @line-height;
outline: none;
- padding: .5rem .8rem;
+ padding: 5px 8px;
text-align: center;
text-decoration: none;
user-select: none;
@@ -90,14 +90,14 @@
// Button Sizes
&.btn-sm {
font-size: @font-size-sm;
- height: 2.4rem;
- padding: .1rem .8rem;
+ height: @unit-6;
+ padding: 1px 8px;
}
&.btn-lg {
font-size: @font-size-lg;
- height: 4rem;
- padding: .9rem .8rem;
+ height: @unit-10;
+ padding: 9px 8px;
}
// Button Block
@@ -108,16 +108,16 @@
// Button Action
&.btn-action {
- width: 3.2rem;
+ width: @unit-8;
padding-left: 0;
padding-right: 0;
&.btn-sm {
- width: 2.4rem;
+ width: @unit-6;
}
&.btn-lg {
- width: 4rem;
+ width: @unit-10;
}
}
@@ -126,14 +126,14 @@
background: transparent;
border: 0;
color: currentColor;
- height: 1.6rem;
- line-height: 1.6rem;
- margin-left: .4rem;
- margin-right: -.2rem;
+ height: @unit-4;
+ line-height: @unit-4;
+ margin-left: @unit-1;
+ margin-right: -2px;
opacity: .45;
- padding: 0 .2rem;
+ padding: 0 2px;
text-decoration: none;
- width: 1.6rem;
+ width: @unit-4;
&:hover {
opacity: .85;
@@ -158,12 +158,12 @@
}
&:not(:first-child):not(:last-child) {
border-radius: 0;
- margin-left: -.1rem;
+ margin-left: -1px;
}
&:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
- margin-left: -.1rem;
+ margin-left: -1px;
}
&:focus,
&:hover,
diff --git a/src/calendars.less b/src/calendars.less
index 621b9d1..44f88ae 100644
--- a/src/calendars.less
+++ b/src/calendars.less
@@ -3,7 +3,7 @@
border: @border-width solid @border-color;
border-radius: @border-radius;
display: block;
- min-width: 28rem;
+ min-width: 280px;
text-align: center;
.calendar-nav {
@@ -13,7 +13,7 @@
border-top-right-radius: @border-radius;
display: flex;
font-size: @font-size-lg;
- padding: 1rem;
+ padding: @layout-spacing;
}
.calendar-header,
@@ -21,7 +21,7 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
- padding: 1rem 0;
+ padding: @layout-spacing 0;
.calendar-date {
flex: 0 0 14.28%; // 7 calendar-items each row
@@ -42,7 +42,7 @@
.calendar-date {
border: 0;
- padding: .4rem;
+ padding: @unit-1;
.date-item {
appearance: none;
@@ -52,16 +52,16 @@
color: @gray-color-dark;
.control-transition();
cursor: pointer;
- height: 2.8rem;
- line-height: 2rem;
+ height: @unit-7;
+ line-height: @unit-5;
outline: none;
- padding: .3rem;
+ padding: @unit-h;
position: relative;
text-align: center;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
- width: 2.8rem;
+ width: @unit-7;
&.date-today {
border-color: @secondary-color-dark;
@@ -90,8 +90,8 @@
&.badge {
&::after {
position: absolute;
- top: .3rem;
- right: .3rem;
+ top: 3px;
+ right: 3px;
transform: translate(50%, -50%);
}
}
@@ -113,7 +113,7 @@
&::before {
background: @secondary-color;
content: "";
- height: 2.8rem;
+ height: @unit-7;
left: 0;
position: absolute;
right: 0;
@@ -145,7 +145,7 @@
border-right: @border-width solid @border-color;
display: flex;
flex-direction: column;
- height: 11rem;
+ height: 110px;
padding: 0;
&:nth-child(7n) {
@@ -159,24 +159,24 @@
.date-item {
align-self: flex-end;
- height: 2.8rem;
- margin-right: .5rem;
- margin-top: .5rem;
+ height: @unit-7;
+ margin-right: @layout-spacing-sm;
+ margin-top: @layout-spacing-sm;
}
.calendar-range {
&::before {
- top: 1.9rem;
+ top: 19px;
}
&.range-start {
&::before {
left: auto;
- width: 1.9rem;
+ width: 19px;
}
}
&.range-end {
&::before {
- right: 1.9rem;
+ right: 19px;
}
}
}
@@ -185,7 +185,7 @@
flex-grow: 1;
line-height: 1;
overflow-y: auto;
- padding: .5rem;
+ padding: @layout-spacing-sm;
}
.calendar-event {
@@ -194,9 +194,9 @@
color: @primary-color;
font-size: @font-size-sm;
display: block;
- margin: .2rem auto;
+ margin: @unit-h auto;
overflow: hidden;
- padding: .3rem .4rem;
+ padding: 3px 4px;
text-align: left;
text-overflow: ellipsis;
vertical-align: baseline;
diff --git a/src/cards.less b/src/cards.less
index fb1c127..4a76df9 100644
--- a/src/cards.less
+++ b/src/cards.less
@@ -8,16 +8,16 @@
.card-header,
.card-body,
.card-footer {
- padding: @layout-padding-lg;
+ padding: @layout-spacing-lg;
padding-bottom: 0;
&:last-child {
- padding-bottom: @layout-padding-lg;
+ padding-bottom: @layout-spacing-lg;
}
}
.card-image {
- padding-top: @layout-padding-lg;
+ padding-top: @layout-spacing-lg;
&:first-child {
padding-top: 0;
@@ -37,7 +37,7 @@
}
.card-title {
- font-size: 2rem;
+ font-size: 20px;
}
.card-subtitle {
diff --git a/src/carousels.less b/src/carousels.less
index ee30edf..510560d 100644
--- a/src/carousels.less
+++ b/src/carousels.less
@@ -47,10 +47,10 @@
z-index: @zindex-2;
}
.item-prev {
- left: 2rem;
+ left: 20px;
}
.item-next {
- right: 2rem;
+ right: 20px;
}
}
@@ -72,31 +72,31 @@
}
.carousel-nav {
- bottom: 1rem;
+ bottom: @layout-spacing;
display: flex;
justify-content: center;
left: 50%;
position: absolute;
transform: translateX(-50%);
- width: 20rem;
+ width: 200px;
z-index: @zindex-2;
.nav-item {
color: fade(@gray-color-light, 50%);
display: block;
flex: 1 0 auto;
- height: 4rem;
- margin: .4rem;
- max-width: 5rem;
+ height: @unit-8;
+ margin: @unit-1;
+ max-width: 50px;
position: relative;
&::before {
background: currentColor;
content: "";
display: block;
- height: .3rem;
+ height: 2px;
position: absolute;
- top: 2rem;
+ top: 10px;
width: 100%;
}
}
diff --git a/src/chips.less b/src/chips.less
index 2d45636..b9ebde5 100644
--- a/src/chips.less
+++ b/src/chips.less
@@ -5,10 +5,10 @@
border-radius: @border-radius;
color: @gray-color-dark;
display: inline-flex;
- height: 2.8rem;
- margin: 0 .1rem .1rem 0;
+ height: @unit-7;
+ margin: 0 @unit-0 @unit-0 0;
max-width: 100%;
- padding: .1rem .8rem;
+ padding: @unit-0 @unit-2;
text-decoration: none;
vertical-align: middle;
@@ -18,7 +18,7 @@
}
.avatar {
- margin-left: -.4rem;
- margin-right: .4rem;
+ margin-left: -@unit-1;
+ margin-right: @unit-1;
}
}
diff --git a/src/codes.less b/src/codes.less
index bdb73ee..e08948b 100644
--- a/src/codes.less
+++ b/src/codes.less
@@ -7,7 +7,7 @@ code {
.code {
border-radius: @border-radius;
color: @body-font-color;
- line-height: 2rem;
+ line-height: @line-height;
position: relative;
&::before {
@@ -15,8 +15,8 @@ code {
color: @gray-color;
font-size: @font-size-sm;
position: absolute;
- right: 1rem;
- top: .2rem;
+ right: @layout-spacing;
+ top: @unit-h;
}
code {
@@ -25,7 +25,7 @@ code {
display: block;
line-height: inherit;
overflow-x: auto;
- padding: 2rem;
+ padding: 20px;
width: 100%;
}
}
diff --git a/src/comparison-sliders.less b/src/comparison-sliders.less
index 84a7a31..937c315 100644
--- a/src/comparison-sliders.less
+++ b/src/comparison-sliders.less
@@ -29,7 +29,7 @@
width: 100%;
.comparison-label {
- right: 1.6rem;
+ right: @unit-4;
}
}
@@ -45,7 +45,7 @@
height: 100%;
left: 0;
position: absolute;
- right: 1.6rem;
+ right: @unit-4;
top: 0;
z-index: @zindex-0;
}
@@ -53,30 +53,30 @@
&::after {
background: currentColor;
border-radius: 50%;
- box-shadow: 0 -.5rem, 0 .5rem;
+ box-shadow: 0 -5px, 0 5px;
color: @light-color;
content: "";
- height: .3rem;
+ height: 3px;
position: absolute;
- right: .8rem;
+ right: @unit-2;
top: 50%;
transform: translate(50%, -50%);
- width: .3rem;
+ width: 3px;
z-index: -@zindex-0;
}
.comparison-label {
- left: 1.6rem;
+ left: @unit-4;
}
}
.comparison-resizer {
animation: first-run 1.5s 1 ease-in-out;
cursor: ew-resize;
- height: 1.5rem;
+ height: 15px;
left: 0;
max-width: 100%;
- min-width: 1.6rem;
+ min-width: @unit-4;
opacity: 0;
outline: none;
position: relative;
@@ -88,9 +88,9 @@
.comparison-label {
background: fade(@dark-color, 50%);
- bottom: 1.6rem;
+ bottom: @unit-4;
color: @light-color;
- padding: .3rem .8rem;
+ padding: @unit-1 @unit-2;
position: absolute;
user-select: none;
}
@@ -101,13 +101,13 @@
width: 0;
}
25% {
- width: 4.8rem;
+ width: @unit-12;
}
50% {
- width: 1.6rem;
+ width: @unit-4;
}
75% {
- width: 2.4rem;
+ width: @unit-6;
}
100% {
width: 0;
diff --git a/src/empty.less b/src/empty.less
index 07d62c5..acfc8a0 100644
--- a/src/empty.less
+++ b/src/empty.less
@@ -4,15 +4,15 @@
border-radius: @border-radius;
color: @gray-color-dark;
text-align: center;
- padding: 4 * @layout-padding;
+ padding: 4 * @layout-spacing;
.empty-icon {
- margin-bottom: 1.5rem;
+ margin-bottom: @layout-spacing-lg;
}
.empty-title,
.empty-subtitle {
- margin: 1rem auto;
+ margin: @layout-spacing auto;
}
.empty-subtitle {
@@ -20,6 +20,6 @@
}
.empty-action {
- margin-top: 1.5rem;
+ margin-top: @layout-spacing-lg;
}
}
diff --git a/src/filters.less b/src/filters.less
index e9ecfaf..e417081 100644
--- a/src/filters.less
+++ b/src/filters.less
@@ -1,7 +1,7 @@
// Filters
.filter {
.filter-nav {
- margin: 1rem 0;
+ margin: @layout-spacing 0;
}
.filter-body {
diff --git a/src/forms.less b/src/forms.less
index 6583585..90201ec 100644
--- a/src/forms.less
+++ b/src/forms.less
@@ -1,21 +1,21 @@
// Forms
.form-group {
&:not(:last-child) {
- margin-bottom: @layout-padding;
+ margin-bottom: @layout-spacing;
}
}
// Form element: Label
.form-label {
display: block;
- padding: .6rem 0;
+ padding: 6px 0;
&.label-sm {
- padding: .2rem 0;
+ padding: 2px 0;
}
&.label-lg {
- padding: 1rem 0;
+ padding: @layout-spacing 0;
}
}
@@ -30,11 +30,11 @@
.control-transition();
display: block;
font-size: @font-size;
- height: 3.2rem;
- line-height: 2rem;
+ height: @unit-8;
+ line-height: @line-height;
max-width: 100%;
outline: none;
- padding: .5rem .8rem;
+ padding: 5px 8px;
position: relative;
width: 100%;
&:focus {
@@ -48,14 +48,14 @@
// Input sizes
&.input-sm {
font-size: @font-size-sm;
- height: 2.4rem;
- padding: .1rem .8rem;
+ height: 24px;
+ padding: 1px 8px;
}
&.input-lg {
font-size: @font-size-lg;
- height: 4rem;
- padding: .9rem .8rem;
+ height: 40px;
+ padding: 9px 8px;
}
&.input-inline {
@@ -78,7 +78,7 @@
// Form element: Input hint
.form-input-hint {
color: @gray-color;
- margin-top: .4rem;
+ margin-top: @unit-1;
.has-success &,
.is-success + & {
@@ -98,21 +98,21 @@
border-radius: @border-radius;
color: inherit;
font-size: @font-size;
- line-height: 2rem;
+ line-height: @line-height;
outline: none;
- padding: .5rem .8rem;
+ padding: 5px 8px;
vertical-align: middle;
width: 100%;
&[multiple] {
option {
- padding: .2rem .4rem;
+ padding: 2px 4px;
}
}
&:not([multiple]) {
- background: @bg-color-light url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center / .8rem 1rem;
- height: 3.2rem;
- padding-right: 2.4rem;
+ background: @bg-color-light url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 7.5px center / 8px 10px;
+ height: 32px;
+ padding-right: 24px;
}
&:focus {
border-color: @primary-color;
@@ -125,14 +125,14 @@
// Select sizes
&.select-sm {
font-size: @font-size-sm;
- height: 2.4rem;
- padding: .1rem 2rem .1rem .6rem;
+ height: 24px;
+ padding: 1px 20px 1px 6px;
}
&.select-lg {
font-size: @font-size-lg;
- height: 4rem;
- padding: .9rem 2.4rem .9rem .8rem;
+ height: 40px;
+ padding: 9px 24px 9px 8px;
}
}
@@ -178,8 +178,8 @@
position: relative;
.form-icon {
- margin: 0 .8rem;
- min-width: 1.4rem;
+ margin: 0 8px;
+ min-width: 14px;
position: absolute;
top: 50%;
transform: translateY(-50%);
@@ -192,7 +192,7 @@
}
.form-input {
- padding-left: 3rem;
+ padding-left: 30px;
}
}
@@ -202,7 +202,7 @@
}
.form-input {
- padding-right: 3rem;
+ padding-right: 30px;
}
}
@@ -211,16 +211,16 @@
.form-radio,
.form-switch {
display: inline-block;
- line-height: 2rem;
+ line-height: @line-height;
position: relative;
input {
clip: rect(0, 0, 0, 0);
- height: .1rem;
- margin: -.1rem;
+ height: 1px;
+ margin: -1px;
overflow: hidden;
position: absolute;
- width: .1rem;
+ width: 1px;
&:focus + .form-icon {
border-color: @primary-color;
.control-shadow();
@@ -242,14 +242,14 @@
.form-checkbox,
.form-radio {
- padding: .2rem 2rem;
+ padding: 2px 20px;
.form-icon {
background: @bg-color-light;
- height: 1.4rem;
+ height: 14px;
left: 0;
- top: .5rem;
- width: 1.4rem;
+ top: 5px;
+ width: 14px;
}
input {
@@ -267,18 +267,18 @@
&:checked + .form-icon {
&::before {
background-clip: padding-box;
- border: .2rem solid @light-color;
+ border: @border-width-lg solid @light-color;
border-left-width: 0;
border-top-width: 0;
content: "";
- height: 1rem;
+ height: 10px;
left: 50%;
- margin-left: -.3rem;
- margin-top: -.6rem;
+ margin-left: -3px;
+ margin-top: -6px;
position: absolute;
top: 50%;
transform: rotate(45deg);
- width: .6rem;
+ width: 6px;
}
}
&:indeterminate + .form-icon {
@@ -287,20 +287,20 @@
&::before {
background: @bg-color-light;
content: "";
- height: .2rem;
+ height: 2px;
left: 50%;
- margin-left: -.5rem;
- margin-top: -.1rem;
+ margin-left: -5px;
+ margin-top: -1px;
position: absolute;
top: 50%;
- width: 1rem;
+ width: 10px;
}
}
}
}
.form-radio {
.form-icon {
- border-radius: .7rem;
+ border-radius: 7px;
}
input {
@@ -309,13 +309,13 @@
background: @bg-color-light;
border-radius: @border-radius;
content: "";
- height: .4rem;
+ height: 4px;
left: 50%;
- margin-left: -.2rem;
- margin-top: -.2rem;
+ margin-left: -2px;
+ margin-top: -2px;
position: absolute;
top: 50%;
- width: .4rem;
+ width: 4px;
}
}
}
@@ -323,34 +323,34 @@
// Form element: Switch
.form-switch {
- padding: .2rem 2rem .2rem 3.6rem;
+ padding: 2px 20px 2px 36px;
.form-icon {
background: @gray-color-light;
background-clip: padding-box;
- border-radius: .9rem;
- height: 1.8rem;
+ border-radius: 9px;
+ height: 18px;
left: 0;
- top: .3rem;
- width: 3rem;
+ top: 3px;
+ width: 30px;
&::before {
background: @bg-color-light;
- border-radius: .8rem;
+ border-radius: 8px;
content: "";
display: block;
- height: 1.6rem;
+ height: 16px;
left: 0;
position: absolute;
top: 0;
.control-transition();
- width: 1.6rem;
+ width: 16px;
}
}
input {
&:checked + .form-icon {
&::before {
- left: 1.2rem;
+ left: 12px;
}
}
&:active + .form-icon {
@@ -369,16 +369,16 @@
background: @bg-color;
border: @border-width solid @border-color-dark;
border-radius: @border-radius;
- line-height: 2rem;
- padding: .5rem .8rem;
+ line-height: @line-height;
+ padding: 5px 8px;
&.addon-sm {
font-size: @font-size-sm;
- padding: .1rem .8rem;
+ padding: 1px 8px;
}
&.addon-lg {
font-size: @font-size-lg;
- padding: .9rem .8rem;
+ padding: 9px 8px;
}
}
.input-group-addon,
@@ -396,12 +396,12 @@
}
&:not(:first-child):not(:last-child) {
border-radius: 0;
- margin-left: -.1rem;
+ margin-left: -1px;
}
&:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
- margin-left: -.1rem;
+ margin-left: -1px;
}
&:focus {
z-index: @zindex-0;
@@ -458,7 +458,7 @@ input {
// Form Horizontal
.form-horizontal {
- padding: @layout-padding;
+ padding: @layout-spacing;
.form-group {
display: flex;
@@ -467,6 +467,6 @@ input {
.form-checkbox,
.form-radio,
.form-switch {
- margin: .4rem 0;
+ margin: @unit-4 0;
}
}
diff --git a/src/icons.less b/src/icons.less
index b59ecca..ca7672d 100644
--- a/src/icons.less
+++ b/src/icons.less
@@ -1,5 +1,5 @@
// CSS Icons
-@icon-border-width: .2rem;
+@icon-border-width: @border-width-lg;
.icon {
box-sizing: border-box;
@@ -8,7 +8,7 @@
font-style: normal;
height: 1em;
position: relative;
- text-indent: -999rem;
+ text-indent: -9999px;
vertical-align: middle;
width: 1em;
&::before,
@@ -150,8 +150,8 @@
background: currentColor;
box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
content: "";
- height: .3rem;
- width: .3rem;
+ height: 3px;
+ width: 3px;
}
}
@@ -192,8 +192,8 @@
box-shadow: -.4em 0, .4em 0;
border-radius: 50%;
content: "";
- height: .3rem;
- width: .3rem;
+ height: 3px;
+ width: 3px;
}
}
.icon-more-vert {
diff --git a/src/layout.less b/src/layout.less
index 1c657df..0f7bdfe 100644
--- a/src/layout.less
+++ b/src/layout.less
@@ -2,21 +2,21 @@
.container {
margin-left: auto;
margin-right: auto;
- padding-left: @layout-padding;
- padding-right: @layout-padding;
+ padding-left: @layout-spacing;
+ padding-right: @layout-spacing;
width: 100%;
&:extend(.clearfix all);
&.grid-1280 {
- max-width: 128rem + 2 * @layout-padding;
+ max-width: @size-xl + 2 * @layout-spacing;
}
&.grid-960 {
- max-width: 96rem + 2 * @layout-padding;
+ max-width: @size-lg + 2 * @layout-spacing;
}
&.grid-480 {
- max-width: 48rem + 2 * @layout-padding;
+ max-width: @size-xs + 2 * @layout-spacing;
}
}
@@ -24,8 +24,8 @@
.columns {
display: flex;
flex-wrap: wrap;
- margin-left: -@layout-padding;
- margin-right: -@layout-padding;
+ margin-left: -@layout-spacing;
+ margin-right: -@layout-spacing;
&.col-gapless {
margin-left: 0;
@@ -44,7 +44,7 @@
.column {
flex: 1;
max-width: 100%;
- padding: @layout-padding;
+ padding: @layout-spacing;
&.col-12,
&.col-11,
diff --git a/src/media.less b/src/media.less
index fcd22e0..455d77c 100644
--- a/src/media.less
+++ b/src/media.less
@@ -60,10 +60,10 @@
}
.figure {
- margin: 0 0 @layout-padding 0;
+ margin: 0 0 @layout-spacing 0;
.figure-caption {
color: @gray-color-dark;
- margin-top: @layout-padding;
+ margin-top: @layout-spacing;
}
}
diff --git a/src/menus.less b/src/menus.less
index ebd7400..06de453 100644
--- a/src/menus.less
+++ b/src/menus.less
@@ -5,9 +5,9 @@
list-style: none;
margin: 0;
min-width: @control-min-width;
- padding: 1rem;
- .shadow-variant(.1rem);
- transform: translateY(.5rem);
+ padding: @layout-spacing;
+ .shadow-variant(1px);
+ transform: translateY(@layout-spacing-sm);
z-index: @zindex-1;
&.menu-nav {
@@ -16,7 +16,7 @@
.menu-item {
margin-top: 0;
- padding: 0 .8rem;
+ padding: 0 @unit-2;
text-decoration: none;
user-select: none;
@@ -24,8 +24,8 @@
border-radius: @border-radius;
color: inherit;
display: block;
- margin: 0 -.8rem;
- padding: .6rem .8rem;
+ margin: 0 -@unit-2;
+ padding: 6px 8px;
text-decoration: none;
&:focus,
&:hover {
@@ -41,10 +41,10 @@
.menu-badge {
float: right;
- padding: .6rem 0;
+ padding: 6px 0;
.btn {
- margin-top: -.2rem;
+ margin-top: -2px;
}
}
}
diff --git a/src/meters.less b/src/meters.less
index bf4d0b9..b7a6190 100644
--- a/src/meters.less
+++ b/src/meters.less
@@ -7,7 +7,7 @@
border-radius: @border-radius;
display: block;
width: 100%;
- height: 1.6rem;
+ height: @unit-4;
&::-webkit-meter-inner-element {
display: block;
diff --git a/src/mixins.less b/src/mixins.less
index b161e0d..5e5ddda 100644
--- a/src/mixins.less
+++ b/src/mixins.less
@@ -1,4 +1,11 @@
// Mixins
+// Avatar mixin
+.avatar-base(@size: @unit-8) {
+ font-size: @size / 2.2;
+ height: @size;
+ width: @size;
+}
+
// Clearfix mixin
.clearfix() {
&::after {
@@ -10,7 +17,7 @@
// Component focus shadow
.control-shadow(@color: @dark-color) {
- box-shadow: 0 0 0 .2rem fade(@color, 10%);
+ box-shadow: 0 0 0 2px fade(@color, 10%);
}
// Component transition
@@ -29,7 +36,7 @@
border-radius: @border-radius;
display: inline-block;
line-height: 1;
- padding: .3rem .4rem;
+ padding: 3px 4px;
vertical-align: baseline;
}
@@ -40,7 +47,7 @@
// Shadow mixin
.shadow-variant(@offset) {
- box-shadow: 0 @offset (@offset+.1rem)*2 fade(@dark-color, 30%);
+ box-shadow: 0 @offset (@offset+1px)*2 fade(@dark-color, 30%);
}
// Colors mixin
diff --git a/src/modals.less b/src/modals.less
index 4353a54..60aa2b1 100644
--- a/src/modals.less
+++ b/src/modals.less
@@ -7,7 +7,7 @@
left: 0;
opacity: 0;
overflow: hidden;
- padding: @layout-padding;
+ padding: @layout-spacing;
position: fixed;
right: 0;
top: 0;
@@ -31,14 +31,14 @@
.modal-container {
animation: slide-down .2s ease 1;
- max-width: 64rem;
+ max-width: 640px;
z-index: @zindex-0;
}
}
&.modal-sm {
.modal-container {
- max-width: 32rem;
+ max-width: @control-max-width;
}
}
}
@@ -48,11 +48,11 @@
border-radius: @border-radius;
display: block;
padding: 0;
- .shadow-variant(.4rem);
+ .shadow-variant(4px);
text-align: left;
.modal-header {
- padding: @layout-padding-lg;
+ padding: @layout-spacing-lg;
.modal-title {
font-size: @font-size-lg;
@@ -63,12 +63,12 @@
.modal-body {
max-height: 50vh;
overflow-y: auto;
- padding: @layout-padding-lg;
+ padding: @layout-spacing-lg;
position: relative;
}
.modal-footer {
- padding: @layout-padding-lg;
+ padding: @layout-spacing-lg;
text-align: right;
}
}
diff --git a/src/navigation.less b/src/navigation.less
index 08404b1..a129886 100644
--- a/src/navigation.less
+++ b/src/navigation.less
@@ -4,7 +4,7 @@
.pagination,
.nav {
list-style: none;
- margin: .5rem 0;
+ margin: @unit-1 0;
}
@import 'breadcrumbs.less';
diff --git a/src/navs.less b/src/navs.less
index 7276e22..edfc3d3 100644
--- a/src/navs.less
+++ b/src/navs.less
@@ -6,7 +6,7 @@
.nav-item {
a {
color: @gray-color-dark;
- padding: .6rem .8rem;
+ padding: @unit-1 @unit-2;
text-decoration: none;
&:focus,
&:hover {
@@ -26,7 +26,7 @@
}
& .nav {
- margin-bottom: 1rem;
- margin-left: 2rem;
+ margin-bottom: @unit-2;
+ margin-left: @unit-4;
}
}
diff --git a/src/pagination.less b/src/pagination.less
index 3d74037..e79f873 100644
--- a/src/pagination.less
+++ b/src/pagination.less
@@ -3,18 +3,18 @@
display: flex;
.page-item {
- margin: 1rem .1rem;
+ margin: 10px 1px;
span {
display: inline-block;
- padding: .6rem .4rem;
+ padding: 6px 4px;
}
a {
border-radius: @border-radius;
color: @gray-color-dark;
display: inline-block;
- padding: .6rem .8rem;
+ padding: 6px 8px;
text-decoration: none;
&:focus,
&:hover {
diff --git a/src/panels.less b/src/panels.less
index e361e25..09495de 100644
--- a/src/panels.less
+++ b/src/panels.less
@@ -8,7 +8,7 @@
.panel-header,
.panel-footer {
flex: 0 0 auto;
- padding: @layout-padding-lg;
+ padding: @layout-spacing-lg;
}
.panel-nav {
@@ -18,11 +18,11 @@
.panel-body {
flex: 1 1 auto;
overflow-y: auto;
- padding: 0 @layout-padding-lg;
+ padding: 0 @layout-spacing-lg;
}
.panel-title {
- font-size: 2rem;
+ font-size: @font-size-lg;
}
.panel-subtitle {
diff --git a/src/parallax.less b/src/parallax.less
index 9886206..beca542 100644
--- a/src/parallax.less
+++ b/src/parallax.less
@@ -1,8 +1,8 @@
// Parallax
@parallax-deg: 3deg;
-@parallax-offset: .65rem;
-@parallax-offset-z: 10rem;
-@parallax-perspective: 100rem;
+@parallax-offset: 6.5px;
+@parallax-offset-z: 100px;
+@parallax-perspective: 1000px;
@parallax-scale: 1 - unit(@parallax-offset-z / @parallax-perspective);
.parallax {
@@ -13,7 +13,7 @@
.parallax-content {
height: auto;
- .shadow-variant(2rem);
+ .shadow-variant(20px);
transform: perspective(@parallax-perspective);
transform-style: preserve-3d;
transition: all .4s ease;
@@ -39,7 +39,7 @@
left: 0;
position: absolute;
text-align: center;
- text-shadow: 0 0 3rem fade(@dark-color, 95%);
+ text-shadow: 0 0 4px fade(@dark-color, 95%);
top: 0;
transform: translateZ(@parallax-offset-z) scale(@parallax-scale);
transition: all .4s ease;
diff --git a/src/popovers.less b/src/popovers.less
index a7b90f4..4683a67 100644
--- a/src/popovers.less
+++ b/src/popovers.less
@@ -7,12 +7,12 @@
content: attr(data-tooltip);
opacity: 0;
left: 50%;
- padding: @layout-padding;
+ padding: @layout-spacing;
position: absolute;
top: 0;
transform: translate(-50%, -50%) scale(0);
transition: transform .2s ease;
- width: 32rem;
+ width: @control-max-width;
z-index: @zindex-4;
}
@@ -65,6 +65,6 @@
.card {
border: 0;
- .shadow-variant(.4rem);
+ .shadow-variant(4px);
}
}
diff --git a/src/progress.less b/src/progress.less
index 9fca956..cf9e34b 100644
--- a/src/progress.less
+++ b/src/progress.less
@@ -6,7 +6,7 @@
border: 0;
border-radius: @border-radius;
color: @primary-color;
- height: .4rem;
+ height: @unit-1;
position: relative;
width: 100%;
diff --git a/src/sliders.less b/src/sliders.less
index 779117d..c90c334 100644
--- a/src/sliders.less
+++ b/src/sliders.less
@@ -5,7 +5,7 @@
background: transparent;
display: block;
width: 100%;
- height: 2.4rem;
+ height: @unit-6;
&:focus {
.control-shadow();
@@ -18,26 +18,26 @@
background: @primary-color;
border: 0;
border-radius: 50%;
- height: 1.2rem;
- margin-top: -.5rem;
+ height: @unit-3;
+ margin-top: -5px;
transition: transform .2s ease;
- width: 1.2rem;
+ width: @unit-3;
}
&::-moz-range-thumb {
background: @primary-color;
border: 0;
border-radius: 50%;
- height: 1.2rem;
+ height: @unit-3;
transition: transform .2s ease;
- width: 1.2rem;
+ width: @unit-3;
}
&::-ms-thumb {
background: @primary-color;
border: 0;
border-radius: 50%;
- height: 1.2rem;
+ height: @unit-3;
transition: transform .2s ease;
- width: 1.2rem;
+ width: @unit-3;
}
&:active {
@@ -72,19 +72,19 @@
&::-webkit-slider-runnable-track {
background: @bg-color-dark;
border-radius: @border-radius;
- height: .2rem;
+ height: @unit-h;
width: 100%;
}
&::-moz-range-track {
background: @bg-color-dark;
border-radius: @border-radius;
- height: .2rem;
+ height: @unit-h;
width: 100%;
}
&::-ms-track {
background: @bg-color-dark;
border-radius: @border-radius;
- height: .2rem;
+ height: @unit-h;
width: 100%;
}
&::-ms-fill-lower {
diff --git a/src/steps.less b/src/steps.less
index 800fdc0..fa0167f 100644
--- a/src/steps.less
+++ b/src/steps.less
@@ -3,44 +3,44 @@
display: flex;
flex-wrap: nowrap;
list-style: none;
- margin: .5rem 0;
+ margin: @unit-1 0;
width: 100%;
.step-item {
flex: 1 1 0;
margin-top: 0;
- min-height: 2rem;
+ min-height: 20px;
text-align: center;
position: relative;
&:not(:first-child)::before {
background: @primary-color;
content: "";
- height: .2rem;
+ height: 2px;
left: -50%;
position: absolute;
- top: .9rem;
+ top: 9px;
width: 100%;
}
a {
color: @gray-color;
display: inline-block;
- padding: 2rem 1rem 0;
+ padding: 20px 10px 0;
text-decoration: none;
&::before {
background: @primary-color;
- border: .2rem solid @light-color;
+ border: @border-width-lg solid @light-color;
border-radius: 50%;
content: "";
display: block;
- height: 1.2rem;
+ height: @unit-3;
left: 50%;
position: absolute;
- top: .4rem;
+ top: @unit-1;
transform: translateX(-50%);
- width: 1.2rem;
+ width: @unit-3;
z-index: @zindex-0;
}
}
@@ -49,7 +49,7 @@
a {
&::before {
background: @light-color;
- border: .2rem solid @primary-color;
+ border: @border-width-lg solid @primary-color;
}
}
diff --git a/src/tables.less b/src/tables.less
index 61f36e8..bbe47e2 100644
--- a/src/tables.less
+++ b/src/tables.less
@@ -37,7 +37,7 @@
td,
th {
border-bottom: @border-width solid @border-color;
- padding: 1.5rem 1rem;
+ padding: @unit-3 @unit-2;
}
th {
diff --git a/src/tabs.less b/src/tabs.less
index 781c2f2..1abfe75 100644
--- a/src/tabs.less
+++ b/src/tabs.less
@@ -13,11 +13,11 @@
}
a {
- border-bottom: .2rem solid transparent;
+ border-bottom: @border-width-lg solid transparent;
color: inherit;
display: block;
margin-top: 0;
- padding: .6rem 1.2rem .4rem 1.2rem;
+ padding: 6px 12px 4px 12px;
text-decoration: none;
&:focus,
&:hover {
@@ -39,8 +39,8 @@
.badge {
&[data-badge]::after {
position: absolute;
- right: -.4rem;
- top: -.4rem;
+ right: -4px;
+ top: -4px;
transform: translate(0, 0);
}
}
@@ -49,7 +49,7 @@
&:not(.tab-block) {
.badge {
- padding-right: .2rem;
+ padding-right: 2px;
}
}
}
diff --git a/src/tiles.less b/src/tiles.less
index 1214064..79c1a69 100644
--- a/src/tiles.less
+++ b/src/tiles.less
@@ -11,18 +11,18 @@
.tile-content {
flex: 1 1 auto;
&:not(:first-child) {
- padding-left: 1rem;
+ padding-left: @unit-2;
}
&:not(:last-child) {
- padding-right: 1rem;
+ padding-right: @unit-2;
}
}
.tile-title {
- line-height: 2rem;
+ line-height: @line-height;
}
.tile-subtitle {
color: lighten(@body-font-color, 40%);
- line-height: 2rem;
+ line-height: @line-height;
}
&.tile-centered {
diff --git a/src/timelines.less b/src/timelines.less
index 277d10c..02b421e 100644
--- a/src/timelines.less
+++ b/src/timelines.less
@@ -2,16 +2,16 @@
.timeline {
.timeline-item {
display: flex;
- margin-bottom: 2.4rem;
+ margin-bottom: @unit-6;
position: relative;
&::before {
background: @border-color;
content: "";
height: 100%;
- left: 1.1rem;
+ left: 11px;
position: absolute;
- top: 2.4rem;
- width: .2rem;
+ top: @unit-6;
+ width: 2px;
}
.timeline-left {
@@ -20,32 +20,32 @@
.timeline-content {
flex: 1 1 auto;
- padding: .2rem 0 .2rem @layout-padding-lg;
+ padding: 2px 0 2px @layout-spacing-lg;
}
.timeline-icon {
border-radius: 50%;
color: @light-color;
display: block;
- height: 2.4rem;
+ height: @unit-6;
text-align: center;
- width: 2.4rem;
+ width: @unit-6;
&::before {
- border: .2rem solid @primary-color;
+ border: @border-width-lg solid @primary-color;
border-radius: 50%;
content: "";
display: block;
- height: .8rem;
- left: .8rem;
+ height: @unit-2;
+ left: @unit-2;
position: absolute;
- top: .8rem;
- width: .8rem;
+ top: @unit-2;
+ width: @unit-2;
}
&.icon-lg {
background: @primary-color;
- font-size: 1.6rem;
- line-height: 2rem;
+ font-size: @font-size-lg;
+ line-height: @line-height;
&::before {
content: none;
}
diff --git a/src/toasts.less b/src/toasts.less
index 8fe8388..5ec0ef8 100644
--- a/src/toasts.less
+++ b/src/toasts.less
@@ -4,7 +4,7 @@
border-radius: @border-radius;
color: @light-color;
display: block;
- padding: @layout-padding;
+ padding: @layout-spacing;
.toast-variant(@dark-color);
width: 100%;
@@ -36,6 +36,6 @@
}
.btn-clear {
- margin: .2rem -.2rem .2rem .4rem;
+ margin: 2px -2px 2px 4px;
}
}
diff --git a/src/tooltips.less b/src/tooltips.less
index 25e7bf6..9afeb4d 100644
--- a/src/tooltips.less
+++ b/src/tooltips.less
@@ -10,14 +10,14 @@
display: block;
font-size: @font-size-sm;
left: 50%;
- max-width: 32rem;
+ max-width: @control-max-width;
opacity: 0;
overflow: hidden;
- padding: .4rem .8rem;
+ padding: @unit-1 @unit-2;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
- transform: translate(-50%, 1rem);
+ transform: translate(-50%, @unit-2);
transition: all .2s ease;
white-space: nowrap;
z-index: @zindex-2;
@@ -26,7 +26,7 @@
&:hover {
&::after {
opacity: 1;
- transform: translate(-50%, -.5rem);
+ transform: translate(-50%, -@unit-1);
}
}
&[disabled],
@@ -38,12 +38,12 @@
&::after {
bottom: 50%;
left: 100%;
- transform: translate(-1rem, 50%);
+ transform: translate(-@unit-1, 50%);
}
&:focus,
&:hover {
&::after {
- transform: translate(.5rem, 50%);
+ transform: translate(@unit-1, 50%);
}
}
}
@@ -51,12 +51,12 @@
&::after {
bottom: auto;
top: 100%;
- transform: translate(-50%, -1rem);
+ transform: translate(-50%, -@unit-2);
}
&:focus,
&:hover {
&::after {
- transform: translate(-50%, .5rem);
+ transform: translate(-50%, @unit-1);
}
}
}
@@ -65,12 +65,12 @@
bottom: 50%;
left: auto;
right: 100%;
- transform: translate(1rem, 50%);
+ transform: translate(@unit-2, 50%);
}
&:focus,
&:hover {
&::after {
- transform: translate(-.5rem, 50%);
+ transform: translate(-@unit-1, 50%);
}
}
}
diff --git a/src/typography.less b/src/typography.less
index 567eec0..ad5ee84 100644
--- a/src/typography.less
+++ b/src/typography.less
@@ -9,32 +9,32 @@ h6 {
color: inherit;
font-weight: 500;
line-height: 1.2;
- margin-bottom: 1.5rem;
+ margin-bottom: @unit-4;
margin-top: 0;
}
h1 {
- font-size: 5rem;
+ font-size: 50px;
}
h2 {
- font-size: 4rem;
+ font-size: 40px;
}
h3 {
- font-size: 3rem;
+ font-size: 30px;
}
h4 {
- font-size: 2.4rem;
+ font-size: 24px;
}
h5 {
- font-size: 2rem;
+ font-size: 20px;
}
h6 {
- font-size: 1.6rem;
+ font-size: 16px;
}
// Paragraphs
p {
- line-height: 2.4rem;
- margin: 0 0 1rem;
+ line-height: 1.2 * @line-height;
+ margin: 0 0 @unit-3;
}
// Semantic text elements
@@ -45,7 +45,7 @@ u {
}
abbr[title] {
- border-bottom: .1rem dotted;
+ border-bottom: @border-width dotted;
cursor: help;
text-decoration: none;
}
@@ -62,9 +62,9 @@ mark {
// Blockquote
blockquote {
- border-left: .2rem solid @border-color;
+ border-left: @border-width-lg solid @border-color;
margin-left: 0;
- padding: 1rem 2rem;
+ padding: @unit-2 @unit-4;
p:last-child {
margin-bottom: 0;
@@ -78,16 +78,16 @@ blockquote {
// Lists
ul,
ol {
- margin: 2rem 0 2rem 2rem;
+ margin: @unit-4 0 @unit-4 @unit-4;
padding: 0;
ul,
ol {
- margin: 1.5rem 0 1.5rem 2rem;
+ margin: @unit-4 0 @unit-4 @unit-4;
}
li {
- margin-top: 1rem;
+ margin-top: @unit-2;
}
}
@@ -112,6 +112,6 @@ dl {
font-weight: bold;
}
dd {
- margin: .5rem 0 1.5rem 0;
+ margin: @unit-2 0 @unit-4 0;
}
}
diff --git a/src/utilities/display.less b/src/utilities/display.less
index f6a54b5..a00aa4a 100644
--- a/src/utilities/display.less
+++ b/src/utilities/display.less
@@ -34,12 +34,12 @@
.text-assistive {
border: 0;
clip: rect(0,0,0,0);
- height: .1rem;
- margin: -.1rem;
+ height: 1px;
+ margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
- width: .1rem;
+ width: 1px;
}
.hand {
cursor: pointer;
diff --git a/src/utilities/divider.less b/src/utilities/divider.less
index fe30f68..f59d0ea 100644
--- a/src/utilities/divider.less
+++ b/src/utilities/divider.less
@@ -10,35 +10,35 @@
content: attr(data-content);
display: inline-block;
font-size: @font-size-sm;
- padding: 0 .8rem;
- transform: translateY(-1.1rem);
+ padding: 0 @unit-2;
+ transform: translateY(-@font-size-sm + @border-width);
}
}
.divider {
border-top: @border-width solid @border-color;
- height: .1rem;
- margin: 1rem 0;
+ height: @border-width;
+ margin: @layout-spacing 0;
}
.divider-vert {
display: block;
- padding: @layout-padding;
+ padding: @layout-spacing;
&::before {
border-left: @border-width solid @border-color;
- bottom: @layout-padding;
+ bottom: @layout-spacing;
content: "";
display: block;
left: 50%;
position: absolute;
- top: @layout-padding;
+ top: @layout-spacing;
transform: translateX(-50%);
}
&[data-content]::after {
left: 50%;
- padding: .4rem 0;
+ padding: @unit-1 0;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
diff --git a/src/utilities/loading.less b/src/utilities/loading.less
index 6f8b6e5..8b5c784 100644
--- a/src/utilities/loading.less
+++ b/src/utilities/loading.less
@@ -1,24 +1,24 @@
// Loading
.loading {
color: transparent !important;
- min-height: 1.6rem;
+ min-height: @unit-4;
pointer-events: none;
position: relative;
&::after {
animation: loading 500ms infinite linear;
- border: .2rem solid @primary-color;
- border-radius: .8rem;
+ border: @border-width-lg solid @primary-color;
+ border-radius: @unit-2;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
- height: 1.6rem;
+ height: @unit-4;
left: 50%;
- margin-left: -.8rem;
- margin-top: -.8rem;
+ margin-left: -@unit-2;
+ margin-top: -@unit-2;
position: absolute;
top: 50%;
- width: 1.6rem;
+ width: @unit-4;
z-index: @zindex-0;
}
}
diff --git a/src/utilities/position.less b/src/utilities/position.less
index c71af85..71957d5 100644
--- a/src/utilities/position.less
+++ b/src/utilities/position.less
@@ -27,64 +27,64 @@
// Spacing
.mt-10 {
- margin-top: 1rem;
+ margin-top: 10px;
}
.mr-10 {
- margin-right: 1rem;
+ margin-right: 10px;
}
.mb-10 {
- margin-bottom: 1rem;
+ margin-bottom: 10px;
}
.ml-10 {
- margin-left: 1rem;
+ margin-left: 10px;
}
.m-10 {
- margin: 1rem;
+ margin: 10px;
}
.mt-5 {
- margin-top: .5rem;
+ margin-top: 5px;
}
.mr-5 {
- margin-right: .5rem;
+ margin-right: 5px;
}
.mb-5 {
- margin-bottom: .5rem;
+ margin-bottom: 5px;
}
.ml-5 {
- margin-left: .5rem;
+ margin-left: 5px;
}
.m-5 {
- margin: .5rem;
+ margin: 5px;
}
.pt-10 {
- padding-top: 1rem;
+ padding-top: 10px;
}
.pr-10 {
- padding-right: 1rem;
+ padding-right: 10px;
}
.pb-10 {
- padding-bottom: 1rem;
+ padding-bottom: 10px;
}
.pl-10 {
- padding-left: 1rem;
+ padding-left: 10px;
}
.p-10 {
- padding: 1rem;
+ padding: 10px;
}
.pt-5 {
- padding-top: .5rem;
+ padding-top: 5px;
}
.pr-5 {
- padding-right: .5rem;
+ padding-right: 5px;
}
.pb-5 {
- padding-bottom: .5rem;
+ padding-bottom: 5px;
}
.pl-5 {
- padding-left: .5rem;
+ padding-left: 5px;
}
.p-5 {
- padding: .5rem;
+ padding: 5px;
}
diff --git a/src/utilities/shadow.less b/src/utilities/shadow.less
index 9d8ff2a..33086ad 100644
--- a/src/utilities/shadow.less
+++ b/src/utilities/shadow.less
@@ -3,14 +3,14 @@
.shadow-variant(0);
}
.shadow-1 {
- .shadow-variant(.1rem);
+ .shadow-variant(1px);
}
.shadow-2 {
- .shadow-variant(.2rem);
+ .shadow-variant(2px);
}
.shadow-3 {
- .shadow-variant(.3rem);
+ .shadow-variant(3px);
}
.shadow-4 {
- .shadow-variant(.4rem);
+ .shadow-variant(4px);
}
diff --git a/src/variables.less b/src/variables.less
index 0b7ba53..42eec35 100644
--- a/src/variables.less
+++ b/src/variables.less
@@ -5,9 +5,10 @@
@html-line-height: 1.428571429;
@body-bg: @bg-color-light;
@body-font-color: @dark-color;
-@font-size: 1.4rem;
-@font-size-sm: 1.2rem;
-@font-size-lg: 1.6rem;
+@font-size: 14px;
+@font-size-sm: 12px;
+@font-size-lg: 16px;
+@line-height: 20px;
// Fonts
// Credit: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
@@ -18,12 +19,31 @@
@cjk-ko-font-family: @base-font-family, "Malgun Gothic", @fallback-font-family;
@body-font-family: @base-font-family, @fallback-font-family;
+// Unit sizes
+@unit-0: 1px;
+@unit-h: 2px;
+@unit-1: 4px;
+@unit-2: 8px;
+@unit-3: 12px;
+@unit-4: 16px;
+@unit-5: 20px;
+@unit-6: 24px;
+@unit-7: 28px;
+@unit-8: 32px;
+@unit-9: 36px;
+@unit-10: 40px;
+@unit-12: 48px;
+@unit-16: 64px;
+
// Sizes
-@layout-padding: 1rem;
-@layout-padding-lg: 1.5rem;
-@control-min-width: 18rem;
-@border-radius: .2rem;
-@border-width: .1rem;
+@layout-spacing: 10px;
+@layout-spacing-sm: 5px;
+@layout-spacing-lg: 15px;
+@control-min-width: 180px;
+@control-max-width: 320px;
+@border-radius: 2px;
+@border-width: 1px;
+@border-width-lg: 2px;
// Colors
// Core colors