|
1 | 1 | @use "../../../scss/utilities/colors" as *; |
2 | 2 |
|
3 | | -footer { |
4 | | - color: $eform-gray; |
| 3 | +body, .theme-light { |
| 4 | + --black-800: #242729; |
| 5 | + --blue-600: #0077cc; |
| 6 | + --theme-body-font-color: var(--black-800); |
| 7 | + --tp-td-bg: #ffffff; |
| 8 | + --tp-th-bg: #f7f9fa; |
| 9 | + --tp-border: #EBEFF2; |
| 10 | + --tp-text: #111827; |
| 11 | + --tp-white-text: #0F1316; |
| 12 | + --border: #{$border-light}; |
| 13 | + --icon-secondary: #{$icon-secondary-light}; |
| 14 | + --bg: #{$bg-light}; |
| 15 | + --text-header: #{$text-header-light}; |
| 16 | + //--mat-card-elevated-container-color: #{$bg-light}!important; |
| 17 | + --primary: #{$primary-light}; |
| 18 | + --primary-light: #{$primary-light-light-mode}; |
| 19 | + --warning: #{$warning-light}; |
| 20 | + --error: #{$error-light}; |
| 21 | + --btn-delete-text: #{$text-header-dark}; |
| 22 | + --text-body: #{$text-body-light}; |
| 23 | + --card: #{$card-light}; |
| 24 | + --mat-table-row-item-outline-color: #{$border-light}!important; |
| 25 | + --mat-card-elevated-container-color: #{$bg-light}!important; |
5 | 26 | } |
6 | 27 |
|
7 | | -#footer-widgets { |
8 | | - background-color: $eform-gray; |
9 | | - font-size: 0.7rem; |
| 28 | +body, .theme-dark { |
| 29 | + --tp-td-bg: #424242; |
| 30 | + --tp-th-bg: #424242; |
| 31 | + --tp-border: #2B2B2B; |
| 32 | + --tp-text: #E6E6E6; |
| 33 | + --tp-white-text: white; |
| 34 | + --border: #{$border-dark}; |
| 35 | + --icon-secondary: #{$icon-secondary-dark}; |
| 36 | + --bg: #{$bg-dark}; |
| 37 | + --text-header: #{$text-header-dark}; |
| 38 | + //--mat-card-elevated-container-color: #{$bg-dark}!important; |
| 39 | + --primary: #{$primary-dark}; |
| 40 | + --primary-light: #{$primary-light-dark-mode}; |
| 41 | + --warning: #{$warning-dark}; |
| 42 | + --error: #{$error-dark}; |
| 43 | + --btn-delete-text: #{$text-header-light}; |
| 44 | + --text-body: #{$text-body-dark}; |
| 45 | + --card: #{$card-dark}; |
| 46 | + --mat-table-row-item-outline-color: #{$border-dark}!important; |
| 47 | + --mat-card-elevated-container-color: #{$bg-dark}!important; |
10 | 48 | } |
11 | 49 |
|
12 | | -a { |
13 | | - color: white; |
| 50 | + |
| 51 | +.footer { |
| 52 | + display: flex; |
| 53 | + padding: var(--416-px, 16px); |
| 54 | + align-items: center; |
| 55 | + gap: var(--28-px, 8px); |
| 56 | + align-self: stretch; |
| 57 | + background: var(--bg); |
| 58 | + border-top: 1px solid var(--border, #EBEFF2); |
| 59 | + &:hover { |
| 60 | + background: var(--primary-light, #F5FCFC); |
| 61 | + color: var(--primary, #289694); |
| 62 | + cursor: pointer; |
| 63 | + } |
14 | 64 | } |
15 | 65 |
|
16 | | -span { |
17 | | - color: white; |
| 66 | +.profile-block { |
| 67 | + display: flex; |
| 68 | + align-items: flex-start; |
| 69 | + justify-content: space-between; |
| 70 | + gap: var(--28-px, 8px); |
| 71 | + align-self: stretch; |
| 72 | + cursor: pointer; |
| 73 | + padding: 0; |
| 74 | + background: transparent; |
| 75 | + |
| 76 | + &:hover { |
| 77 | + background: transparent; |
| 78 | + } |
18 | 79 | } |
19 | 80 |
|
20 | | -.copyright-section { |
21 | | - background-color: $eform-gray !important; |
22 | | - color: white; |
23 | | - font-size: 0.7rem; |
| 81 | +.avatar { |
| 82 | + width: 40px; |
| 83 | + height: 40px; |
| 84 | + aspect-ratio: 1/1; |
| 85 | + border-radius: var(--rounded-full, 9999px); |
| 86 | +} |
| 87 | + |
| 88 | +.info { |
| 89 | + flex-grow: 1; |
| 90 | + |
| 91 | + .name { |
| 92 | + align-self: stretch; |
| 93 | + color: var(--text-header, #0F1316); |
| 94 | + font-family: var(--font-family, Poppins); |
| 95 | + font-size: var(--Text-size-sm, 14px); |
| 96 | + font-style: normal; |
| 97 | + font-weight: 500; |
| 98 | + line-height: var(--Text-line-height-sm, 22px); /* 157.143% */ |
| 99 | + } |
| 100 | + .email { |
| 101 | + align-self: stretch; |
| 102 | + color: var(--text-body, #7F868D); |
| 103 | + font-family: var(--Fonts-Font-family-Text, Inter); |
| 104 | + font-size: var(--Text-font-size-Text-xs, 12px); |
| 105 | + font-style: normal; |
| 106 | + font-weight: 400; |
| 107 | + line-height: var(--Text-line-height-Text-xs, 18px); /* 150% */ |
| 108 | + } |
24 | 109 | } |
25 | 110 |
|
26 | | -.stick-down { |
27 | | - //left: 0; |
28 | | - //bottom: 0; |
| 111 | +.expand-icon { |
| 112 | + font-size: 20px; |
| 113 | + opacity: 0.6; |
| 114 | +} |
| 115 | + |
| 116 | +.profile-menu-panel { |
29 | 117 | width: 100%; |
30 | | - //position: absolute; |
| 118 | + background: var(--bg); |
| 119 | + padding: 0!important; |
| 120 | +} |
| 121 | + |
| 122 | +.menu-header { |
| 123 | + display: flex; |
| 124 | + align-items: center; |
| 125 | + gap: var(--28-px, 8px); |
| 126 | + align-self: stretch; |
| 127 | + padding: var(--28-px, 8px) var(--416-px, 14px); |
| 128 | + border-bottom: 1px solid var(--border, #EBEFF2); |
| 129 | + |
| 130 | + .avatar-lg { |
| 131 | + width: 40px; |
| 132 | + height: 40px; |
| 133 | + aspect-ratio: 1/1; |
| 134 | + border-radius: var(--rounded-full, 9999px); |
| 135 | + } |
| 136 | + |
| 137 | + .name { |
| 138 | + align-self: stretch; |
| 139 | + color: var(--text-header, #0F1316); |
| 140 | + font-family: var(--font-family, Poppins); |
| 141 | + font-size: var(--Text-size-sm, 14px); |
| 142 | + font-style: normal; |
| 143 | + font-weight: 500; |
| 144 | + line-height: var(--Text-line-height-sm, 22px); /* 157.143% */ |
| 145 | + } |
| 146 | + .email { |
| 147 | + align-self: stretch; |
| 148 | + color: var(--text-body, #7F868D); |
| 149 | + font-family: var(--Fonts-Font-family-Text, Inter); |
| 150 | + font-size: var(--Text-font-size-Text-xs, 12px); |
| 151 | + font-style: normal; |
| 152 | + font-weight: 400; |
| 153 | + line-height: var(--Text-line-height-Text-xs, 18px); /* 150% */ |
| 154 | + } |
| 155 | + |
31 | 156 | } |
32 | 157 |
|
33 | | -.footer-version { |
34 | | - color: gray; |
35 | | - //font-size: 1em; |
| 158 | +a{ |
| 159 | + display: flex; |
| 160 | + padding: var(--28-px, 8px) var(--416-px, 16px); |
| 161 | + align-items: center; |
| 162 | + gap: var(--28-px, 8px); |
| 163 | + align-self: stretch; |
| 164 | + color: var(--text-header, #0F1316)!important; |
| 165 | + |
| 166 | + font-family: var(--font-family, "Nunito Sans"); |
| 167 | + font-size: var(--Text-size-sm, 14px); |
| 168 | + font-style: normal; |
| 169 | + font-weight: 600; |
| 170 | + line-height: var(--Text-line-height-sm, 22px); |
| 171 | + |
| 172 | + &:hover { |
| 173 | + background: var(--primary-light, #F5FCFC); |
| 174 | + color: var(--primary, #289694); |
| 175 | + } |
| 176 | +} |
| 177 | + |
| 178 | +.mat-mdc-menu-content{ |
| 179 | + display: inline-flex; |
| 180 | + padding: var(--28-px, 8px); |
| 181 | + flex-direction: column; |
| 182 | + align-items: flex-start; |
| 183 | + gap: var(--14-px, 4px); |
| 184 | + border-radius: var(--rounded-8, 8px); |
| 185 | + border: 1px solid var(--border, #EBEFF2); |
| 186 | + background: var(--bg, #FFF); |
| 187 | + box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10); |
| 188 | + |
| 189 | + |
36 | 190 | } |
0 commit comments