Widget: Compass: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Cschwentker (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 14:07, 2 December 2022

Development version of the Compass.
Not ready for production!