scratch-www/src/views/search/search.scss
Rachel Thornton d7c9057cbd Refactoring, new grid component
Significant refactoring of Explore and Search pages, including new grid
component for displaying projects
2016-05-10 00:54:46 -04:00

36 lines
635 B
SCSS

@import "../../colors";
@import "../../frameless";
$base-bg: $ui-white;
#view {
.box {
display: block;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
.box-content {
padding: 0;
}
}
#projectBox {
border-top: 2px solid;
border-color: $active-gray;
background-color: $ui-white;
padding-bottom: 30px;
width: 100%;
}
.load button {
outline: None;
border: None;
background-color: $ui-white;
padding: 0;
li {
color: $header-gray;
}
}
}