Warning, /firebird/firebird-ng/src/app/components/object-raycast/object-raycast.component.scss is written in an unsupported language. File is not indexed.
0001
0002 .custom-position-dialog {
0003 padding: 45px 24px 24px 24px;
0004 border-radius: 18px;
0005 box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
0006 font-family: Arial, sans-serif;
0007 max-width: 350px;
0008 display: flex;
0009 flex-direction: column;
0010 gap: 20px;
0011
0012 }
0013
0014 .close-round-btn {
0015 position: absolute;
0016 top: 15px;
0017 right: 10px;
0018 border-radius: 50%;
0019 z-index: 10;
0020 border: none;
0021 background: none;
0022 box-shadow: var(--mat-sys-level2);
0023 }
0024
0025 .close-round-btn:hover{
0026 color: #bec2ff;
0027 }
0028
0029 .close-btn{
0030 height: 30px;
0031 border: none;
0032 }
0033
0034 .panel-button {
0035 box-shadow: var(--mat-sys-level2);
0036 }
0037
0038 .raycast-overlay{
0039 position: fixed;
0040 bottom: 140px;
0041 left: 12px;
0042 padding: 4px 8px;
0043 background: rgba(0,0,0,.65);
0044 color: #fff;
0045 font-family: monospace;
0046 font-size: 12px;
0047 border-radius: 4px;
0048 pointer-events: none;
0049 white-space: nowrap;
0050 }