You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
265 lines
4.2 KiB
Plaintext
265 lines
4.2 KiB
Plaintext
7 years ago
|
@import "../../node_modules/bootstrap/less/bootstrap";
|
||
|
@import "../angelFont/angelFont.css";
|
||
10 years ago
|
|
||
10 years ago
|
body {
|
||
|
padding-top: 50px;
|
||
|
}
|
||
|
|
||
|
.footer a {
|
||
|
color: @text-muted;
|
||
|
}
|
||
10 years ago
|
|
||
8 years ago
|
.first {
|
||
7 years ago
|
clear: both;
|
||
8 years ago
|
margin-top: 30px;
|
||
8 years ago
|
}
|
||
|
|
||
|
.text-big {
|
||
8 years ago
|
display: block;
|
||
|
font-size: 30px;
|
||
|
line-height: 30px;
|
||
|
margin: 0px;
|
||
8 years ago
|
}
|
||
|
|
||
7 years ago
|
.stats {
|
||
7 years ago
|
.make-md-column(3);
|
||
|
.make-xs-column(6);
|
||
7 years ago
|
font-size: 20px;
|
||
7 years ago
|
height: 150px;
|
||
7 years ago
|
text-align: center;
|
||
7 years ago
|
|
||
7 years ago
|
.number {
|
||
|
font-size: 80px;
|
||
|
font-weight: 200;
|
||
|
}
|
||
7 years ago
|
@media (max-width: @screen-md) {
|
||
7 years ago
|
font-size: inherit;
|
||
7 years ago
|
.number {
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
}
|
||
7 years ago
|
}
|
||
|
|
||
|
.stats-danger {
|
||
|
color: @brand-danger;
|
||
|
}
|
||
|
|
||
|
.stats-warning {
|
||
|
color: @brand-warning;
|
||
|
}
|
||
|
|
||
|
.stats-success {
|
||
|
color: @brand-success;
|
||
|
}
|
||
|
|
||
7 years ago
|
.dashboard-panel {
|
||
|
position: relative;
|
||
7 years ago
|
font-size: 20px;
|
||
|
color: @headings-color;
|
||
7 years ago
|
|
||
7 years ago
|
.panel-link {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
text-decoration: none; /* No underlines on the link */
|
||
|
z-index: 10; /* Places the link above everything else in the div */
|
||
|
background-color: @brand-primary; /* Fix to make div clickable in IE */
|
||
|
opacity: 0; /* Fix to make div clickable in IE */
|
||
|
filter: alpha(opacity=1); /* Fix to make div clickable in IE */
|
||
|
}
|
||
7 years ago
|
|
||
7 years ago
|
.panel-link:hover {
|
||
|
opacity: 0.3;
|
||
|
}
|
||
|
}
|
||
|
|
||
8 years ago
|
.panel-primary .panel-heading a {
|
||
|
color: @panel-primary-text;
|
||
|
}
|
||
|
|
||
|
.panel-default .panel-heading a {
|
||
|
color: @panel-default-text;
|
||
|
}
|
||
|
|
||
|
.panel-info .panel-heading a {
|
||
|
color: @panel-info-text;
|
||
|
}
|
||
|
|
||
|
.panel-success .panel-heading a {
|
||
|
color: @panel-success-text;
|
||
|
}
|
||
|
|
||
|
.panel-warning .panel-heading a {
|
||
|
color: @panel-warning-text;
|
||
|
}
|
||
|
|
||
|
.panel-danger .panel-heading a {
|
||
|
color: @panel-danger-text;
|
||
|
}
|
||
|
|
||
7 years ago
|
.selection .checkbox {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
8 years ago
|
.shift-calendar {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: nowrap;
|
||
|
align-itmes: stretch;
|
||
|
width: 100%;
|
||
8 years ago
|
|
||
|
.lane {
|
||
|
background: @table-bg-accent;
|
||
|
flex-grow: 1;
|
||
|
min-width: 280px;
|
||
|
width: 280px;
|
||
|
flex-shrink: 1;
|
||
|
|
||
|
.header {
|
||
|
background: @panel-bg;
|
||
|
border-bottom: 1px solid @table-border-color;
|
||
|
height: 30px;
|
||
|
padding: 5px 5px 5px 16px;
|
||
|
}
|
||
|
|
||
|
.tick {
|
||
|
height: 30px;
|
||
|
border-top: 1px solid darken(@table-bg-accent, 2%);
|
||
|
}
|
||
|
|
||
8 years ago
|
.tick.hour {
|
||
|
border-top: 2px solid @table-border-color;
|
||
|
font-size: 0.9em;
|
||
|
padding-left: 5px;
|
||
|
}
|
||
8 years ago
|
|
||
8 years ago
|
.tick.day {
|
||
|
border-top: 2px solid @brand-primary;
|
||
|
font-size: 0.9em;
|
||
|
padding-left: 5px;
|
||
|
}
|
||
8 years ago
|
}
|
||
|
|
||
|
.lane.time {
|
||
|
border-right: 1px solid @table-border-color;
|
||
|
flex-grow: 0;
|
||
|
min-width: 50px;
|
||
|
width: 50px;
|
||
|
flex-shrink: 0;
|
||
|
}
|
||
|
|
||
|
.shift {
|
||
|
margin: 0 5px 5px 0;
|
||
|
overflow: hidden;
|
||
|
}
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
.space-top {
|
||
|
margin-top: 15px;
|
||
|
}
|
||
10 years ago
|
|
||
7 years ago
|
.column_duration {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
10 years ago
|
.messages {
|
||
|
&:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
a:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
}
|
||
10 years ago
|
|
||
|
.messages span.text-danger {
|
||
|
animation: pulse 1s infinite;
|
||
|
-webkit-animation: pulse 1s infinite;
|
||
|
-moz-animation: pulse 1s infinite;
|
||
|
}
|
||
|
|
||
|
@keyframes pulse {
|
||
|
0% {
|
||
8 years ago
|
transform: rotate(0deg);
|
||
10 years ago
|
}
|
||
|
10% {
|
||
8 years ago
|
transform: rotate(5deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
|
20% {
|
||
8 years ago
|
transform: rotate(-5deg);
|
||
10 years ago
|
}
|
||
8 years ago
|
30% {
|
||
|
transform: rotate(5deg) translateY(-2px);;
|
||
10 years ago
|
}
|
||
8 years ago
|
40% {
|
||
|
transform: rotate(-5deg);
|
||
10 years ago
|
}
|
||
8 years ago
|
50% {
|
||
|
transform: rotate(0deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
|
75% {
|
||
|
transform: rotate(0deg) translateY(0px);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@-webkit-keyframes pulse {
|
||
|
0% {
|
||
8 years ago
|
transform: rotate(0deg);
|
||
10 years ago
|
}
|
||
|
10% {
|
||
8 years ago
|
transform: rotate(5deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
|
20% {
|
||
8 years ago
|
transform: rotate(-5deg);
|
||
10 years ago
|
}
|
||
8 years ago
|
30% {
|
||
|
transform: rotate(5deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
8 years ago
|
40% {
|
||
|
transform: rotate(-5deg);
|
||
10 years ago
|
}
|
||
8 years ago
|
50% {
|
||
|
transform: rotate(0deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
|
75% {
|
||
|
transform: rotate(0deg) translateY(0px);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@-moz-keyframes pulse {
|
||
|
0% {
|
||
8 years ago
|
transform: rotate(0deg);
|
||
10 years ago
|
}
|
||
|
10% {
|
||
8 years ago
|
transform: rotate(5deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
|
20% {
|
||
8 years ago
|
transform: rotate(-5deg);
|
||
10 years ago
|
}
|
||
8 years ago
|
30% {
|
||
|
transform: rotate(5deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
8 years ago
|
40% {
|
||
|
transform: rotate(-5deg);
|
||
10 years ago
|
}
|
||
8 years ago
|
50% {
|
||
|
transform: rotate(0deg) translateY(-2px);
|
||
10 years ago
|
}
|
||
|
75% {
|
||
|
transform: rotate(0deg) translateY(0px);
|
||
|
}
|
||
|
}
|
||
7 years ago
|
|
||
|
@media (max-width: 525px) {
|
||
|
.col-xxs-12 {
|
||
|
float: none;
|
||
|
width: 100%;
|
||
|
|
||
|
position: relative; left: 0; right: 0;
|
||
|
min-height: 1px;
|
||
|
padding-right: 15px;
|
||
|
padding-left: 15px;
|
||
|
}
|
||
|
}
|