Skip to content

Commit cfd71dd

Browse files
author
Magda
committed
Update to 5.8.3
1 parent fa08ad4 commit cfd71dd

File tree

22 files changed

+6112
-6072
lines changed

22 files changed

+6112
-6072
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ __________
5858

5959
# Version
6060

61-
- MDBVue 5.8.2
61+
- MDBVue 5.8.3
6262
- Vue 2.6.10
6363

6464
# Quick start

build/css/free/modules/animations-extended/animations-extended.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
66.6% {
186186
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
187187
77.7% {
188-
transform: skewX(0.39063deg) skewY(0.39063deg); }
188+
transform: skewX(0.39062deg) skewY(0.39062deg); }
189189
88.8% {
190190
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
191191

build/css/mdb.css

Lines changed: 76 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
@charset "UTF-8";
2-
/*!
3-
* Material Design for Bootstrap 4
4-
* Version: MDB FREE 4.8.9
5-
*
6-
*
7-
* Copyright: Material Design for Bootstrap
8-
* https://mdbootstrap.com/
9-
*
10-
* Read the license: https://mdbootstrap.com/general/license/
11-
*
12-
*
13-
* Documentation: https://mdbootstrap.com/
14-
*
15-
* Getting started: https://mdbootstrap.com/docs/jquery/getting-started/download/
16-
*
17-
* Tutorials: https://mdbootstrap.com/education/bootstrap/
18-
*
19-
* Templates: https://mdbootstrap.com/templates/
20-
*
21-
* Support: https://mdbootstrap.com/support/
22-
*
23-
* Contact: [email protected]
24-
*
25-
* Attribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js
26-
*
2+
/*!
3+
* Material Design for Bootstrap 4
4+
* Version: MDB FREE 4.8.10
5+
*
6+
*
7+
* Copyright: Material Design for Bootstrap
8+
* https://mdbootstrap.com/
9+
*
10+
* Read the license: https://mdbootstrap.com/general/license/
11+
*
12+
*
13+
* Documentation: https://mdbootstrap.com/
14+
*
15+
* Getting started: https://mdbootstrap.com/docs/jquery/getting-started/download/
16+
*
17+
* Tutorials: https://mdbootstrap.com/education/bootstrap/
18+
*
19+
* Templates: https://mdbootstrap.com/templates/
20+
*
21+
* Support: https://mdbootstrap.com/support/
22+
*
23+
* Contact: [email protected]
24+
*
25+
* Attribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js
26+
*
2727
*/
2828
.mdb-color.lighten-5 {
2929
background-color: #d0d6e2 !important; }
@@ -1749,12 +1749,12 @@ a.text-light:hover, a.text-light:focus {
17491749
background: url("../img/overlays/09.png");
17501750
background-attachment: fixed; }
17511751

1752-
/*!
1753-
* Waves v0.7.6
1754-
* http://fian.my.id/Waves
1755-
*
1756-
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
1757-
* Released under the MIT license
1752+
/*!
1753+
* Waves v0.7.6
1754+
* http://fian.my.id/Waves
1755+
*
1756+
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
1757+
* Released under the MIT license
17581758
* https://github.com/fians/Waves/blob/master/LICENSE */
17591759
.waves-effect {
17601760
position: relative;
@@ -1881,12 +1881,12 @@ a.text-light:hover, a.text-light:focus {
18811881
a.waves-effect, a.waves-light {
18821882
display: inline-block; }
18831883

1884-
/*!
1885-
* animate.css -http://daneden.me/animate
1886-
* Version - 3.7.0
1887-
* Licensed under the MIT license - http://opensource.org/licenses/MIT
1888-
*
1889-
* Copyright (c) 2018 Daniel Eden
1884+
/*!
1885+
* animate.css -http://daneden.me/animate
1886+
* Version - 3.7.0
1887+
* Licensed under the MIT license - http://opensource.org/licenses/MIT
1888+
*
1889+
* Copyright (c) 2018 Daniel Eden
18901890
*/
18911891
.animated {
18921892
animation-duration: 1s;
@@ -2019,12 +2019,12 @@ a.waves-effect, a.waves-light {
20192019
.fadeOutUp {
20202020
animation-name: fadeOutUp; }
20212021

2022-
/*!
2023-
* animate.css -http://daneden.me/animate
2024-
* Version - 3.7.0
2025-
* Licensed under the MIT license - http://opensource.org/licenses/MIT
2026-
*
2027-
* Copyright (c) 2018 Daniel Eden
2022+
/*!
2023+
* animate.css -http://daneden.me/animate
2024+
* Version - 3.7.0
2025+
* Licensed under the MIT license - http://opensource.org/licenses/MIT
2026+
*
2027+
* Copyright (c) 2018 Daniel Eden
20282028
*/
20292029
@keyframes bounce {
20302030
from,
@@ -2201,7 +2201,7 @@ a.waves-effect, a.waves-light {
22012201
66.6% {
22022202
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
22032203
77.7% {
2204-
transform: skewX(0.39063deg) skewY(0.39063deg); }
2204+
transform: skewX(0.39062deg) skewY(0.39062deg); }
22052205
88.8% {
22062206
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
22072207

@@ -3022,6 +3022,8 @@ a.waves-effect, a.waves-light {
30223022
.btn:hover, .btn:focus, .btn:active {
30233023
outline: 0;
30243024
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
3025+
.btn .btn-block {
3026+
margin: 0; }
30253027
.btn .fas.right,
30263028
.btn .fab.right,
30273029
.btn .far.right {
@@ -5202,17 +5204,17 @@ body.scrollable {
52025204
.modal-dialog.cascading-modal .modal-header .social-buttons a {
52035205
font-size: 1rem; }
52045206
.modal-dialog.cascading-modal .modal-c-tabs {
5205-
/*
5206-
.md-tabs {
5207-
border-radius: $md-card-border-radius;
5208-
.nav-item {
5209-
.nav-link {
5210-
border-radius: $md-card-border-radius;
5211-
background-color: inherit;
5212-
color: $white-base;
5213-
}
5214-
}
5215-
}
5207+
/*
5208+
.md-tabs {
5209+
border-radius: $md-card-border-radius;
5210+
.nav-item {
5211+
.nav-link {
5212+
border-radius: $md-card-border-radius;
5213+
background-color: inherit;
5214+
color: $white-base;
5215+
}
5216+
}
5217+
}
52165218
*/ }
52175219
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs {
52185220
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
@@ -5980,8 +5982,7 @@ body.scrollable {
59805982
margin-left: 2rem; }
59815983
.md-form textarea.md-textarea {
59825984
overflow-y: hidden;
5983-
padding: 1.5rem 0;
5984-
resize: none; }
5985+
padding: 1.5rem 0; }
59855986
.md-form textarea.md-textarea-auto {
59865987
padding: 0;
59875988
padding-top: 1.5rem; }
@@ -6187,7 +6188,7 @@ body.scrollable {
61876188
.md-form.md-outline input[type=search].form-control:focus.valid + label:after,
61886189
.md-form.md-outline textarea.md-textarea.form-control.valid + label:after,
61896190
.md-form.md-outline textarea.md-textarea.form-control:focus.valid + label:after {
6190-
top: 2.75rem;
6191+
top: 4rem;
61916192
left: 0;
61926193
position: absolute; }
61936194
.md-form.md-outline input[type=text].form-control.invalid + label:after,
@@ -6214,7 +6215,7 @@ body.scrollable {
62146215
.md-form.md-outline input[type=search].form-control:focus.invalid + label:after,
62156216
.md-form.md-outline textarea.md-textarea.form-control.invalid + label:after,
62166217
.md-form.md-outline textarea.md-textarea.form-control:focus.invalid + label:after {
6217-
top: 2.75rem;
6218+
top: 4rem;
62186219
left: 0;
62196220
position: absolute; }
62206221
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
@@ -6341,8 +6342,8 @@ body.scrollable {
63416342
border-top-right-radius: .3rem;
63426343
background: #f5f5f5 no-repeat;
63436344
background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
6344-
background-size: 0 2px, 100% 1px;
6345-
background-position: 50% 100%, 50% 100%;
6345+
background-size: 0 2px, 100% 1px;
6346+
background-position: 50% 100%, 50% 100%;
63466347
transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }
63476348
.md-form.md-bg input[type=text]:focus:not([readonly]),
63486349
.md-form.md-bg input[type=password]:focus:not([readonly]),
@@ -6639,20 +6640,20 @@ table.table-sm td {
66396640
.table-responsive-xl > .table-bordered {
66406641
border-top: 1px solid #dee2e6; }
66416642

6642-
/*
6643-
.navbar {
6644-
&.fixed-top,
6645-
&.sticky-top {
6646-
.navbar-collapse {
6647-
@media (min-width: 400px) and (max-width: 767px),
6648-
(min-width: 800px) and (max-width: 850px) {
6649-
max-height: 340px;
6650-
overflow-x: hidden;
6651-
overflow-y: auto;
6652-
}
6653-
}
6654-
}
6655-
}
6643+
/*
6644+
.navbar {
6645+
&.fixed-top,
6646+
&.sticky-top {
6647+
.navbar-collapse {
6648+
@media (min-width: 400px) and (max-width: 767px),
6649+
(min-width: 800px) and (max-width: 850px) {
6650+
max-height: 340px;
6651+
overflow-x: hidden;
6652+
overflow-y: auto;
6653+
}
6654+
}
6655+
}
6656+
}
66566657
*/
66576658
ul.stepper {
66586659
counter-reset: section;

0 commit comments

Comments
 (0)