Skip to content

Commit e563a78

Browse files
committed
Typography: fix overview;
ECommerce: fix several bugs with colors and adaptive; Gallery: fix images; Data Table: fix width; Charts: fix colors
1 parent 6ffd4b3 commit e563a78

File tree

28 files changed

+22
-12
lines changed

28 files changed

+22
-12
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## [7.1.9]
3+
### Updated and Fixed
4+
5+
- Typography: fix overview;
6+
- ECommerce: fix dropdowns, fix several bugs with colors and adaptive;
7+
- Gallery: fix images;
8+
- Data Table: fix width;
9+
- Charts: fix colors
10+
- Inbox: fix links;
11+
- Profile: fix outline button and links;
12+
- UI -> Buttons: fix justify content;
13+
- UI -> modal: fix close buttons;
214

315
## [7.1.8]
416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue",
3-
"version": "7.1.8",
3+
"version": "7.1.9",
44
"description": "Light Blue - Angular 4 & React Dashboard",
55
"scripts": {
66
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/stats.json --port 4201",

src/app/pages/core/typography/typography.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="page-title">Typography - <span class="fw-semi-bold">Texts & Display</
1010
<h5 *widgsterTitle>Headings <small>Default and customized</small></h5>
1111
<h4>Default headings</h4>
1212
<p>Basic headings for everyday use</p>
13-
<div class="widget-padding-md border rounded w-100 h-100 text-left">
13+
<div class="widget-padding-md border rounded w-100 h-100 text-left overflow-hidden">
1414
<div class="row">
1515
<div class="col-sm-6">
1616
<h1>h1. Heading</h1>
@@ -40,7 +40,7 @@ <h3>
4040
</div>
4141
<h4 class="mt-5">Display</h4>
4242
<p>Headings to stand out</p>
43-
<div class="widget-padding-md border rounded w-100 h-100 text-left">
43+
<div class="widget-padding-md border rounded w-100 h-100 text-left overflow-hidden">
4444
<h1 class="display-1">Display 1</h1>
4545
<h1 class="display-2">Display 2</h1>
4646
<h1 class="display-3">Display 3</h1>

src/app/pages/ecommerce/product-detail/components/description/description.style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130

131131
& .card-header {
132132
margin: auto 20px;
133-
background-color: $white;
134133
color: $text-muted;
135134
padding-left: 0;
136135
padding-right: 0;

src/app/pages/ecommerce/product-detail/components/p-section/p-section.style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
margin-bottom: $spacer * 6;
55

66
@include media-breakpoint-down(sm) {
7-
background-color: $white;
7+
background-color: $body-bg;
88
margin: 0 (-$content-padding / 2);
99
}
1010
}

src/app/pages/ecommerce/product-grid/components/filterModal/filter-modal.style.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.filter-modal {
44
min-height: calc(100vh - 50px);
5-
background: white;
5+
background: $body-bg;
66
margin: (-$content-padding) (-$content-padding / 2);
77

88
.filter-modal-title {
@@ -12,7 +12,6 @@
1212
display: flex;
1313
justify-content: center;
1414
align-items: center;
15-
background-color: theme-color('default');
1615

1716
.close {
1817
left: $spacer * 2.5;
@@ -44,7 +43,6 @@
4443

4544
.filter-modal-body {
4645
min-height: calc(100vh - 100px);
47-
background-color: white;
4846
padding-left: $spacer * 2.5;
4947

5048
.filter-item {

src/app/pages/login/login.template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class="container">
2-
<section
2+
<section
33
class="widget-auth mx-auto"
4-
widgster
4+
widgster
55
[optionsControl]="false"
66
[reloadControl]="false"
7-
[fullscreenControl]="false"
7+
[fullscreenControl]="false"
88
[collapseControl]="false"
99
[closeControl]="false"
1010
titleClass="mt-0"
@@ -74,5 +74,5 @@ <h3 *widgsterTitle>
7474
</section>
7575
</div>
7676
<footer class="auth-footer">
77-
2019 &copy; Sing App - React Admin Dashboard Template.
77+
2020 &copy; Sing App - React Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
7878
</footer>

src/app/pages/tables/dynamic/tables-dynamic.style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
.ngx-table {
6060
position: relative;
61+
width: 100%;
6162

6263
&__header-cell {
6364
padding: 0.75rem;

src/assets/img/pictures/1.jpg

-773 KB
Loading

src/assets/img/pictures/10.jpg

-506 KB
Loading

src/assets/img/pictures/11.jpg

-1.23 MB
Loading

src/assets/img/pictures/13.jpg

-685 KB
Loading

src/assets/img/pictures/14.jpg

-624 KB
Loading

src/assets/img/pictures/15.jpg

-465 KB
Loading

src/assets/img/pictures/16.jpg

-414 KB
Loading

src/assets/img/pictures/17.jpg

-603 KB
Loading

src/assets/img/pictures/18.jpg

-1.05 MB
Loading

src/assets/img/pictures/19.jpg

-1.65 MB
Loading

src/assets/img/pictures/2.jpg

-593 KB
Loading

src/assets/img/pictures/20.jpg

-85.7 KB
Loading

src/assets/img/pictures/21.jpg

-250 KB
Loading

src/assets/img/pictures/3.jpg

-851 KB
Loading

src/assets/img/pictures/4.jpg

-692 KB
Loading

src/assets/img/pictures/5.jpg

-914 KB
Loading

src/assets/img/pictures/6.jpg

-1.06 MB
Loading

src/assets/img/pictures/7.jpg

-403 KB
Loading

src/assets/img/pictures/8.jpg

-1.02 MB
Loading

src/assets/img/pictures/9.jpg

-1020 KB
Loading

0 commit comments

Comments
 (0)