Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/src/app/components/view-options/cartesian-grid-config/cartesian-grid-config.component.scss is written in an unsupported language. File is not indexed.

0001 .container {
0002   display: flex;
0003   flex-direction: row;
0004 }
0005 
0006 .item-config-single {
0007   display: flex;
0008   flex-direction: column;
0009 
0010   .item-config-group {
0011     margin: 0.1rem 2rem;
0012 
0013     .item-config-label {
0014       display: inline;
0015       margin: 1rem;
0016     }
0017 
0018     .form-control {
0019       width: 60%;
0020       display: inline;
0021     }
0022   }
0023 
0024   button {
0025     margin: 0.5rem 4rem;
0026   }
0027 
0028   .explain-button {
0029     padding-top: 1rem;
0030   }
0031 
0032   .explain-text {
0033     width: 20rem;
0034     opacity: 0.7;
0035     margin-top: 0.5rem;
0036     font-size: 0.9rem;
0037   }
0038 }