Skip to content

Commit

Permalink
Floating agent bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwik Srivastava committed May 27, 2024
1 parent 2162427 commit d50dfb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blocks/floatingagent/floatingagent.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
margin-right: 40px;
}

.floatingagent > .floating-agent-col > picture > img{
.floatingagent.block > .floating-agent-col > picture > img{
display: inline;
}

Expand All @@ -69,12 +69,12 @@
justify-content: flex-start;
}

.floatingagent > .floating-agent-col > picture > img,
.floatingagent > .agentinfo {
.floatingagent.block > .floating-agent-col > picture > img,
.floatingagent.block > .agentinfo {
display: none;
}

.floatingagent > .contactagent {
.floatingagent.block > .contactagent {
display: block;
margin-left: 10px;
}
Expand Down

0 comments on commit d50dfb4

Please sign in to comment.