Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 57: Line 57:
 
         .question::before {
 
         .question::before {
 
             content: "— ";
 
             content: "— ";
 +
        }
 +
 +
        .answer {
 +
            margin: 1.4em;
 
         }
 
         }
  
Line 69: Line 73:
 
         .answer.opened {
 
         .answer.opened {
 
             display: block;
 
             display: block;
            margin: 2em;
 
 
         }
 
         }
  
Line 75: Line 78:
 
             display: grid;
 
             display: grid;
 
             grid-template-columns: 1fr 1fr;
 
             grid-template-columns: 1fr 1fr;
 +
            gap: 1em;
 
         }
 
         }
  
 
         .choice {
 
         .choice {
             background-color: var(--links-blue);
+
             display: flex;
 +
            justify-content: center;
 +
            align-items: center;
 
         }
 
         }
 +
 +
        .choice.tech { background-color: var(--links-blue); color: #fff; }
 +
        .choice.guide { background-color: var(--links-orange); color: #fff; }
 
     </style>
 
     </style>
  

Revision as of 17:04, 22 November 2022

Development version of the Compass.
Not ready for production!