Skip to content

Commit

Permalink
style: Removendo arquivos CSS, alterando tags chamadas no documento S…
Browse files Browse the repository at this point in the history
…CSS e ajeitando bug do prettier

fix devhatt#26
  • Loading branch information
anthonymanoel committed Jan 11, 2024
1 parent 8397944 commit 19f29f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/components/PetRegist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function Slider() {
'input',
(event) => {
if (!this.enable) return;

this.weight();
this.setValue(event.target.value);
},
Expand Down
16 changes: 4 additions & 12 deletions src/components/PetRegist/index.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
* {
width: 100%;
height: auto;
overflow-x: visible;

box-sizing: border-box;
}

html {
font-size: 10px;
}

.slider {
width: 100%;
height: 50vh;
Expand All @@ -19,6 +7,10 @@ html {

align-items: center;
justify-content: center;

font-size: 10px;

box-sizing: border-box;
}

.slider__text-slider{
Expand Down

0 comments on commit 19f29f2

Please sign in to comment.