Skip to content

Commit

Permalink
Typography: fix overview;
Browse files Browse the repository at this point in the history
ECommerce: fix several bugs with colors and adaptive;
Gallery: fix images;
Data Table: fix width;
Charts: fix colors
  • Loading branch information
Blari committed Nov 25, 2020
1 parent 6ffd4b3 commit e563a78
Show file tree
Hide file tree
Showing 28 changed files with 22 additions and 12 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## [7.1.9]
### Updated and Fixed

- Typography: fix overview;
- ECommerce: fix dropdowns, fix several bugs with colors and adaptive;
- Gallery: fix images;
- Data Table: fix width;
- Charts: fix colors
- Inbox: fix links;
- Profile: fix outline button and links;
- UI -> Buttons: fix justify content;
- UI -> modal: fix close buttons;

## [7.1.8]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-blue",
"version": "7.1.8",
"version": "7.1.9",
"description": "Light Blue - Angular 4 & React Dashboard",
"scripts": {
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/stats.json --port 4201",
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/core/typography/typography.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="page-title">Typography - <span class="fw-semi-bold">Texts & Display</
<h5 *widgsterTitle>Headings <small>Default and customized</small></h5>
<h4>Default headings</h4>
<p>Basic headings for everyday use</p>
<div class="widget-padding-md border rounded w-100 h-100 text-left">
<div class="widget-padding-md border rounded w-100 h-100 text-left overflow-hidden">
<div class="row">
<div class="col-sm-6">
<h1>h1. Heading</h1>
Expand Down Expand Up @@ -40,7 +40,7 @@ <h3>
</div>
<h4 class="mt-5">Display</h4>
<p>Headings to stand out</p>
<div class="widget-padding-md border rounded w-100 h-100 text-left">
<div class="widget-padding-md border rounded w-100 h-100 text-left overflow-hidden">
<h1 class="display-1">Display 1</h1>
<h1 class="display-2">Display 2</h1>
<h1 class="display-3">Display 3</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@

& .card-header {
margin: auto 20px;
background-color: $white;
color: $text-muted;
padding-left: 0;
padding-right: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin-bottom: $spacer * 6;

@include media-breakpoint-down(sm) {
background-color: $white;
background-color: $body-bg;
margin: 0 (-$content-padding / 2);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

.filter-modal-title {
Expand All @@ -12,7 +12,6 @@
display: flex;
justify-content: center;
align-items: center;
background-color: theme-color('default');

.close {
left: $spacer * 2.5;
Expand Down Expand Up @@ -44,7 +43,6 @@

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

.filter-item {
Expand Down
8 changes: 4 additions & 4 deletions src/app/pages/login/login.template.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="container">
<section
<section
class="widget-auth mx-auto"
widgster
widgster
[optionsControl]="false"
[reloadControl]="false"
[fullscreenControl]="false"
[fullscreenControl]="false"
[collapseControl]="false"
[closeControl]="false"
titleClass="mt-0"
Expand Down Expand Up @@ -74,5 +74,5 @@ <h3 *widgsterTitle>
</section>
</div>
<footer class="auth-footer">
2019 &copy; Sing App - React Admin Dashboard Template.
2020 &copy; Sing App - React Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
</footer>
1 change: 1 addition & 0 deletions src/app/pages/tables/dynamic/tables-dynamic.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

.ngx-table {
position: relative;
width: 100%;

&__header-cell {
padding: 0.75rem;
Expand Down
Binary file modified src/assets/img/pictures/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/18.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/20.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/pictures/9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e563a78

Please sign in to comment.