Merge pull request #8 from dderbentsov/UC-3

Изменены стили кнопок addEventButton и buttonPlus
This commit is contained in:
DuCay
2022-10-07 13:12:56 +03:00
committed by GitHub
3 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
<style lang="sass"> <style lang="sass">
.add-button-event .add-button-event
outline: none
border: none
cursor: pointer
font-family: Raleway font-family: Raleway
font-style: normal font-style: normal
font-size: 16px font-size: 16px

View File

@@ -15,6 +15,9 @@
<style lang="sass"> <style lang="sass">
.button-plus .button-plus
outline: none
border: none
cursor: pointer
width: fit-content width: fit-content
background-color: rgba(65, 105, 225, 0.25) background-color: rgba(65, 105, 225, 0.25)
padding: 7px 7px 3px 7px padding: 7px 7px 3px 7px

View File

@@ -135,6 +135,7 @@ export default {
position: relative position: relative
display: flex display: flex
flex-direction: column flex-direction: column
height: fit-content
row-gap: 24px row-gap: 24px
min-width: 448px min-width: 448px
padding: 21px 32px 24px 32px padding: 21px 32px 24px 32px