From ec5504ae8b123f781cd406e9c0111a3e8cd57ac2 Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Tue, 13 Feb 2018 21:16:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20hover=20=D1=81?= =?UTF-8?q?=20=D0=BD=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D0=BE=D0=B9?= =?UTF-8?q?=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/sass/_common.sass | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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)