Vulcan/packages/telescope-theme-base/lib/client/scss/partials/_elements.scss
2014-08-12 16:16:44 +09:00

106 lines
No EOL
1.5 KiB
SCSS

.header{
background: white;
margin-bottom: $grid-margin;
padding: $grid-padding;
&, a, a:link, a:visited{
color: white;
}
}
.logo-image{
a, img{
display: block;
height: 100%;
width: 100%;
}
}
ul{
li{
margin: 0 0 10px 0;
}
}
.module{
background: white;
margin-bottom: $grid-margin;
padding: $grid-padding;
}
.notifications-toggle{
background: white;
margin-bottom: $grid-margin;
padding: $grid-padding;
}
.filter-sort{
@include cf;
padding: $grid-padding;
background: black(0.05);
a, span{
display: inline-block;
margin-right: 20px;
&.active{
border-bottom: 2px solid $blue;
}
&:last-child{
margin-right: 0;
}
}
.filter{
float: left;
}
.sort{
float: right;
}
}
.user-list, .user-table{
font-size: 13px;
.user{
.user-avatar{
height:30px;
width:30px;
background-size: 30px 30px;
display:block;
@include border-radius(30px);
}
.posts-list{
}
}
}
table{
width: 100%;
tr{
border-bottom: 1px solid #eee;
td, th{
padding:10px;
}
}
thead{
tr{
td, th{
font-weight:bold;
}
}
}
tbody{
tr{
td{
}
}
}
}
.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;
}
}