Убран hover с неактивной кнопки

remotes/origin/hasaccess
Vitaly Baev 8 years ago
parent e583782565
commit af8b251a82
  1. 14
      web/src/sass/_common.sass

@ -74,6 +74,10 @@ b
color: white color: white
// box-shadow: 0 0 0 1px red // box-shadow: 0 0 0 1px red
button
&:disabled
cursor: not-allowed
.outer .outer
display: flex display: flex
min-height: 100vh min-height: 100vh
@ -114,6 +118,9 @@ b
line-height: 1.33 line-height: 1.33
&:hover &:hover
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.11) box-shadow: 0 5px 20px 0 rgba(0,0,0,0.11)
&:disabled
&:hover
box-shadow: none
&:active &:active
box-shadow: 0 0 0 0 rgba(0,0,0,0) box-shadow: 0 0 0 0 rgba(0,0,0,0)
color: rgba(#262626,.1) color: rgba(#262626,.1)
@ -1913,7 +1920,7 @@ a.grey-link
padding: 0 20px padding: 0 20px
&__textarea &__textarea
display: block display: block
height: 36px height: auto
padding: 7px 0 padding: 7px 0
resize: vertical resize: vertical
&_lg &_lg
@ -3095,6 +3102,11 @@ a.grey-link
&__nav &__nav
display: flex display: flex
margin: 0 -10px 60px margin: 0 -10px 60px
flex-wrap: wrap
&-message
width: 100%
margin: 15px 0 0 15px
font-size: 15px
&__btn &__btn
margin: 0 10px margin: 0 10px
flex: 0 0 calc(50% - 20px) flex: 0 0 calc(50% - 20px)

Loading…
Cancel
Save