Back to home page

EIC code displayed by LXR

 
 

    


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

0001 .custom-position-dialog {
0002   padding: 45px 24px 24px 24px;
0003   border-radius: 18px;
0004   box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
0005   font-family: Arial, sans-serif;
0006   max-width: 350px;
0007   display: flex;
0008   flex-direction: column;
0009   gap: 20px;
0010 
0011 }
0012 
0013 
0014 mat-slider {
0015   margin-left: 0.75rem;
0016   margin-right: 0.75rem;
0017 }
0018 
0019 .close-round-btn {
0020   position: absolute;
0021   top: 15px;
0022   right: 10px;
0023   border-radius: 50%;
0024   z-index: 10;
0025   border: none;
0026   background: none;
0027   box-shadow: var(--mat-sys-level2);
0028 }
0029 
0030 .close-round-btn:hover{
0031   color: #bec2ff;
0032 }
0033 
0034 .close-btn{
0035   height: 30px;
0036   border: none;
0037 }
0038 
0039 .preset-buttons {
0040   display: flex;
0041   justify-content: space-between;
0042   padding: 0 24px;
0043 }
0044 
0045 .slider-label {
0046   display: flex;
0047   justify-content: space-between;
0048   width: 100%;
0049   padding: 0 8px;
0050   margin-top: -8px;
0051 
0052   .angle-value {
0053     font-weight: 500;
0054     color: rgba(0, 0, 0, 0.87);
0055   }
0056 }
0057 
0058 
0059 
0060 button[disabled] .angle-presets {
0061   opacity: 0.5;
0062 }
0063 
0064 
0065 .clipping-buttons {
0066   display: flex;
0067   align-items: center; /* Vertically center items */
0068   gap: 8px; /* Space between items */
0069 }
0070 
0071 .clipping-toggle {
0072   flex-shrink: 0; /* Prevent the toggle button from shrinking */
0073 }
0074 
0075 .angle-presets {
0076   display: flex;
0077   align-items: center;
0078   gap: 8px;
0079 }
0080 
0081 button[mat-icon-button] {
0082   width: 40px;
0083   height: 40px;
0084   display: flex;
0085   align-items: center;
0086   justify-content: center;
0087 }
0088 
0089 .dialog-actions {
0090   display: flex;
0091   justify-content: center;
0092 }
0093 
0094 .angle-value-input {
0095   width: 4.2rem;
0096   border: none;
0097   background: transparent;
0098   text-align: center;
0099   font: inherit;
0100   color: inherit;
0101   outline: none;
0102   box-sizing: border-box;
0103 }
0104 
0105 
0106 
0107