Update bower dependencies.

This commit is contained in:
baldo 2019-03-29 22:00:08 +01:00
commit 2beab45f32
185 changed files with 21480 additions and 8110 deletions

View file

@ -9,7 +9,7 @@
background-color: $panel-bg;
border: 1px solid transparent;
border-radius: $panel-border-radius;
@include box-shadow(0 1px 1px rgba(0,0,0,.05));
@include box-shadow(0 1px 1px rgba(0, 0, 0, .05));
}
// Panel contents
@ -113,8 +113,8 @@
margin-bottom: 0;
caption {
padding-left: $panel-body-padding;
padding-right: $panel-body-padding;
padding-left: $panel-body-padding;
}
}
// Add border top radius for first one
@ -147,8 +147,8 @@
> tbody:last-child,
> tfoot:last-child {
> tr:last-child {
border-bottom-left-radius: ($panel-border-radius - 1);
border-bottom-right-radius: ($panel-border-radius - 1);
border-bottom-left-radius: ($panel-border-radius - 1);
td:first-child,
th:first-child {
@ -208,8 +208,8 @@
}
}
> .table-responsive {
border: 0;
margin-bottom: 0;
border: 0;
}
}