mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-07 04:52:13 -05:00
69 lines
1.1 KiB
SCSS
69 lines
1.1 KiB
SCSS
|
@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;
|
||
|
}
|
||
|
}
|
||
|
}
|