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

37 lines
635 B
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-right: auto;
margin-bottom: 20px;
margin-left: auto;
2016-04-18 16:51:45 -04:00
.box-content {
padding: 0;
}
}
2016-04-18 16:51:45 -04:00
#projectBox {
border-top: 2px solid;
border-color: $active-gray;
background-color: $ui-white;
2016-04-18 16:51:45 -04:00
padding-bottom: 30px;
width: 100%;
2016-04-18 16:51:45 -04:00
}
.load button {
outline: None;
2016-04-18 16:51:45 -04:00
border: None;
background-color: $ui-white;
padding: 0;
2016-04-18 16:51:45 -04:00
li {
color: $header-gray;
}
}
}