[Client] fix scss import
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '~@/scss/base';
|
||||
@import '~@/scss/vars.scss';
|
||||
.alert-message {
|
||||
background: var(--alert-background-color);
|
||||
color: var(--alert-color);
|
||||
|
@ -10,7 +10,7 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import '~@/scss/base';
|
||||
@import '~@/scss/vars.scss';
|
||||
|
||||
.card {
|
||||
border: solid 1px var(--card-border-color);
|
||||
|
@ -46,7 +46,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base.scss';
|
||||
.custom-textarea {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -55,7 +55,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base.scss';
|
||||
.strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -26,8 +26,6 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '~@/scss/base';
|
||||
|
||||
#error {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -20,7 +20,7 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '~@/scss/base';
|
||||
@import '~@/scss/vars.scss';
|
||||
.error-message {
|
||||
background: var(--error-background-color);
|
||||
color: var(--error-color);
|
||||
|
@ -66,7 +66,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base.scss';
|
||||
@import '~@/scss/vars.scss';
|
||||
|
||||
.table-selects {
|
||||
display: flex;
|
||||
|
@ -3,7 +3,6 @@
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '~@/scss/base';
|
||||
.loader {
|
||||
animation: spin 2s linear infinite;
|
||||
border: 14px solid var(--app-loading-color);
|
||||
|
@ -58,7 +58,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base';
|
||||
@import '~@/scss/vars.scss';
|
||||
#modal {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -66,7 +66,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base.scss';
|
||||
@import '~@/scss/vars.scss';
|
||||
|
||||
.pagination-center {
|
||||
display: flex;
|
||||
|
@ -25,7 +25,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import '~@/scss/base';
|
||||
@import '~@/scss/vars.scss';
|
||||
.stat-card {
|
||||
flex: 1;
|
||||
max-width: 25%;
|
||||
|
@ -40,8 +40,6 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import '~@/scss/base';
|
||||
|
||||
.static-map {
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
@ -202,7 +202,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base';
|
||||
@import '~@/scss/vars';
|
||||
.start-chart {
|
||||
.chart-radio {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user