2014-04-22 18:11:54 +00:00
|
|
|
@import "mixins";
|
2014-04-21 20:01:53 +00:00
|
|
|
@import "variables";
|
2014-04-22 18:11:54 +00:00
|
|
|
@import "type";
|
|
|
|
@import "panels";
|
|
|
|
@import "nav";
|
|
|
|
@import "buttons";
|
2014-04-22 19:59:35 +00:00
|
|
|
@import "lists";
|
2014-04-30 16:15:54 +00:00
|
|
|
@import "forms";
|
2014-08-22 23:03:46 +00:00
|
|
|
@import "notifications";
|
2014-04-21 20:01:53 +00:00
|
|
|
|
2014-09-05 19:56:50 +00:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
|
|
|
|
height: 100%;
|
|
|
|
margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer, .push {
|
|
|
|
height: 60px; /* .push must be the same height as .footer */
|
|
|
|
}
|
|
|
|
|
2014-06-03 15:32:22 +00:00
|
|
|
@media (min-width: 1120px) { // + 30
|
2014-04-24 17:47:14 +00:00
|
|
|
.container {
|
2014-06-03 15:32:22 +00:00
|
|
|
width: 1100px;
|
2014-04-24 17:47:14 +00:00
|
|
|
}
|
|
|
|
}
|
2014-05-01 21:22:16 +00:00
|
|
|
|
2014-06-03 15:32:22 +00:00
|
|
|
@media (min-width: 1200px) { // + 30
|
2014-05-01 21:22:16 +00:00
|
|
|
.container {
|
|
|
|
width: 1200px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1438px) { // + 38
|
2014-04-24 17:47:14 +00:00
|
|
|
.container {
|
|
|
|
width: 1400px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-04-27 14:42:21 +00:00
|
|
|
a {
|
|
|
|
button:active {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-05-01 03:39:41 +00:00
|
|
|
.buffer-small {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
2014-06-05 17:24:03 +00:00
|
|
|
@media (min-width: 991px) {
|
|
|
|
.border-left {
|
|
|
|
border-left: 1px $gray-background solid;
|
|
|
|
.padded-border{
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
2014-04-30 14:49:07 +00:00
|
|
|
}
|
|
|
|
}
|
2014-06-03 17:53:22 +00:00
|
|
|
.padded-right-middle {
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
2014-04-24 17:47:14 +00:00
|
|
|
|
|
|
|
.no-margin {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-04-23 18:01:42 +00:00
|
|
|
|
|
|
|
.vertical-center {
|
|
|
|
margin-top: 200px;
|
|
|
|
}
|
|
|
|
|
2014-04-22 18:11:54 +00:00
|
|
|
.row {
|
|
|
|
&.colored {
|
|
|
|
background-color: $light-purple;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-04-24 17:47:14 +00:00
|
|
|
.bordered {
|
|
|
|
border-left: 2px solid $gray-background;
|
|
|
|
}
|
|
|
|
|
2014-04-22 18:11:54 +00:00
|
|
|
|
|
|
|
.bg-purple {
|
|
|
|
background-color: $purple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-light-purple {
|
|
|
|
background-color: $light-purple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-orange {
|
|
|
|
background-color: $orange-faded;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-green {
|
|
|
|
background-color: $green-faded;
|
|
|
|
}
|
|
|
|
|
2014-04-22 19:59:35 +00:00
|
|
|
.bg-dark-green {
|
|
|
|
background-color: $green-dark;
|
|
|
|
}
|
|
|
|
|
2014-04-22 18:11:54 +00:00
|
|
|
.bg-red {
|
|
|
|
background-color: $red-faded;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-gray {
|
2014-04-30 16:15:54 +00:00
|
|
|
background-color: $gray-light;
|
2014-04-22 18:11:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-light-gray {
|
|
|
|
background-color: $gray-background;
|
2014-04-21 20:01:53 +00:00
|
|
|
}
|
2014-06-02 15:49:01 +00:00
|
|
|
|
|
|
|
.action-bar {
|
2014-06-03 15:32:22 +00:00
|
|
|
min-height: 50px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
2014-06-02 15:49:01 +00:00
|
|
|
}
|
2014-06-04 19:44:17 +00:00
|
|
|
|
|
|
|
.ember-list-view {
|
|
|
|
overflow: auto;
|
|
|
|
position: relative;
|
2014-06-06 19:11:26 +00:00
|
|
|
margin-bottom: 30px;
|
2014-06-04 19:44:17 +00:00
|
|
|
}
|
2014-06-04 21:14:50 +00:00
|
|
|
|
2014-06-04 19:44:17 +00:00
|
|
|
.ember-list-item-view {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-06-04 21:14:50 +00:00
|
|
|
|
|
|
|
.scrollable {
|
|
|
|
overflow: auto;
|
|
|
|
height: 800px;
|
2014-06-06 19:11:26 +00:00
|
|
|
margin-bottom: 30px;
|
2014-06-04 21:14:50 +00:00
|
|
|
}
|
2014-08-21 23:00:37 +00:00
|
|
|
|
|
|
|
.elip-overflow {
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2014-09-05 19:56:50 +00:00
|
|
|
|
|
|
|
.do-logo {
|
|
|
|
opacity: 0.6;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|