Merge branch 'rd.create-page-wrappers' of https://github.com/status-im/nimbus-gui into rd.create-page-wrappers

This commit is contained in:
RadoslavDimchev 2023-08-15 11:12:55 +03:00
commit 8cdbee3c8f
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,16 @@
flex-wrap: wrap;
overflow: hidden;
}
.layout::after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(113, 64, 253, 0.15) 20%, rgba(255,255,255,0) 100%);
}
.layout-left {
flex: 0 0 55%;
max-width: 55%;