replace .invite-form SASS .prompt-wrapper extending by prompt-wrapper-basic mixin

This commit is contained in:
Simon Grim 2018-10-03 00:08:34 +05:00
parent ad4b825057
commit 76c38f22d8
2 changed files with 5 additions and 2 deletions

View File

@ -134,7 +134,7 @@
background: $bloc-light-color background: $bloc-light-color
+box-shadow(0 -8px 13px rgba(#111, 0.1)) +box-shadow(0 -8px 13px rgba(#111, 0.1))
.invite-form .invite-form
@extend .prompt-wrapper @include prompt-wrapper-basic
bottom: 40px bottom: 40px
top: auto top: auto
textarea textarea

View File

@ -1,6 +1,6 @@
/*********** POPUP PROMPT *************/ /*********** POPUP PROMPT *************/
.prompt-wrapper @mixin prompt-wrapper-basic
background: $bloc-light-color background: $bloc-light-color
z-index: 200 z-index: 200
position: fixed position: fixed
@ -9,6 +9,9 @@
width: 600px width: 600px
margin-left: -300px margin-left: -300px
+box-shadow(0 8px 33px rgba(#000, .3)) +box-shadow(0 8px 33px rgba(#000, .3))
.prompt-wrapper
@include prompt-wrapper-basic
.following-config-method-buttons .following-config-method-buttons
padding: 0 20px 20px 0 padding: 0 20px 20px 0
float: right float: right