27 lines
501 B
SCSS
27 lines
501 B
SCSS
.invitation-overlay {
|
|
width:384px;
|
|
height:344px;
|
|
padding:8px;
|
|
background-color:#787878;
|
|
position:fixed;
|
|
top:20%;
|
|
left:50%;
|
|
margin-left:-200px;
|
|
}
|
|
|
|
.invitation-overlay textarea {
|
|
font-family:"Raleway", arial, sans-serif;
|
|
background-color:#c5c5c5;
|
|
border:none;
|
|
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
|
|
box-shadow: inset 2px 2px 3px 0px #888;
|
|
color:#666;
|
|
height:75px;
|
|
width:300px;
|
|
}
|
|
|
|
.invitation-inner {
|
|
height:300px;
|
|
overflow:auto;
|
|
background-color:#262626;
|
|
} |