Back to home page

EIC code displayed by LXR

 
 

    


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

0001 .tree-button {
0002   //background-color: #2e2e2e;
0003   color: white;
0004   border-radius: 50%;
0005   width: 48px;
0006   height: 48px;
0007   display: flex;
0008   justify-content: center;
0009   align-items: center;
0010   transition: background-color 0.3s;
0011   position: fixed;
0012   top: 150px;
0013   right: 20px;
0014 
0015   &:hover {
0016     background-color: #95A5A5;
0017   }
0018 
0019   mat-icon {
0020     font-size: 24px;
0021   }
0022 }
0023 
0024 .window {
0025   width: 400px;
0026   //background-color: #2e2e2e;
0027 }
0028 
0029 .window-header {
0030   background-color: #3e3e3e;
0031   padding: 8px;
0032   cursor: move;
0033   display: flex;
0034   justify-content: space-between;
0035   align-items: center;
0036 }
0037 
0038 
0039 
0040