1
0
Fork 0
oldhaven/app/assets/stylesheets/common.scss

18 lines
278 B
SCSS
Raw Normal View History

2011-09-09 07:41:45 +00:00
@import "opacity";
2011-06-14 16:05:12 +00:00
2011-09-09 07:41:45 +00:00
.fullscreen {
position: fixed;
z-index: 999999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
//@include opacity(0.9);
2011-09-09 07:41:45 +00:00
.inner {
position: relative;
top: 50%;
left: 50%;
margin: -32px 0 0 -32px;
}
2011-06-14 16:05:12 +00:00
}