Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui
This commit is contained in:
@@ -1392,4 +1392,36 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.skeleton-wrapper {
|
||||
display: flex;
|
||||
|
||||
.skeleton-content {}
|
||||
|
||||
.asset-name {
|
||||
width: 40%;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.asset {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.sidebar-left-wrapper,
|
||||
.sidebar-right-wrapper {
|
||||
height: calc(50vh + 150px);
|
||||
overflow-y: hidden;
|
||||
transition: height 0.4s ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-left-wrapper.closed,
|
||||
.sidebar-right-wrapper.closed {
|
||||
height: 52px;
|
||||
}
|
||||
|
||||
2
app/src/styles/layout/skeleton.scss
vendored
2
app/src/styles/layout/skeleton.scss
vendored
@@ -1,5 +1,5 @@
|
||||
.skeleton-wrapper {
|
||||
max-width: 600px;
|
||||
// max-width: 600px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user