Back to home page

EIC code displayed by LXR

 
 

    


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

0001 .header {
0002   display: flex;
0003   justify-content: flex-end;
0004 }
0005 
0006 .header button {
0007   width: 48px;
0008   height: 48px;
0009   min-width: 48px;
0010   //color: white;
0011   padding-top: 8px;
0012 }
0013 
0014 .button_theme {
0015   background-color: var(--background-color);
0016   color: var(--text-color);
0017   transition: background-color 0.3s, color 0.3s;
0018 }
0019 
0020 .button_theme:hover {
0021   background-color: var(--secondary-background-color);
0022   color: var(--accent-color);
0023 }
0024 
0025 .mat-tree {
0026   background-color: transparent !important;
0027 }