Skip to content

Commit

Permalink
Formatting scss in Monthselect component
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Sep 26, 2024
1 parent c1d8f2d commit 668d4e0
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions front/src/components/Tracker/MonthSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,21 @@
</script>

<style lang="scss">
.tracker-months-select {
select {
width: 100%;
text-align: center;
.tracker-months {
&-select {
select {
width: 100%;
text-align: center;
}
}
}
.tracker-months-csv {
padding-left: 0.5rem;
padding: 0.5rem;
&-csv {
padding-left: 0.5rem;
padding: 0.5rem;
img {
width: 2rem;
img {
width: 2rem;
}
}
}
Expand Down

0 comments on commit 668d4e0

Please sign in to comment.