Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/src/app/components/io-options-dialog/io-options-dialog.component.scss is written in an unsupported language. File is not indexed.

0001 .row {
0002   justify-content: center;
0003   margin: 1rem 0;
0004 }
0005 
0006 .file-input {
0007   width: 0.1px;
0008   height: 0.1px;
0009   opacity: 0;
0010   overflow: hidden;
0011   position: absolute;
0012   z-index: -1;
0013 }
0014 
0015 .file-input-button {
0016   font-size: 1em;
0017   font-weight: 700;
0018   color: white;
0019   background-color: #6eaece;
0020   padding: 1em 0.5em;
0021   border: none;
0022   border-radius: 10px;
0023   width: 8rem;
0024   margin: 0 0.4rem;
0025 
0026   &.load-export {
0027     padding: 0.8em 0.2em;
0028     width: 7rem;
0029 
0030     img {
0031       max-height: 1.2em;
0032     }
0033   }
0034 
0035   &.export-button {
0036     background-color: #cb7133;
0037 
0038     &:hover {
0039       background-color: #ad5b2d;
0040     }
0041   }
0042 
0043   img {
0044     max-height: 2em;
0045     display: block;
0046     width: 100%;
0047   }
0048 
0049   &:hover {
0050     background-color: #118ab2;
0051   }
0052 }
0053 
0054 #exportScene {
0055   background-color: #5bd99e;
0056 
0057   &:hover {
0058     background-color: #05c292;
0059   }
0060 }
0061 
0062 #importScene {
0063   background-color: #ecc25e;
0064 
0065   &:hover {
0066     background-color: #d6b44d;
0067   }
0068 }