Warning, /firebird/firebird-ng/src/app/components/legend-window/legend-window.component.scss is written in an unsupported language. File is not indexed.
0001
0002
0003 .close-round-btn {
0004 position: absolute;
0005 top: 15px;
0006 right: 10px;
0007 border-radius: 50%;
0008 z-index: 10;
0009 border: none;
0010 background: none;
0011 box-shadow: var(--mat-sys-level2);
0012 }
0013
0014 .close-round-btn:hover{
0015 color: #bec2ff;
0016 }
0017
0018 .close-btn{
0019 height: 30px;
0020 border: none;
0021 }
0022
0023
0024