mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-05 11:34:17 +00:00
replace .invite-form SASS .prompt-wrapper extending by prompt-wrapper-basic mixin
This commit is contained in:
parent
ad4b825057
commit
76c38f22d8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user