Vulcan/packages/telescope-theme-base/lib/client/scss/global/_main.scss
2014-08-21 15:30:05 +09:00

65 lines
869 B
SCSS

.hidden{
display:none;
}
.visible{
display: block;
}
.overlay{
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:50;
}
#spinner{
margin: 100px 0;
}
.debug{
display:none;
}
.footer{
text-align:center;
padding:10px 0 70px 0;
color:black(0.4);
font-size:14px;
&.absolute{
position:absolute;
}
}
#login-buttons .loading{
display:none;
}
#loading, .loading-page{
height:300px;
}
.grid-module{
background: white;
margin-bottom: $grid-margin;
padding: $grid-padding;
}
.notifications-toggle{
background: white;
margin-bottom: $grid-margin;
padding: $grid-padding;
}
.search-date-header{
background: $lightest-grey;
th{
@include cf;
}
.search-date{
display: block;
float: left;
font-weight: bold;
}
.search-count{
font-size: 13px;
display: block;
float: right;
}
}