Merge pull request #8 from dderbentsov/UC-3
Изменены стили кнопок addEventButton и buttonPlus
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
|
||||
<style lang="sass">
|
||||
.add-button-event
|
||||
outline: none
|
||||
border: none
|
||||
cursor: pointer
|
||||
font-family: Raleway
|
||||
font-style: normal
|
||||
font-size: 16px
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
|
||||
<style lang="sass">
|
||||
.button-plus
|
||||
outline: none
|
||||
border: none
|
||||
cursor: pointer
|
||||
width: fit-content
|
||||
background-color: rgba(65, 105, 225, 0.25)
|
||||
padding: 7px 7px 3px 7px
|
||||
|
||||
@@ -135,6 +135,7 @@ export default {
|
||||
position: relative
|
||||
display: flex
|
||||
flex-direction: column
|
||||
height: fit-content
|
||||
row-gap: 24px
|
||||
min-width: 448px
|
||||
padding: 21px 32px 24px 32px
|
||||
|
||||
Reference in New Issue
Block a user