mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 16:21:04 -05:00
d7c9057cbd
Significant refactoring of Explore and Search pages, including new grid component for displaying projects
36 lines
635 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|