mirror of https://github.com/rancher/dashboard.git
remove unneeded style imports
This commit is contained in:
parent
92fc803152
commit
702284ca11
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue