-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from UpendoVentures/Develop
Release 1.1.2 Prep
- Loading branch information
Showing
17 changed files
with
381 additions
and
351 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Upendo.Modules.DnnPageManager/ClientApp/src/app/app.component.html
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,4 +1,4 @@ | ||
<div style="text-align:center"> | ||
<div class="text_center"> | ||
<h2> | ||
{{ title }} | ||
</h2> | ||
|
12 changes: 7 additions & 5 deletions
12
Upendo.Modules.DnnPageManager/ClientApp/src/app/app.component.sass
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,6 +1,8 @@ | ||
h2 | ||
font-size: 16px | ||
font-weight: 700 | ||
color: #000000 | ||
text-align: left | ||
|
||
font-size: 16px | ||
font-weight: 700 | ||
color: #000000 | ||
text-align: left | ||
|
||
.text_center | ||
text-align: center |
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
144 changes: 73 additions & 71 deletions
144
...pp/components/manage-pages/edit-permissions-dialog/edit-permissions-dialog.component.sass
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,94 +1,96 @@ | ||
table | ||
width: 100% | ||
width: 100% | ||
|
||
th.mat-header-cell | ||
font-size: 12px | ||
font-weight: 700 | ||
color: #46292B | ||
padding: 8px | ||
text-transform: uppercase | ||
&:not(:first-child) | ||
text-align: center | ||
font-size: 12px | ||
font-weight: 700 | ||
color: #46292B | ||
padding: 8px | ||
text-transform: uppercase | ||
&:not(:first-child) | ||
text-align: center | ||
|
||
td | ||
&.mat-cell | ||
font-size: 12px | ||
padding: 8px | ||
/* cursor: pointer */ | ||
color: #000000 | ||
mat-checkbox | ||
cursor: not-allowed | ||
&.mat-cell | ||
font-size: 12px | ||
padding: 8px | ||
// cursor: pointer | ||
color: #000000 | ||
// mat-checkbox | ||
cursor: not-allowed | ||
mat-icon | ||
font-size: 18px | ||
width: 18px | ||
height: 18px | ||
margin-right: 7px | ||
vertical-align: middle | ||
cursor: pointer | ||
// mat-icon | ||
// font-size: 18px | ||
// width: 18px | ||
// height: 18px | ||
// margin-right: 7px | ||
// vertical-align: middle | ||
// cursor: pointer | ||
h2 | ||
font-size: 16px | ||
font-weight: 700 | ||
color: #000000 | ||
text-align: left | ||
font-size: 16px | ||
font-weight: 700 | ||
color: #000000 | ||
text-align: left | ||
|
||
.mat-dialog-actions | ||
justify-content: center | ||
justify-content: center | ||
|
||
.button | ||
border: 1px solid #3f51b5 | ||
height: 34px | ||
padding: 0 22px | ||
font-size: 14px | ||
line-height: 34px | ||
color: #3f51b5 | ||
background: #FFFFFF | ||
border-radius: 3px | ||
cursor: pointer | ||
border: 1px solid #3f51b5 | ||
height: 34px | ||
padding: 0 22px | ||
font-size: 14px | ||
line-height: 34px | ||
color: #3f51b5 | ||
background: #FFFFFF | ||
border-radius: 3px | ||
cursor: pointer | ||
|
||
.button | ||
&:hover, | ||
&:focus, | ||
&:visited | ||
color: #3f51b5!important | ||
background: #f5f8fa!important | ||
&:hover, | ||
&:focus, | ||
&:visited | ||
color: #3f51b5!important | ||
background: #f5f8fa!important | ||
|
||
.button | ||
&:disabled, | ||
&[disabled], | ||
&:disabled:hover, | ||
&:disabled:focus, | ||
&:disabled:visited | ||
border: 1px solid #999999 !important | ||
background-color: rgba(0,0,0,.12) !important | ||
color: #666666 !important | ||
cursor: not-allowed !important | ||
pointer-events: none | ||
&:disabled, | ||
&[disabled], | ||
&:disabled:hover, | ||
&:disabled:focus, | ||
&:disabled:visited | ||
border: 1px solid #999999 !important | ||
background-color: rgba(0,0,0,.12) !important | ||
color: #666666 !important | ||
cursor: not-allowed !important | ||
pointer-events: none | ||
|
||
a | ||
&:hover, | ||
&:focus, | ||
&:visited | ||
text-decoration: none | ||
font-family: Roboto, "Helvetica Neue", sans-serif | ||
background: #FFFFFF | ||
|
||
&:hover, | ||
&:focus, | ||
&:visited | ||
text-decoration: none | ||
font-family: Roboto, "Helvetica Neue", sans-serif | ||
background: #FFFFFF | ||
|
||
::ng-deep .mat-checkbox-checked | ||
&.mat-accent | ||
.mat-checkbox-background | ||
background-color: #d3d3d3 | ||
&.mat-accent | ||
.mat-checkbox-background | ||
background-color: #d3d3d3 | ||
|
||
::ng-deep | ||
.mat-checkbox-checkmark-path | ||
stroke: #707070 !important | ||
.mat-button-focus-overlay | ||
background-color: transparent | ||
::ng-deep | ||
.mat-checkbox-checkmark-path | ||
stroke: #707070 !important | ||
|
||
.mat-button-focus-overlay | ||
background-color: transparent | ||
|
||
.table-container | ||
margin-bottom: 20px | ||
margin-bottom: 20px | ||
|
||
.info | ||
padding: 10px 0 | ||
|
||
.info | ||
padding: 10px 0 | ||
.text_center | ||
text-align: center |
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
Oops, something went wrong.