Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2ba1d1f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSSAR-mtrela committed Dec 22, 2023
1 parent 41765ef commit 37ae2ab
Show file tree
Hide file tree
Showing 268 changed files with 6,674 additions and 3,286 deletions.
16 changes: 12 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,40 @@
<base href="/supreme-units/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="css/shared.css" rel="stylesheet" />
<link href="SupremeUnitsApp.styles.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />

<link href="https://static.infragistics.com/xplatform/css/samples/shared.v6.css" rel="stylesheet" />
<!--<link href="https://static.infragistics.com/xplatform/css/samples/shared.v6.css" rel="stylesheet" />-->
<!--<link href="https://static.infragistics.com/xplatform/images/browsers/blazor.ico" rel="icon" type="image/x-icon">-->
<link href="https://static.infragistics.com/xplatform/css/samples/blazor.css" rel="stylesheet" />

<link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />

</head>
<!--style="background: #8b8c8d;"-->
<body>
<div id="app">Loading...</div>
<body style="background: #202124;">

<div id="app" class="container fill">Loading...</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>


<!-- importing blazor bundle for IG controls: -->
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>

<script src="./chart-tooltips.js"></script>
<script src="./scripts/utils.js"></script>
<script src="./scripts/chart-markers.js"></script>
<script src="./scripts/chart-tooltips.js"></script>
<script src="./scripts/units-provider.js"></script>
</body>

</html>
84 changes: 83 additions & 1 deletion SupremeUnitsApp.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ main[b-unsa4yhhmu] {
.top-row[b-unsa4yhhmu] {
position: sticky;
top: 0;
z-index: 1;
/*z-index: 1;*/
}

.top-row.auth[b-unsa4yhhmu] a:first-child {
Expand All @@ -80,6 +80,88 @@ main[b-unsa4yhhmu] {
padding-right: 1.5rem !important;
}
}
/* /Shared/NavLayout.razor.rz.scp.css */
.page[b-rzrszz2va4] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-rzrszz2va4] {
flex: 1;
}

.sidebar[b-rzrszz2va4] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rzrszz2va4] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-rzrszz2va4] a, .top-row[b-rzrszz2va4] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-rzrszz2va4] a:hover, .top-row[b-rzrszz2va4] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-rzrszz2va4] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row:not(.auth)[b-rzrszz2va4] {
display: none;
}

.top-row.auth[b-rzrszz2va4] {
justify-content: space-between;
}

.top-row[b-rzrszz2va4] a, .top-row[b-rzrszz2va4] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-rzrszz2va4] {
flex-direction: row;
}

.sidebar[b-rzrszz2va4] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-rzrszz2va4] {
position: sticky;
top: 0;
/*z-index: 1;*/
}

.top-row.auth[b-rzrszz2va4] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-rzrszz2va4], article[b-rzrszz2va4] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ctnsfbareg] {
background-color: rgba(255, 255, 255, 0.1);
Expand Down

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 37ae2ab

Please sign in to comment.