aodb/app/flight-detail/transactions/transaction-list.less
Martin Donnelly afe73b5baa upload
2016-12-22 00:00:06 +00:00

105 lines
2.3 KiB
Plaintext

.icon-base{
font-size: 110%;
}
.icon-status-off{
.icon-base;
color:lightgrey;
}
.icon-status-on-green{
.icon-base;
color:green;
}
.icon-status-on-red{
.icon-base;
color: red;
}
.large-descriptor{
font-size:15pt;
}
body {
cursor: url("http://ionicframework.com/img/finger.png"), auto;
}
button.button-icon.round-overlay-button {
position: absolute;
height: 56px;
width: 56px;
border-radius: 50%;
min-height: 56px;
padding: 0;
border: none;
background-color: #ffc900;
color: white;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
transition: all linear 220ms;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
}
button.button-icon.round-overlay-button.energized {
background-color: #ffc900;
color: white;
}
button.button-icon.round-overlay-button.energized.activated {
background-color: #b38d00;
}
button.button-icon.round-overlay-button.assertive {
background-color: #567aae;
color: white;
}
button.button-icon.round-overlay-button.assertive.activated {
background-color: #00398a;
}
button.button-icon.round-overlay-button.positive {
background-color: #387ef5;
color: white;
}
button.button-icon.round-overlay-button.positive.activated {
background-color: #0b56d6;
}
button.button-icon.round-overlay-button.stable {
background-color: rgba(0, 0, 0, 0.26);
color: rgba(0, 0, 0, 0.26);
}
button.button-icon.round-overlay-button.stable.activated {
background-color: rgba(0, 0, 0, 0.26);
}
button.button-icon.round-overlay-button.icon:before {
font-size: 24px;
}
button.button-icon.round-overlay-button.small {
height: 40px;
width: 40px;
min-height: 40px;
padding: 0;
border: none;
}
button.button-icon.round-overlay-button.small.icon:before {
line-height: 40px;
}
button.button-icon.round-overlay-button.activated {
opacity: 1;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
button.button-icon.round-overlay-button.left {
left: 1px;
top: 16px;
}
button.button-icon.round-overlay-button.bottom-edge-right {
bottom: -24px;
right: 150px;
z-index: 12;
}
button.button-icon.round-overlay-button.bottom-right {
bottom: 0;
margin-bottom: 20px;
right: 10px;
z-index: 2;
}
button.button-icon.round-overlay-button.bottom-right.slide-down {
transform: translate3d(0, 88px, 0);
}