Skip to content

Commit 96444ac

Browse files
author
unknown
committed
Release 2.2.1
1 parent bea9785 commit 96444ac

File tree

8 files changed

+22
-17
lines changed

8 files changed

+22
-17
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MDB5
2-
Version: FREE 2.2.0
2+
Version: FREE 2.2.1
33

44
Documentation:
55
https://mdbootstrap.com/docs/standard/

css/mdb.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
body {
2222
background-color: #2e2e2e;
2323
}
24-
24+
2525
.text-poppy-red {
2626
color: #ef5350 !important;
2727
}
28-
28+
2929
​ .btn-poppy-red {
3030
background-color: #ef5350 !important;
3131
}
32-
32+
3333
​ .bg-poppy-red {
3434
background-color: #ef5350 !important;
3535
}
@@ -43,11 +43,16 @@
4343
<h1 class="text-white text-poppy-red">BLACK NOVEMBER SURPRISE!</h1>
4444
<i class="fas fa-shopping-basket text-white fa-10x"></i>
4545
<p class="mt-2 text-white">
46-
Check what we have prepared and start using the richest UI Kit today.<br />Hurry up & don't
47-
loose your chance.
46+
Check what we have prepared and start using the richest UI Kit today.<br />Hurry up &
47+
don't loose your chance.
4848
</p>
4949
<p>
50-
<a type="button" class="btn btn-danger btn-rounded btn-lg text-white bg-poppy-red" href="https://mdbootstrap.com/sale/" ><i class="fas fa-cart-arrow-down"></i> CLAIM OFFER</a>
50+
<a
51+
type="button"
52+
class="btn btn-danger btn-rounded btn-lg text-white bg-poppy-red"
53+
href="https://mdbootstrap.com/sale/"
54+
><i class="fas fa-cart-arrow-down"></i> CLAIM OFFER</a
55+
>
5156
</p>
5257
</div>
5358
</div>
@@ -59,4 +64,4 @@ <h1 class="text-white text-poppy-red">BLACK NOVEMBER SURPRISE!</h1>
5964
<script type="text/javascript" src="js/mdb.min.js"></script>
6065
<!-- Custom scripts -->
6166
<script type="text/javascript"></script>
62-
</html>
67+
</html>

js/mdb.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/mdb.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-ui-kit",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"main": "js/mdb.min.js",
55
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
66
"author": "MDBootstrap",

src/scss/free/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ $note: map-merge(
339339
),
340340
),
341341
$note
342-
) !default;
342+
);
343343
// scss-docs-end note-colors-map
344344

345345
// Body

0 commit comments

Comments
 (0)