mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-09-01 16:41:53 +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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user