remove unneeded style imports

This commit is contained in:
Westly Wright 2020-05-01 09:50:30 -07:00
parent 92fc803152
commit 702284ca11
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
8 changed files with 5 additions and 26 deletions

View File

@ -1,6 +1,4 @@
@import "~assets/fonts/icons/variables.scss";
$icomoon-font-path: '~assets/fonts/icons/fonts' !global;
$icomoon-font-family: 'icons' !global;

View File

@ -1,7 +1,4 @@
@import 'node_modules/vue-js-modal/dist/styles.css';
@import "~assets/styles/base/_variables.scss";
@import "~assets/styles/base/_functions.scss";
@import "~assets/styles/base/_mixins.scss";
.v--modal-overlay {
background-color: var(--overlay-bg);

View File

@ -94,10 +94,6 @@ export default {
</template>
<style lang="scss" scoped>
@import "~assets/styles/base/_variables.scss";
@import "~assets/styles/base/_functions.scss";
@import "~assets/styles/base/_mixins.scss";
.root {
position: absolute;
}

View File

@ -24,10 +24,6 @@ export default {
</template>
<style lang="scss" scoped>
@import "~assets/styles/base/_variables.scss";
@import "~assets/styles/base/_functions.scss";
@import "~assets/styles/base/_mixins.scss";
.overlay {
z-index: z-index('loadingOverlay');
background-color: var(--overlay-bg);

View File

@ -263,9 +263,6 @@ export default {
</template>
<style lang="scss">
@import "~assets/styles/base/_variables.scss";
@import "~assets/styles/base/_functions.scss";
@import "~assets/styles/base/_mixins.scss";
.resource-yaml {
flex: 1;
display: flex;

View File

@ -509,9 +509,6 @@ export default {
</template>
<style lang="scss">
@import "~assets/styles/base/_variables.scss";
@import "~assets/styles/base/_functions.scss";
@import "~assets/styles/base/_mixins.scss";
//
// Important: Almost all selectors in here need to be ">"-ed together so they
// apply only to the current table, not one nested inside another table.

View File

@ -25,8 +25,6 @@ export default {
</template>
<style lang="scss">
@import "~assets/styles/base/_mixins.scss";
.badge-state {
padding: 5px 5px 5px 0;
border: 1px solid transparent;