Skip to content

Commit

Permalink
Provided Deleted event support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkrish001 committed Oct 15, 2021
0 parents commit 82acb02
Show file tree
Hide file tree
Showing 738 changed files with 187,285 additions and 0 deletions.
134 changes: 134 additions & 0 deletions BlazorApp1.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-45rkf8v3vv] {
position: relative;
display: flex;
flex-direction: column;
}

.main[b-45rkf8v3vv] {
flex: 1;
}

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

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

.top-row[b-45rkf8v3vv] a, .top-row .btn-link[b-45rkf8v3vv] {
white-space: nowrap;
margin-left: 1.5rem;
}

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

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

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

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

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

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

.top-row[b-45rkf8v3vv] {
position: sticky;
top: 0;
z-index: 1;
}

.main > div[b-45rkf8v3vv] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b5wscdn8ts] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b5wscdn8ts] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b5wscdn8ts] {
font-size: 1.1rem;
}

.oi[b-b5wscdn8ts] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}

.nav-item[b-b5wscdn8ts] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-b5wscdn8ts] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-b5wscdn8ts] {
padding-bottom: 1rem;
}

.nav-item[b-b5wscdn8ts] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-b5wscdn8ts] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}

.nav-item[b-b5wscdn8ts] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-b5wscdn8ts] {
display: none;
}

.collapse[b-b5wscdn8ts] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
Binary file added BlazorApp1.styles.css.br
Binary file not shown.
Binary file added BlazorApp1.styles.css.gz
Binary file not shown.

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

Binary file not shown.
Binary file not shown.

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

Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions _content/Syncfusion.Blazor/scripts/accordion-f69ba1.min.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

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

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 82acb02

Please sign in to comment.