-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
beb4813
commit 295008e
Showing
2 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
7 changes: 1 addition & 6 deletions
7
...containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
// do NOT @import "@openedx/paragon/scss/core/core"; in any files in this repo, or it will add 400 kB of extra CSS | ||
// to the MFE each time you do so. The following are OK because they are only defining variables like $grey-500: | ||
@import "@edx/brand/paragon/variables"; | ||
@import "@openedx/paragon/scss/core/_variables"; | ||
|
||
.total-label { | ||
border: 1px solid $gray-500; | ||
border: 1px solid #707070; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters