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

68 lines
1.1 KiB
Plaintext

.value-holder {
width: 50%;
}
.readonly[disabled] {
background-color: transparent !important;
color: black !important;
}
.flight-container {
font-size: 115%;
background-color: white !important;
box-shadow: -1px 1px 1px 1px rgb(234, 232, 232);
padding: 3px 0 !important;
.header-row {
font-size: 130%;
.a-d-ind {
font-size: 110%;
margin-top: -3px;
}
}
.concat {
margin-top: 15px;
font-size: 105%;
}
.description {
}
.field.col,
.field .row {
padding-top: 0;
}
}
.group-list {
margin-top: 5px;
.editor-field {
background-color: transparent !important;
.input-label {
width: 55%;
color: #A09F9F;
}
input {
text-overflow: ellipsis;
}
input[disabled] {
background-color: transparent !important;
color: black !important;
}
}
}
.rotate-45 {
transform: rotate(45deg);
}
.rotate-225 {
transform: rotate(225deg);
}