Vulcan/packages/telescope-theme-base/lib/client/scss/global/_main.scss

61 lines
775 B
SCSS
Raw Normal View History

2014-08-20 15:59:11 +09:00
.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;
}
.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;
}
}