Skip to content

Commit 9a72e78

Browse files
committed
v3.2.0
1 parent d441a3a commit 9a72e78

23 files changed

Lines changed: 2237 additions & 547 deletions

assets/css/material-dashboard.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22483,6 +22483,7 @@ fieldset:disabled .btn {
2248322483
.card.card-plain {
2248422484
background-color: transparent;
2248522485
box-shadow: none;
22486+
border: none;
2248622487
}
2248722488

2248822489
.card .card-footer {
@@ -22725,8 +22726,8 @@ fieldset:disabled .btn {
2272522726
top: 0;
2272622727
content: "";
2272722728
border-radius: 0.5rem;
22728-
background-image: linear-gradient(195deg, #EC407A, #D81B60);
22729-
opacity: 0.85;
22729+
background-image: linear-gradient(195deg, #42424a, #191919);
22730+
opacity: 0.5;
2273022731
}
2273122732

2273222733
.rotating-card-container .card .front {
@@ -27429,6 +27430,10 @@ p {
2742927430
font-weight: 700 !important;
2743027431
}
2743127432

27433+
.font-weight-black {
27434+
font-weight: 800 !important;
27435+
}
27436+
2743227437
.font-italic {
2743327438
font-style: italic !important;
2743427439
}

assets/css/material-dashboard.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.

assets/css/material-dashboard.min.css

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

assets/img/logos/mastercard.png

-41 KB
Binary file not shown.

assets/img/logos/visa.png

-45.1 KB
Binary file not shown.

assets/img/shapes/pattern-lines.svg

Lines changed: 0 additions & 91 deletions
This file was deleted.

assets/img/shapes/waves-white.svg

Lines changed: 0 additions & 324 deletions
This file was deleted.

assets/scss/material-dashboard/_cards.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
&.card-plain {
3434
background-color: $card-plain-bg-color;
3535
box-shadow: $card-plain-box-shadow;
36+
border: none;
3637
}
3738

3839
.card-footer {

assets/scss/material-dashboard/_typography.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ p {
182182
font-weight: $font-weight-bolder !important;
183183
}
184184

185+
.font-weight-black {
186+
font-weight: $font-weight-black !important;
187+
}
188+
185189
.font-italic {
186190
font-style: italic !important;
187191
}

assets/scss/material-dashboard/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ $font-weight-normal: 400 !default;
503503
$font-weight-semibold: 500 !default;
504504
$font-weight-bold: 600 !default;
505505
$font-weight-bolder: 700 !default;
506+
$font-weight-black: 800 !default;
506507

507508
$font-weight-base: $font-weight-normal !default;
508509

0 commit comments

Comments
 (0)