-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Layout): adjust z-index value for Modal (#4686)
- Loading branch information
Showing
7 changed files
with
29 additions
and
91 deletions.
There are no files selected for viewing
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
67 changes: 2 additions & 65 deletions
67
src/BootstrapBlazor.Server/Components/Samples/Menus.razor.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 |
---|---|---|
@@ -1,66 +1,3 @@ | ||
.layout-menu-demo ::deep .layout-side { | ||
background-color: var(--bs-body-bg); | ||
color: var(--bs-body-color); | ||
height: 100%; | ||
border-right: 1px solid var(--bs-border-color); | ||
.layout-menu-demo { | ||
border: 1px solid var(--bs-border-color); | ||
} | ||
|
||
.layout-menu-demo ::deep .menu.is-vertical:not(.is-collapsed) { | ||
width: 156px; | ||
} | ||
|
||
.layout-menu-demo ::deep .menu-demo-header { | ||
background-color: rgba(var(--bs-body-color-rgb), .12); | ||
line-height: 50px; | ||
color: var(--bs-body-color); | ||
flex: 1; | ||
padding-left: 80px; | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-banner { | ||
display: flex; | ||
align-items: center; | ||
padding: 0 .625rem; | ||
background-color: rgba(var(--bs-body-color-rgb), .12); | ||
height: 50px; | ||
font-size: 1.5rem; | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-banner img { | ||
width: 38px; | ||
border-radius: var(--bs-border-radius); | ||
margin-inline-end: .5rem; | ||
border: 1px solid #c0c4cc; | ||
background-color: #787878; | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-side.is-collapsed .layout-banner .layout-title { | ||
width: 0; | ||
overflow: hidden; | ||
white-space: nowrap; | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-menu { | ||
height: 371px; | ||
padding: 6px 0; | ||
color: var(--bs-body-color); | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-title { | ||
color: var(--bs-body-color); | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-header .layout-header-bar { | ||
position: absolute; | ||
margin: 9px 14px; | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-footer { | ||
background-color: rgba(var(--bs-body-color-rgb), .12); | ||
text-align: center; | ||
} | ||
|
||
.layout-menu-demo ::deep .layout-footer > a { | ||
color: #000; | ||
line-height: 30px; | ||
} |
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
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