Skip to content

Commit

Permalink
Release 4.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Martussky committed Sep 16, 2019
1 parent 824b429 commit 654f039
Show file tree
Hide file tree
Showing 165 changed files with 16,545 additions and 32,760 deletions.
1,626 changes: 542 additions & 1,084 deletions admin/css/mdb.css

Large diffs are not rendered by default.

315 changes: 105 additions & 210 deletions admin/css/mdb.lite.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions admin/css/mdb.lite.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions admin/css/mdb.min.css

Large diffs are not rendered by default.

1,311 changes: 437 additions & 874 deletions admin/css/modules/animations-extended.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/css/modules/animations-extended.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/js/mdb.js 100644 → 100755
@@ -1,6 +1,6 @@
/*!
* Material Design for Bootstrap 4
* Version: MDB FREE: 4.8.9
* Version: MDB FREE: 4.8.10
*
*
* Copyright: Material Design for Bootstrap
Expand Down
4 changes: 4 additions & 0 deletions admin/scss/free/_buttons.scss
Expand Up @@ -17,6 +17,10 @@
box-shadow: $z-depth-1-half;
}

.btn-block {
margin: 0;
}

.fas,
.fab,
.far {
Expand Down
5 changes: 2 additions & 3 deletions admin/scss/free/_forms.scss
Expand Up @@ -239,7 +239,6 @@
&.md-textarea {
overflow-y: hidden;
padding: $textarea-padding 0;
resize: none;
}

&.md-textarea-auto {
Expand Down Expand Up @@ -324,14 +323,14 @@

&.form-control.valid+label:after,
&.form-control:focus.valid+label:after {
top: 2.75rem;
top: 4rem;
left: 0;
position: absolute;
}

&.form-control.invalid+label:after,
&.form-control:focus.invalid+label:after {
top: 2.75rem;
top: 4rem;
left: 0;
position: absolute;
}
Expand Down
2 changes: 1 addition & 1 deletion admin/scss/mdb.lite.scss
@@ -1,6 +1,6 @@
/*!
* Material Design for Bootstrap 4
* Version: MDB Lite 4.8.9
* Version: MDB Lite 4.8.10
*
*
* Copyright: Material Design for Bootstrap
Expand Down
2 changes: 1 addition & 1 deletion admin/scss/mdb.scss
@@ -1,6 +1,6 @@
/*!
* Material Design for Bootstrap 4
* Version: MDB FREE 4.8.9
* Version: MDB FREE 4.8.10
*
*
* Copyright: Material Design for Bootstrap
Expand Down

0 comments on commit 654f039

Please sign in to comment.