* VRFS-1899 - make instructions box bigger on the left for step2 and step3
This commit is contained in:
parent
0000932789
commit
c6094d2c88
|
|
@ -118,6 +118,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.instructions {
|
||||
height: 268px !important;
|
||||
}
|
||||
|
||||
.watch-video.audio-output {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
@ -188,6 +192,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.instructions {
|
||||
height: 268px !important;
|
||||
}
|
||||
|
||||
.watch-video {
|
||||
margin-top: 45px;
|
||||
}
|
||||
|
|
@ -212,7 +220,7 @@
|
|||
}
|
||||
|
||||
.watch-video {
|
||||
margin-top: 25px;
|
||||
margin-top: 114px;
|
||||
}
|
||||
|
||||
.ftue-box.chat-inputs {
|
||||
|
|
@ -249,7 +257,7 @@
|
|||
}
|
||||
|
||||
.watch-video {
|
||||
margin-top: 12px;
|
||||
margin-top: 26px;
|
||||
}
|
||||
|
||||
.help-content {
|
||||
|
|
|
|||
Loading…
Reference in New Issue