forked from newthuhole/hole_thu_frontend
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
499 B
30 lines
499 B
.box { |
|
background-color: #fff; |
|
border-radius: 5px; |
|
margin: 1em 0; |
|
padding: .5em; |
|
box-shadow: 0 5px 20px #999; |
|
} |
|
|
|
.left-container .centered-line { |
|
width: calc(100% - 2 * 50px); |
|
} |
|
.flow-item { |
|
flex: 0 0 600px; |
|
} |
|
.flow-reply { |
|
flex: 0 0 300px; |
|
max-height: 15em; |
|
overflow-y: hidden; |
|
} |
|
|
|
.left-container .centered-line, |
|
.left-container .flow-item { |
|
margin-left: 50px; |
|
} |
|
|
|
.flow-item-row { |
|
display: flex; |
|
overflow-x: hidden; |
|
align-items: flex-start; |
|
} |