|
52 | 52 | background-color: var(--border-default); |
53 | 53 | } |
54 | 54 |
|
| 55 | + .upload__no-teams { |
| 56 | + display: flex; |
| 57 | + gap: 4px; |
| 58 | + align-items: center; |
| 59 | + } |
| 60 | + |
| 61 | + .upload__no-teams-text { |
| 62 | + color: var(--color-text-secondary); |
| 63 | + font-weight: var(--font-weight-medium); |
| 64 | + |
| 65 | + font-size: var(--font-size-body-md); |
| 66 | + } |
| 67 | + |
| 68 | + .upload__category { |
| 69 | + display: flex; |
| 70 | + flex-direction: column; |
| 71 | + gap: var(--gap-xs); |
| 72 | + align-items: flex-start; |
| 73 | + align-self: stretch; |
| 74 | + } |
| 75 | + |
| 76 | + .upload__category-label { |
| 77 | + color: var(--color-text-secondary); |
| 78 | + font-weight: var(--font-weight-medium); |
| 79 | + |
| 80 | + font-size: var(--font-size-body-md); |
| 81 | + } |
| 82 | + |
55 | 83 | .drag-n-drop { |
56 | 84 | display: flex; |
57 | 85 | flex: 1 0 0; |
|
69 | 97 | cursor: pointer; |
70 | 98 | } |
71 | 99 |
|
| 100 | + .drag-n-drop--success { |
| 101 | + border: 2px solid var(--color-cyber-green-7); |
| 102 | + background: var(--color-surface-1); |
| 103 | + } |
| 104 | + |
72 | 105 | .drag-n-drop__body { |
73 | 106 | display: flex; |
74 | 107 | flex-direction: column; |
|
102 | 135 | text-align: center; |
103 | 136 | } |
104 | 137 |
|
| 138 | + .drag-n-drop__remove-button { |
| 139 | + color: var(--color-text-tertiary); |
| 140 | + font-weight: var(--font-weight-regular); |
| 141 | + font-size: var(--font-size-body-md); |
| 142 | + background: transparent; |
| 143 | + text-decoration-line: underline; |
| 144 | + text-decoration-style: solid; |
| 145 | + text-decoration-skip-ink: none; |
| 146 | + text-decoration-thickness: auto; |
| 147 | + text-underline-offset: auto; |
| 148 | + text-underline-position: from-font; |
| 149 | + } |
| 150 | + |
| 151 | + .upload__nsfw-switch { |
| 152 | + display: flex; |
| 153 | + flex-direction: row; |
| 154 | + gap: var(--gap-md); |
| 155 | + align-items: center; |
| 156 | + align-self: flex-start; |
| 157 | + justify-content: flex-start; |
| 158 | + } |
| 159 | + |
105 | 160 | .upload__buttons { |
106 | 161 | display: flex; |
107 | 162 | flex-direction: row; |
108 | 163 | gap: var(--gap-md); |
| 164 | + align-self: stretch; |
109 | 165 | } |
110 | 166 |
|
111 | 167 | .upload__submit { |
| 168 | + flex: 1; |
112 | 169 | align-self: stretch; |
113 | 170 | } |
114 | 171 |
|
|
0 commit comments