Skip to content

Commit

Permalink
make some internals public so netcore plays nice, rename test sites b…
Browse files Browse the repository at this point in the history
…y version
  • Loading branch information
nathanwoulfe committed Aug 31, 2021
1 parent 64225c5 commit 83da613
Show file tree
Hide file tree
Showing 1,984 changed files with 3,219 additions and 132 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion Preflight.Site.V8/App_Data/Models/all.dll.path
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 modified Preflight.Site.V8/App_Data/Umbraco.sdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Preflight.Site</RootNamespace>
<AssemblyName>Preflight.Site</AssemblyName>
<RootNamespace>Preflight.Site.V8</RootNamespace>
<AssemblyName>Preflight.Site.V8</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
Expand Down
192 changes: 192 additions & 0 deletions Preflight.Site.V9/App_Plugins/Preflight/Backoffice/css/styles.css
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;
}
Loading

0 comments on commit 83da613

Please sign in to comment.