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
+box-shadow(0 -8px 13px rgba(#111, 0.1))
.invite-form
@extend .prompt-wrapper
@include prompt-wrapper-basic
bottom: 40px
top: auto
textarea

View File

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