Adding gif and modifying text
This commit is contained in:
parent
4552f26413
commit
99a8b42924
2 changed files with 27 additions and 31 deletions
|
@ -318,7 +318,7 @@ img{
|
|||
padding: 5px;
|
||||
background: black;
|
||||
transform: translateY(25px);
|
||||
& > div {
|
||||
& > div:not(.demo-gif) {
|
||||
padding: 15px 15px 30px;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
@ -346,6 +346,20 @@ img{
|
|||
|
||||
}
|
||||
}
|
||||
&.bubble-thinking {
|
||||
background: url(../images/story/thinking.png) no-repeat bottom right;
|
||||
left: -406px;
|
||||
& > .demo-gif {
|
||||
width: 241px;
|
||||
border-radius: 15px;
|
||||
img {
|
||||
width: calc(100% + 1px);
|
||||
border-radius: 16px;
|
||||
margin-top: -1px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.b-revert {
|
||||
left: -363px;
|
||||
& > div:before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue