fix: remove imports breaking build (#500)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
.dropzone-middle {
|
||||
border: 2px dashed #ccc;
|
||||
|
||||
@@ -34,7 +29,7 @@
|
||||
&, &:active, &:hover {
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
color: $gray-500 !important;
|
||||
color: #707070 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user