This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
directives/tc-fp-file-input Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 6
6
.tc-label__wrapper
7
7
span.tc-label__asterisk.lowercase ( ng-if ="mandatory" ) #[ span *] mandatory
8
8
input.tc-file-field__input (
9
+ filepicker
9
10
type ="filepicker-dragdrop" ,
10
11
data-fp-maxSize ="{{maxSize}}" ,
11
12
data-fp-button-class ="tc-btn" ,
13
+ data-fp-drag-class ="tc-fp-file-drag-drop"
12
14
data-fp-services ="{{fpServices}}" ,
13
15
data-fp-multiple ="false" ,
14
16
data-fp-extensions ="{{extensions}}" ,
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ require('../assets/css/directives/challenge-tile.scss')
118
118
require ( '../assets/css/directives/challenge-links.directive.scss' )
119
119
require ( '../assets/css/directives/badge-tooltip.scss' )
120
120
require ( '../assets/css/directives/tc-banner.scss' )
121
+ require ( '../assets/css/directives/tc-fp-file-input.directive.scss' )
121
122
require ( '../assets/css/community/statistics.scss' )
122
123
require ( '../assets/css/community/members.scss' )
123
124
require ( '../assets/css/community/community.scss' )
Original file line number Diff line number Diff line change
1
+ @import ' topcoder/tc-includes' ;
2
+
3
+ tc-fp-file-input {
4
+ .tc-btn {
5
+ margin-bottom : 5px ;
6
+ }
7
+
8
+ .tc-fp-file-drag-drop {
9
+ width : calc (100% - 4px );
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments