blob: a42a26d8c74cccb455ef5a9c002f7f6e4b523c4f [file] [log] [blame]
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
@import "../../../../../assets/less/animations.less";
// used in changes.html
.change-box {
margin: 0 20px 20px 20px;
}
.change-wrapper {
margin-top: 20px;
border-bottom: 1px solid #dddddd;
&:last-child {
border-bottom: none;
}
.row-fluid {
padding: 4px 0 4px 0;
}
.row-fluid:first {
padding: 0px 0 4px 0;
}
a:hover.js-copy {
text-decoration: none;
}
.js-json-container {
display: none;
}
.span2 {
font-weight: bold;
}
}
.changes-header {
padding: 30px;
height: 160px;
border-bottom: 1px solid #999999;
.label {
float: left;
margin-right: 5px;
}
.js-filter-form {
padding-right: 15px;
margin: 0;
}
}
.changes-tab-content {
padding-top: 70px;
}
#dashboard-upper-content .changes-header-section .tab-content {
padding: 0px;
overflow: hidden;
}
.keyframes(slideDownChangesFilter, {
opacity: 0;
height: 0;
},
{
opacity: 1;
height: 160px;
});
.keyframes(slideUpChangesFilter, {
opacity: 1;
height: 160px;
},
{
opacity: 0;
height: 0;
});
.toggle-changes-filter-enter {
.animation(slideDownChangesFilter 1s both);
}
.toggle-changes-filter-leave {
.animation(slideUpChangesFilter 1s both);
}
.toggle-changes-code-enter {
.animation(slideDown .6s both);
}
.toggle-changes-code-leave {
.animation(slideUp .6s both);
}
.changes-result-limit {
margin-left: 20px;
}
.changes-polling {
float: right;
input {
margin: 0 8px 1px;
}
label {
display: inline-block;
}
}
.new-change-row {
-webkit-animation: slideDown 1.5s both, highlight-element 2.0s 1;
}