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