scratch-www/src/views/search/search.scss

69 lines
1.1 KiB
SCSS
Raw Normal View History

2016-04-18 16:51:45 -04:00
@import "../../colors";
@import "../../frameless";
$base-bg: $ui-white;
#view {
.box {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.box .box-content {
padding: 0px;
}
.carousel {
padding: 15px;
width: calc(100%-5px);
}
.thumbnail.project {
width: 200px;
}
.thumbnail.project img {
width: 200px;
height: 150px;
}
.select {
width: 110px;
margin: auto 0px auto auto;
}
#sorter {
margin: auto 20px auto auto;
color: $header-gray;
display: inline-block;
width:170px;
}
#sortText {
width: 60px;
margin: auto 0px auto auto;
display:inline-block;
}
#projectBox {
background-color: $ui-white;
width: 100%;
border-top: 2px solid;
border-color: $active-gray;
padding-bottom: 30px;
}
.load button {
border: None;
padding: 0px;
background-color: $ui-white;
outline: None;
li {
color: $header-gray;
}
}
}