Back to home page

EIC code displayed by LXR

 
 

    


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

0001 .close-round-btn {
0002   position: absolute;
0003   top: 15px;
0004   right: 10px;
0005   border-radius: 50%;
0006   z-index: 10;
0007   border: none;
0008   background: none;
0009   box-shadow: var(--mat-sys-level2);
0010 }
0011 
0012 .close-round-btn:hover {
0013   color: #bec2ff;
0014 }
0015 
0016 .custom-dialog-container {
0017   padding: 45px 24px 24px 24px;
0018   border-radius: 18px;
0019   box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
0020   font-family: Arial, sans-serif;
0021   max-width: 300px;
0022   display: flex;
0023   flex-direction: column;
0024   gap: 20px;
0025 }
0026 
0027 .dialog-title {
0028   margin: 0;
0029   font-size: 18px;
0030   font-weight: 600;
0031 }
0032 
0033 .settings-inputs {
0034   display: flex;
0035   flex-direction: column;
0036   gap: 16px;
0037 }
0038 
0039 .dialog-actions {
0040   display: flex;
0041   justify-content: center;
0042 }