Difference between revisions of "Widget:UserGuidance"

From LINKS Community Center
Jump to: navigation, search
Line 119: Line 119:
 
         .choice {
 
         .choice {
 
             display: flex;
 
             display: flex;
             flex-flow: row nowrap;
+
             flex-flow: column nowrap;
            justify-content: flex-start;
 
 
             align-items: center;
 
             align-items: center;
 
         }
 
         }
  
 
         .choice .button {
 
         .choice .button {
            flex: 0 0 8.2em;
 
            white-space: nowrap;
 
 
             transition: all 250ms;
 
             transition: all 250ms;
 
             display: flex;
 
             display: flex;
 
             justify-content: center;
 
             justify-content: center;
 
             align-items: center;
 
             align-items: center;
             padding: 1em;
+
             padding: .75em;
 
             color: #fff;
 
             color: #fff;
 
             border: 1px solid;
 
             border: 1px solid;
            /* border-radius: 10px; */
 
 
         }
 
         }
  
 
         .choice .desc {
 
         .choice .desc {
 
             font-size: 75%;
 
             font-size: 75%;
             padding-left: 1em;
+
             padding: 1em;
 
             transition: all 250ms;
 
             transition: all 250ms;
 
         }
 
         }

Revision as of 14:38, 5 June 2023

Development version of the User Guidance.
Under construction.