mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
image example
This commit is contained in:
parent
2a6604afaf
commit
9a56b1b9a5
5 changed files with 30 additions and 6 deletions
|
@ -1,7 +1,14 @@
|
|||
.image_container {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
background: #131313;
|
||||
background: $node_image_bg;
|
||||
border-radius: $panel_radius 0 0 $panel_radius;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.image {
|
||||
max-height: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
.comments {
|
||||
|
@ -11,3 +18,11 @@
|
|||
.panel {
|
||||
flex: 1 3;
|
||||
}
|
||||
|
||||
.node {
|
||||
background: $node_bg;
|
||||
}
|
||||
|
||||
.image {
|
||||
background: red;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue