mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
comments mock
This commit is contained in:
parent
bdf7ba1ccb
commit
2a6604afaf
18 changed files with 340 additions and 12 deletions
13
src/containers/examples/ImageExample/styles.scss
Normal file
13
src/containers/examples/ImageExample/styles.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
.image_container {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
background: #131313;
|
||||
}
|
||||
|
||||
.comments {
|
||||
flex: 3 1;
|
||||
}
|
||||
|
||||
.panel {
|
||||
flex: 1 3;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue