DEV Community

Stanislav Vranic
Stanislav Vranic

Posted on

1

Anchor arrow right

a {
            position: relative;

            &:after {
              content: "";
              border: solid @mid-blue;
              border-width: 0 2px 2px 0;
              width: 11px;
              height: 11px;
              position: absolute;
              left: auto;
              right: -20px;
              top: 50%;
              transform: rotate(-45deg) translateX(0%) translateY(-60%);
            }
          }

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay