Back to home page

EIC code displayed by LXR

 
 

    


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

0001 
0002 .toggle-button {
0003   width: 40px;
0004   align-content: center;
0005   min-width: 40px;
0006   padding-left: 13px;
0007   padding-right: 0;
0008   margin-left: 5px;
0009 }
0010 
0011 
0012 
0013 //:host {
0014 //  display: flex;
0015 //  margin: 0 0.6rem;
0016 //
0017 //  .menu-toggle {
0018 //    display: flex;
0019 //    background: unset;
0020 //    border: none;
0021 //    height: 2.5rem;
0022 //    width: 2.5rem;
0023 //    min-height: 2.5rem;
0024 //    min-width: 2.5rem;
0025 //    padding: 0.65rem;
0026 //    cursor: pointer;
0027 //    align-self: center;
0028 //    transition: all 0.4s;
0029 //
0030 //    &-icon {
0031 //      width: 100%;
0032 //      height: 100%;
0033 //      fill: var(--icon-color);
0034 //
0035 //      &.active-icon {
0036 //        fill: var(--active-icon-color);
0037 //      }
0038 //    }
0039 //
0040 //    &:hover {
0041 //      background-color: var(--icon-bg);
0042 //      border-radius: 40%;
0043 //      transition: all 0.4s;
0044 //    }
0045 //
0046 //    &.disabled {
0047 //      cursor: not-allowed;
0048 //      opacity: 0.4;
0049 //    }
0050 //  }
0051 //}
0052 //.menu-toggle-icon{
0053 //  color: var(--text-color);
0054 //  transition: background-color 0.3s, color 0.3s;
0055 //}
0056 //
0057 //.button_theme:hover {
0058 //  color: var(--accent-color);
0059 //}