-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ebenezer Monney
committed
Mar 31, 2019
1 parent
686e62e
commit ead621f
Showing
9 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "quickapp", | ||
"version": "2.7.1", | ||
"description": "ASP.NET Core 2.1/Angular 7 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development", | ||
"version": "2.7.2", | ||
"description": "ASP.NET Core 2.2/Angular 7 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development", | ||
"author": { | ||
"name": "Ebenezer Monney", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 19 additions & 15 deletions
34
QuickApp/ClientApp/src/app/components/controls/user-preferences.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,46 @@ | ||
|
||
|
||
.separator-hr { | ||
margin: 7px 5px; | ||
border-top-style: dashed; | ||
margin: 7px 5px; | ||
border-top-style: dashed; | ||
} | ||
|
||
.subseparator-hr { | ||
margin: 7px 5px; | ||
border-top-style: none; | ||
margin: 7px 5px; | ||
border-top-style: none; | ||
} | ||
|
||
.last-separator-hr { | ||
margin-top: 7px; | ||
margin-top: 7px; | ||
} | ||
|
||
.form-group { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
.form-control-plaintext { | ||
min-height: 0; | ||
min-height: 0; | ||
} | ||
|
||
.checkbox { | ||
padding-top: 0; | ||
padding-top: 0; | ||
} | ||
|
||
.col-reset-default { | ||
padding-right: 0; | ||
padding-right: 0; | ||
} | ||
|
||
.col-set-default { | ||
padding-left: 5px; | ||
padding-left: 5px; | ||
} | ||
|
||
.col-reset-default .btn, | ||
.col-set-default .btn { | ||
min-width: 150px; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.col-form-label { | ||
padding-top: 5px; | ||
} | ||
.col-form-label { | ||
padding-top: 5px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters