Skip to content

Commit

Permalink
Поправил стили
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 14, 2024
1 parent 1dd4773 commit 2690dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions public/src/components/AddTagMenu/AddTagMenu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,12 @@
outline: none
border: none
border-radius: 5px
background: red
background: hsl(210 40% 98%)
display: flex
justify-content: center
align-items: center
cursor: pointer
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1)

&:hover
opacity: 0.9

img
width: 16px
height: 16px
z-index: 1001
opacity: 0.9
2 changes: 1 addition & 1 deletion public/src/components/AddTagMenu/AddTagMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class AddTagMenu extends ScReact.Component<AddTagMenuProps, any> {
<form className={'add-tag__input-container ' + (this.state.open ? 'open' : '')} ref={ref => this.inputContainerRef = ref} onsubmit={this.handleSubmit}>
<input type="text" placeholder="Добавить тэг" ref={ref => this.inputRef = ref}/>
<button type="submit" onclick={this.handleSubmit}>
<Img src="book.svg" />
</button>
</form>
</div>
Expand Down

0 comments on commit 2690dd2

Please sign in to comment.