Back to home page

EIC code displayed by LXR

 
 

    


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

0001 
0002 .icon-wrapper {
0003   display: inline-block;
0004   width: 1.5rem;
0005   height: 1.5rem;
0006   padding: 0.23rem;
0007   transition: all 0.4s;
0008   transform: translateY(27%);
0009 
0010   &.icon-button:hover {
0011     background: var(--phoenix-options-icon-bg);
0012     border-radius: 40%;
0013     cursor: pointer;
0014   }
0015 
0016   svg {
0017     width: 100%;
0018     height: 100%;
0019     vertical-align: top;
0020   }
0021 }
0022 
0023 .item-settings {
0024   margin-right: 0.2rem;
0025   margin-left: 0.5rem;
0026 }