Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 7: Line 7:
 
             --handbook-color: #C2902D;
 
             --handbook-color: #C2902D;
 
             --safe-color: #80C319;
 
             --safe-color: #80C319;
        }
 
 
        .plus.icon {
 
            color: currentColor;
 
            display: inline-block;
 
            position: relative;
 
            top: -.3em;
 
            margin-left: .5em;
 
        }
 
 
        .plus.icon::before {
 
            content: '';
 
            position: absolute;
 
            width: 1em;
 
            height: 1px;
 
            background-color: currentColor;
 
        }
 
 
        .plus.icon::after {
 
            content: '';
 
            position: absolute;
 
            width: 1em;
 
            height: 1px;
 
            background-color: currentColor;
 
            transform: rotate(90deg);
 
            transition: all 0.4s ease;
 
 
         }
 
         }
  

Revision as of 15:07, 2 December 2022

Development version of the Compass.
Not ready for production!