-
-
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.
make some internals public so netcore plays nice, rename test sites b…
…y version
- Loading branch information
1 parent
64225c5
commit 83da613
Showing
1,984 changed files
with
3,219 additions
and
132 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
Preflight.Site.NetCore/App_Plugins/PreflightPlugins/package.manifest
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
Preflight.Site.NetCore/App_Plugins/PreflightPlugins/testPluginView.html
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Preflight.Site.NetCore/App_Plugins/PreflightPlugins/testcontroller.js
This file was deleted.
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 +1 @@ | ||
C:\Users\nwoulfe1\AppData\Local\Temp\Temporary ASP.NET Files\vs\3f510f17\6a0262c9\App_Web_all.generated.cs.8f9494c4.8rp3x6-n.dll | ||
C:\Users\nwoulfe1\AppData\Local\Temp\Temporary ASP.NET Files\vs\3f510f17\6a0262c9\App_Web_all.generated.cs.8f9494c4.7_ln2ofm.dll |
Binary file not shown.
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
192 changes: 192 additions & 0 deletions
192
Preflight.Site.V9/App_Plugins/Preflight/Backoffice/css/styles.css
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 |
---|---|---|
@@ -0,0 +1,192 @@ | ||
[data-element=sub-view-preflight] .badge { | ||
transition: background-color ease-in-out 0.5s; | ||
} | ||
[data-element=sub-view-preflight] .badge.-type-success { | ||
background-color: #35c786; | ||
} | ||
[data-element=sub-view-preflight] .badge.-type-success::before { | ||
transform: translateY(-2px); | ||
content: "\e165"; | ||
} | ||
|
||
.preflight .badge-list { | ||
margin: 0 -5px -5px; | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
.preflight .badge-list .umb-badge { | ||
margin: 0 5px 5px; | ||
} | ||
.preflight .badge-list .umb-badge[role=button] { | ||
cursor: pointer; | ||
} | ||
.preflight .count-badge { | ||
color: #fff; | ||
background-color: #d42054; | ||
border: 2px solid #fff; | ||
border-radius: 50%; | ||
font-size: 10px; | ||
font-weight: 900 !important; | ||
padding: 2px; | ||
line-height: 16px; | ||
position: absolute; | ||
text-align: center; | ||
min-width: 16px; | ||
transform: translate(-110%, -60%); | ||
} | ||
.pf-disabled { | ||
cursor: not-allowed !important; | ||
opacity: 0.5; | ||
pointer-events: none; | ||
} | ||
|
||
.pf-block { | ||
display: block !important; | ||
} | ||
|
||
.preflight-alert { | ||
background: #1b264f; | ||
padding-right: 14px; | ||
} | ||
.preflight-alert h4.intro-text { | ||
color: #fff; | ||
} | ||
.preflight .title, | ||
.preflight .intro-text { | ||
text-align: center; | ||
max-width: 750px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
.preflight .disabled { | ||
background: #f3f3f5; | ||
} | ||
.preflight .disabled-color { | ||
color: #f3f3f5; | ||
} | ||
.preflight .fail { | ||
background: #d42054; | ||
} | ||
.preflight .fail-color { | ||
color: #d42054; | ||
} | ||
.preflight .pending { | ||
background: #f9b945; | ||
} | ||
.preflight .pending-color { | ||
color: #f9b945; | ||
} | ||
.preflight .pass { | ||
background: #35c786; | ||
} | ||
.preflight .pass-color { | ||
color: #35c786; | ||
} | ||
.preflight .umb-expansion-panel.disabled { | ||
background: #fff; | ||
opacity: 0.5; | ||
pointer-events: none; | ||
} | ||
.preflight .umb-expansion-panel__header { | ||
text-align: left; | ||
} | ||
.preflight .umb-expansion-panel__header span span { | ||
font-weight: 400; | ||
} | ||
.preflight .umb-expansion-panel__header .umb-icon { | ||
transform: translateY(2px); | ||
} | ||
.preflight-cards { | ||
display: flex; | ||
justify-content: center; | ||
text-align: center; | ||
padding: 10px; | ||
margin: 0 -10px; | ||
} | ||
.preflight .card { | ||
display: flex; | ||
flex-direction: column; | ||
padding: 20px; | ||
border-radius: 6px; | ||
border-width: 2px; | ||
border-style: solid; | ||
background: rgba(243, 243, 245, 0.75) !important; | ||
margin: 0 10px; | ||
} | ||
.preflight .card.pass { | ||
border-color: #35c786; | ||
} | ||
.preflight .card.fail { | ||
border-color: #d42054; | ||
} | ||
.preflight .card-score { | ||
font-size: 36px; | ||
line-height: 1; | ||
margin-bottom: 10px; | ||
} | ||
.preflight-progress-circle { | ||
margin: 15px auto 30px; | ||
} | ||
.preflight-progress-circle .umb-progress-circle__highlight { | ||
transition: stroke-dasharray ease-in-out 500ms; | ||
} | ||
.preflight-progress-circle .umb-progress-circle__percentage { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
flex-direction: column; | ||
padding-top: 10%; | ||
} | ||
.preflight-progress-circle .umb-progress-circle__percentage small { | ||
font-size: 12px; | ||
} | ||
preflight-state-icon { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
} | ||
preflight-state-icon .state-icon { | ||
padding: 10px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
margin-right: 15px; | ||
width: 30px; | ||
height: 30px; | ||
min-width: 30px; | ||
border-radius: 50%; | ||
} | ||
preflight-state-icon .umb-icon { | ||
font-size: 22px; | ||
color: white; | ||
} | ||
preflight-state-icon + .preflight-result { | ||
padding-left: 75px; | ||
} | ||
.preflight .linkhealth-result-table th { | ||
text-align: left; | ||
padding: 5px 10px; | ||
background: rgba(243, 243, 245, 0.75); | ||
} | ||
.preflight .linkhealth-result-table td { | ||
padding: 5px 10px; | ||
} | ||
.preflight .broken-link-type { | ||
color: #f9b945; | ||
} | ||
.preflight .broken-link-type.unsafe { | ||
color: #d42054; | ||
} | ||
.preflight-readability .umb-button { | ||
position: absolute; | ||
margin: 0; | ||
} | ||
.preflight-readability .umb-button .umb-icon { | ||
width: 22px; | ||
height: 22px; | ||
} |
Oops, something went wrong.