Skip to content

Commit

Permalink
Update lux
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Apr 11, 2024
1 parent 3a7308e commit 77917bc
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 449 deletions.
2 changes: 1 addition & 1 deletion app/javascript/components/CartViewToggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
</script>

<style lang="scss" scoped>
@import "../styles/utils.scss";
@import "lux-design-system/dist/style.scss";
#count {
font-size: 12px;
font-family: $font-family-text;
Expand Down
1 change: 0 additions & 1 deletion app/javascript/components/FiggyViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ export default {
</script>

<style lang="scss" scoped>
@import "lux-design-system/dist/style.css";
</style>
11 changes: 5 additions & 6 deletions app/javascript/components/PulfaDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ export default {
</script>

<style lang="scss">
@import "lux-design-system/dist/style.css";
@import "../styles/utils.scss";
@import "lux-design-system/dist/style.scss";
.lux-data-table {
border-collapse: collapse;
border-spacing: 0;
Expand Down Expand Up @@ -310,7 +309,7 @@ export default {
}
thead tr {
background-color: $color-grayscale-light;
background-color: $color-grayscale-lighter;
color: $color-rich-black;
}
Expand All @@ -332,7 +331,7 @@ export default {
border-bottom: none;
border-left: none;
border-right: none;
border-top: 1px solid darken($color-grayscale-light, 10%);
border-top: 1px solid darken($color-grayscale-lighter, 10%);
@include inset-space($space-base);
overflow: hidden;
}
Expand Down Expand Up @@ -363,10 +362,10 @@ export default {
color: $color-grayscale-darker;
&:hover {
background: $color-grayscale-light;
background: $color-grayscale-warm-lighter;
input {
background: $color-grayscale-light;
background: $color-grayscale-warm-lighter;
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions app/javascript/components/RequestCart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ export default {
</script>

<style lang="scss" scoped>
@import "lux-design-system/dist/style.css";
@import "../styles/utils.scss";
@import "lux-design-system/dist/style.scss";
#request-notes-wrapper {
width: 100%;
margin-left: 0.25rem;
Expand Down
9 changes: 0 additions & 9 deletions app/javascript/styles/media_queries.scss

This file was deleted.

84 changes: 0 additions & 84 deletions app/javascript/styles/mixins.scss

This file was deleted.

45 changes: 0 additions & 45 deletions app/javascript/styles/spacing.scss

This file was deleted.

Loading

0 comments on commit 77917bc

Please sign in to comment.