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-path: '~assets/fonts/icons/fonts' !global;
$icomoon-font-family: 'icons' !global; $icomoon-font-family: 'icons' !global;

View File

@ -75,9 +75,9 @@ $GUTTER: 1.75%;
flex-wrap: wrap; flex-wrap: wrap;
.flex-item-half { .flex-item-half {
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
width: 50%; width: 50%;
} }
} }

View File

@ -1,9 +1,6 @@
@import 'node_modules/vue-js-modal/dist/styles.css'; @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 { .v--modal-overlay {
background-color: var(--overlay-bg); background-color: var(--overlay-bg);
z-index: z-index('modalOverlay'); z-index: z-index('modalOverlay');
} }

View File

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

View File

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

View File

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

View File

@ -509,9 +509,6 @@ export default {
</template> </template>
<style lang="scss"> <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 // 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. // apply only to the current table, not one nested inside another table.

View File

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