mirror of
https://github.com/tabler/tabler.git
synced 2026-08-17 08:33:51 +04:00
Release 1.0.0-alpha.10
This commit is contained in:
Vendored
+289
-2
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Tabler v1.0.0-alpha.9 (https://tabler.io)
|
||||
* @version 1.0.0-alpha.9
|
||||
* Tabler v1.0.0-alpha.10 (https://tabler.io)
|
||||
* @version 1.0.0-alpha.10
|
||||
* @link https://tabler.io
|
||||
* Copyright 2018-2020 The Tabler Authors
|
||||
* Copyright 2018-2020 codecalm.net Paweł Kuna
|
||||
@@ -9406,6 +9406,16 @@ Navbar vertical
|
||||
text-decoration: none;
|
||||
box-shadow: rgba(35, 46, 60, 0.16) 0 2px 16px 0; }
|
||||
|
||||
.card-img,
|
||||
.card-img-left {
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px; }
|
||||
|
||||
.card-img,
|
||||
.card-img-right {
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px; }
|
||||
|
||||
.card-inactive {
|
||||
pointer-events: none;
|
||||
box-shadow: none; }
|
||||
@@ -9906,6 +9916,198 @@ Card tabs
|
||||
--tblr-gutter-x: 0.5rem;
|
||||
--tblr-gutter-y: 0.5rem; } }
|
||||
|
||||
.space-y > :not(template) ~ :not(template) {
|
||||
margin-top: 1rem !important; }
|
||||
|
||||
.space-x > :not(template) ~ :not(template) {
|
||||
margin-left: 1rem !important; }
|
||||
|
||||
.space-y-0 > :not(template) ~ :not(template) {
|
||||
margin-top: 0 !important; }
|
||||
|
||||
.space-x-0 > :not(template) ~ :not(template) {
|
||||
margin-left: 0 !important; }
|
||||
|
||||
.space-y-1 > :not(template) ~ :not(template) {
|
||||
margin-top: 0.25rem !important; }
|
||||
|
||||
.space-x-1 > :not(template) ~ :not(template) {
|
||||
margin-left: 0.25rem !important; }
|
||||
|
||||
.space-y-2 > :not(template) ~ :not(template) {
|
||||
margin-top: 0.5rem !important; }
|
||||
|
||||
.space-x-2 > :not(template) ~ :not(template) {
|
||||
margin-left: 0.5rem !important; }
|
||||
|
||||
.space-y-3 > :not(template) ~ :not(template) {
|
||||
margin-top: 1rem !important; }
|
||||
|
||||
.space-x-3 > :not(template) ~ :not(template) {
|
||||
margin-left: 1rem !important; }
|
||||
|
||||
.space-y-4 > :not(template) ~ :not(template) {
|
||||
margin-top: 1.25rem !important; }
|
||||
|
||||
.space-x-4 > :not(template) ~ :not(template) {
|
||||
margin-left: 1.25rem !important; }
|
||||
|
||||
.space-y-5 > :not(template) ~ :not(template) {
|
||||
margin-top: 3rem !important; }
|
||||
|
||||
.space-x-5 > :not(template) ~ :not(template) {
|
||||
margin-left: 3rem !important; }
|
||||
|
||||
.space-y-6 > :not(template) ~ :not(template) {
|
||||
margin-top: 4.5rem !important; }
|
||||
|
||||
.space-x-6 > :not(template) ~ :not(template) {
|
||||
margin-left: 4.5rem !important; }
|
||||
|
||||
.divide-y > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y > :not(template):not(:first-child) {
|
||||
padding-top: 0.5rem !important; }
|
||||
|
||||
.divide-y > :not(template):not(:last-child) {
|
||||
padding-bottom: 0.5rem !important; }
|
||||
|
||||
.divide-x > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x > :not(template):not(:first-child) {
|
||||
padding-left: 0.5rem !important; }
|
||||
|
||||
.divide-x > :not(template):not(:last-child) {
|
||||
padding-right: 0.5rem !important; }
|
||||
|
||||
.divide-y-0 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-0 > :not(template):not(:first-child) {
|
||||
padding-top: 0 !important; }
|
||||
|
||||
.divide-y-0 > :not(template):not(:last-child) {
|
||||
padding-bottom: 0 !important; }
|
||||
|
||||
.divide-x-0 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-0 > :not(template):not(:first-child) {
|
||||
padding-left: 0 !important; }
|
||||
|
||||
.divide-x-0 > :not(template):not(:last-child) {
|
||||
padding-right: 0 !important; }
|
||||
|
||||
.divide-y-1 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-1 > :not(template):not(:first-child) {
|
||||
padding-top: 0.125rem !important; }
|
||||
|
||||
.divide-y-1 > :not(template):not(:last-child) {
|
||||
padding-bottom: 0.125rem !important; }
|
||||
|
||||
.divide-x-1 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-1 > :not(template):not(:first-child) {
|
||||
padding-left: 0.125rem !important; }
|
||||
|
||||
.divide-x-1 > :not(template):not(:last-child) {
|
||||
padding-right: 0.125rem !important; }
|
||||
|
||||
.divide-y-2 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-2 > :not(template):not(:first-child) {
|
||||
padding-top: 0.25rem !important; }
|
||||
|
||||
.divide-y-2 > :not(template):not(:last-child) {
|
||||
padding-bottom: 0.25rem !important; }
|
||||
|
||||
.divide-x-2 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-2 > :not(template):not(:first-child) {
|
||||
padding-left: 0.25rem !important; }
|
||||
|
||||
.divide-x-2 > :not(template):not(:last-child) {
|
||||
padding-right: 0.25rem !important; }
|
||||
|
||||
.divide-y-3 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-3 > :not(template):not(:first-child) {
|
||||
padding-top: 0.5rem !important; }
|
||||
|
||||
.divide-y-3 > :not(template):not(:last-child) {
|
||||
padding-bottom: 0.5rem !important; }
|
||||
|
||||
.divide-x-3 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-3 > :not(template):not(:first-child) {
|
||||
padding-left: 0.5rem !important; }
|
||||
|
||||
.divide-x-3 > :not(template):not(:last-child) {
|
||||
padding-right: 0.5rem !important; }
|
||||
|
||||
.divide-y-4 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-4 > :not(template):not(:first-child) {
|
||||
padding-top: 0.625rem !important; }
|
||||
|
||||
.divide-y-4 > :not(template):not(:last-child) {
|
||||
padding-bottom: 0.625rem !important; }
|
||||
|
||||
.divide-x-4 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-4 > :not(template):not(:first-child) {
|
||||
padding-left: 0.625rem !important; }
|
||||
|
||||
.divide-x-4 > :not(template):not(:last-child) {
|
||||
padding-right: 0.625rem !important; }
|
||||
|
||||
.divide-y-5 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-5 > :not(template):not(:first-child) {
|
||||
padding-top: 1.5rem !important; }
|
||||
|
||||
.divide-y-5 > :not(template):not(:last-child) {
|
||||
padding-bottom: 1.5rem !important; }
|
||||
|
||||
.divide-x-5 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-5 > :not(template):not(:first-child) {
|
||||
padding-left: 1.5rem !important; }
|
||||
|
||||
.divide-x-5 > :not(template):not(:last-child) {
|
||||
padding-right: 1.5rem !important; }
|
||||
|
||||
.divide-y-6 > :not(template) ~ :not(template) {
|
||||
border-top: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-y-6 > :not(template):not(:first-child) {
|
||||
padding-top: 2.25rem !important; }
|
||||
|
||||
.divide-y-6 > :not(template):not(:last-child) {
|
||||
padding-bottom: 2.25rem !important; }
|
||||
|
||||
.divide-x-6 > :not(template) ~ :not(template) {
|
||||
border-left: 1px solid rgba(110, 117, 126, 0.16) !important; }
|
||||
|
||||
.divide-x-6 > :not(template):not(:first-child) {
|
||||
padding-left: 2.25rem !important; }
|
||||
|
||||
.divide-x-6 > :not(template):not(:last-child) {
|
||||
padding-right: 2.25rem !important; }
|
||||
|
||||
.icon {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
@@ -10421,6 +10623,10 @@ Remove the cancel buttons in Chrome and Safari on macOS.
|
||||
height: .75em;
|
||||
border-radius: 3px; }
|
||||
|
||||
.list-group {
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.list-item {
|
||||
position: relative;
|
||||
display: flex;
|
||||
@@ -10972,6 +11178,87 @@ Dimmer
|
||||
border-bottom-color: transparent;
|
||||
border-bottom-width: .5rem; }
|
||||
|
||||
@-webkit-keyframes skeleton-load {
|
||||
from {
|
||||
background-position: 0 0; }
|
||||
to {
|
||||
background-position: 100vw 0; } }
|
||||
|
||||
@keyframes skeleton-load {
|
||||
from {
|
||||
background-position: 0 0; }
|
||||
to {
|
||||
background-position: 100vw 0; } }
|
||||
|
||||
.skeleton-avatar, .skeleton-line:after, .skeleton-heading:after, .skeleton-image {
|
||||
background-image: linear-gradient(to right, #edf0f4 0, #dce0e5 40%, #edf0f4 80%);
|
||||
background-size: 50vw 100%;
|
||||
background-attachment: fixed;
|
||||
-webkit-animation: skeleton-load 2s linear infinite;
|
||||
animation: skeleton-load 2s linear infinite; }
|
||||
|
||||
.skeleton-avatar {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
border-radius: 50%; }
|
||||
.skeleton-avatar-xs {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem; }
|
||||
.skeleton-avatar-sm {
|
||||
width: 2rem;
|
||||
height: 2rem; }
|
||||
.skeleton-avatar-md {
|
||||
width: 3.75rem;
|
||||
height: 3.75rem; }
|
||||
.skeleton-avatar-lg {
|
||||
width: 5rem;
|
||||
height: 5rem; }
|
||||
.skeleton-avatar-xl {
|
||||
width: 7rem;
|
||||
height: 7rem; }
|
||||
|
||||
.skeleton-line, .skeleton-heading {
|
||||
padding: .375rem 0;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
height: 1.25rem; }
|
||||
.skeleton-line:after, .skeleton-heading:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
border-radius: 3px;
|
||||
width: 100%; }
|
||||
.skeleton-line:nth-child(5n+2):after, .skeleton-heading:nth-child(5n+2):after {
|
||||
width: 80%; }
|
||||
.skeleton-line:nth-child(5n+3):after, .skeleton-heading:nth-child(5n+3):after {
|
||||
width: 90%; }
|
||||
.skeleton-line:nth-child(5n+4):after, .skeleton-heading:nth-child(5n+4):after {
|
||||
width: 95%; }
|
||||
.skeleton-line:nth-child(5n+5):after, .skeleton-heading:nth-child(5n+5):after {
|
||||
width: 85%; }
|
||||
|
||||
.skeleton-line-full:after {
|
||||
width: 100% !important; }
|
||||
|
||||
.skeleton-heading {
|
||||
height: 1.5rem;
|
||||
margin-bottom: .5rem; }
|
||||
.skeleton-heading:after {
|
||||
width: 70%; }
|
||||
|
||||
.skeleton-image:after {
|
||||
content: '';
|
||||
padding-top: 56.25%;
|
||||
display: block; }
|
||||
|
||||
.card-img-top .skeleton-image,
|
||||
.card-img-bottom .skeleton-image,
|
||||
.card-img-left .skeleton-image,
|
||||
.card-img-right .skeleton-image {
|
||||
border-radius: inherit; }
|
||||
|
||||
.steps {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user