Back to home page

EIC code displayed by LXR

 
 

    


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

0001 * {
0002   margin: 0;
0003   padding: 0;
0004 }
0005 
0006 
0007 
0008 .phoenix-menu{
0009   flex: 1 1 auto;
0010   display: flex;
0011   align-items: center;
0012   justify-content: center;
0013   color: var(--text-color);
0014   //background-color: #2e2e2e;
0015   flex-wrap: wrap;
0016 }
0017 
0018 
0019 #eventDisplay {
0020   padding-top: 105px;
0021   margin-top: -105px;
0022 }
0023 
0024 
0025 .toggle-btn {
0026   position: absolute;
0027   top: 50px;
0028   //color: white;
0029   padding-top: 8px;
0030   z-index: 10;
0031   color: var(--text-color);
0032   transition: background-color 0.3s, color 0.3s;
0033 }
0034 .toggle-btn:hover {
0035   background-color: var(--secondary-background-color);
0036   color: var(--accent-color);
0037 }
0038 
0039 .toggle-btn1 {
0040   color: white;
0041 }
0042 
0043 .phoenix-toggle-btn {
0044   position: absolute;
0045   right: 0;
0046   top: 0;
0047 }
0048 
0049 .tcontrol {
0050   width: 40px;
0051   align-content: center;
0052   min-width: 40px;
0053   padding-left: 13px;
0054   padding-right: 0;
0055 }
0056 
0057 
0058 .time-controls {
0059   flex: 1 1 auto;
0060   display: flex;
0061   //background-color: #424242;
0062   padding: 2px;
0063   gap: 3px;
0064   align-items: center;
0065   justify-content: center;
0066   height: 50px;
0067   bottom: 0;
0068   //color: white;
0069   //border-top: 1px solid #ddd;
0070 }
0071 
0072 
0073 mat-slider{
0074   width: 200px;
0075 }
0076 
0077 
0078 
0079