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