Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 30: Line 30:
 
         #cmp-container h2::after {
 
         #cmp-container h2::after {
 
             display: inline-block;
 
             display: inline-block;
             content: "url(data:image/svg+xml;utf-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>)";
+
             content: url("data:image/svg+xml;utf-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
 
             transform: rotate(90deg);
 
             transform: rotate(90deg);
 
             margin-left: .5em;
 
             margin-left: .5em;

Revision as of 17:39, 22 November 2022

Development version of the Compass.
Not ready for production!