Release 1.0.0-beta3

This commit is contained in:
codecalm
2021-05-08 17:02:19 +02:00
parent 4e6fa41f4f
commit 1ce0958af0
158 changed files with 4128 additions and 5041 deletions
+21 -18
View File
@@ -1,6 +1,6 @@
/*!
* Tabler v1.0.0-beta2 (https://tabler.io)
* @version 1.0.0-beta2
* Tabler v1.0.0-beta3 (https://tabler.io)
* @version 1.0.0-beta3
* @link https://tabler.io
* Copyright 2018-2021 The Tabler Authors
* Copyright 2018-2021 codecalm.net Paweł Kuna
@@ -3052,10 +3052,14 @@ textarea.form-control-lg {
border-width: 0; }
.accordion-flush .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0; }
.accordion-flush .accordion-item:first-child {
border-top: 0; }
.accordion-flush .accordion-item:last-child {
border-bottom: 0; }
.accordion-flush .accordion-item .accordion-button {
border-right: 0;
border-left: 0;
border-radius: 0; }
.breadcrumb {
@@ -5360,7 +5364,7 @@ textarea.form-control-lg {
border-radius: 50% !important; }
.rounded-pill {
border-radius: 50% !important; }
border-radius: 100rem !important; }
.rounded-top {
border-top-left-radius: 4px !important;
@@ -8799,13 +8803,13 @@ Navbar vertical
position: absolute;
right: 0;
bottom: 0;
border-radius: 50%;
border-radius: 100rem;
box-shadow: 0 0 0 2px #ffffff; }
a.avatar {
cursor: pointer; }
.avatar-rounded {
border-radius: 50%; }
border-radius: 100rem; }
.avatar-xs {
--tblr-avatar-size: 1.25rem; }
@@ -8909,8 +8913,7 @@ Navbar vertical
font-weight: 600;
font-size: 0.625rem;
letter-spacing: .04em;
text-transform: uppercase;
vertical-align: bottom; }
text-transform: uppercase; }
a.badge {
color: #ffffff; }
.badge:empty {
@@ -8920,7 +8923,7 @@ Navbar vertical
min-width: 0;
min-height: auto;
padding: 0;
border-radius: 50%; }
border-radius: 100rem; }
.badge .avatar {
box-sizing: content-box;
width: 1.25rem;
@@ -9069,7 +9072,7 @@ Navbar vertical
z-index: 1030;
bottom: 1.5rem;
right: 1.5rem;
border-radius: 50%; }
border-radius: 100rem; }
.btn-loading {
position: relative;
@@ -9082,7 +9085,7 @@ Navbar vertical
vertical-align: text-bottom;
border: 1px solid currentColor;
border-right-color: transparent;
border-radius: 50%;
border-radius: 100rem;
color: #ffffff;
position: absolute;
width: 1rem;
@@ -9383,7 +9386,7 @@ Navbar vertical
cursor: pointer;
background: 0 0;
border: 1px solid transparent;
border-radius: 50%;
border-radius: 100rem;
outline: 0;
transition: background .3s, border .3s, box-shadow .32s, color .3s; }
.calendar-date .date-item:hover {
@@ -10355,7 +10358,7 @@ Form help
-ms-user-select: none;
user-select: none;
background: rgba(135, 142, 151, 0.1);
border-radius: 50%;
border-radius: 100rem;
transition: .3s background-color, .3s color; }
.form-help:hover, .form-help[aria-describedby] {
color: #ffffff;
@@ -10785,7 +10788,7 @@ Form switch
color: #ffffff;
text-align: center;
background: #656d77;
border-radius: 50%; }
border-radius: 100rem; }
.list-timeline-icon .icon {
width: 1rem;
height: 1rem;
@@ -10893,7 +10896,7 @@ Inline list
border-color: transparent;
border-top-color: currentColor;
border-left-color: currentColor;
border-radius: 50%;
border-radius: 100rem;
-webkit-animation: loader .6s linear;
animation: loader .6s linear;
-webkit-animation-iteration-count: infinite;
@@ -11383,7 +11386,7 @@ Markdown
vertical-align: bottom;
width: 2.5rem;
height: 2.5rem;
border-radius: 50%; }
border-radius: 100rem; }
.skeleton-avatar-xs {
width: 1.25rem;
height: 1.25rem; }
@@ -11588,7 +11591,7 @@ Markdown
display: block;
content: "";
border: 2px solid #ffffff;
border-radius: 50%;
border-radius: 100rem;
transform: translateX(-50%); }
.step-item.active {
font-weight: 600; }