File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
VideoEditor/components/VideoSettingsModal/components/DurationWidget Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
- // do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS
2
- // to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500:
3
- @import " @edx/brand/paragon/variables" ;
4
- @import " @openedx/paragon/scss/core/_variables" ;
5
-
6
1
.total-label {
7
- border : 1px solid $gray-500 ;
2
+ border : 1px solid #707070 ;
8
3
}
Original file line number Diff line number Diff line change 1
- // do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS
2
- // to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500:
3
- @import " @edx/brand/paragon/variables" ;
4
- @import " @openedx/paragon/scss/core/_variables" ;
5
-
6
1
.dropzone-middle {
7
2
border : 2px dashed #ccc ;
8
3
34
29
& , & :active , & :hover {
35
30
background-color : transparent !important ;
36
31
border : none !important ;
37
- color : $gray-500 !important ;
32
+ color : #707070 !important ;
38
33
}
39
34
}
40
35
You can’t perform that action at this time.
0 commit comments