blob: cfe59452239265051197bd7f7f872477a331dced [file] [edit]
// Copyright (C) 2025 The Android Open Source Project
//
// 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.
.pf-v8-loading-container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.pf-v8-percent-cell {
position: relative;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.bar {
position: relative;
height: 100%;
}
.value {
position: absolute;
z-index: 1;
right: 0;
}
}
.pf-v8-source-view {
height: 100%;
.pf-script-list-pane {
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.pf-v8-source-script-details {
flex: 1;
height: 100%;
display: flex;
flex-direction: column;
.pf-tab-page {
flex: 1;
overflow: scroll;
display: flex;
flex-direction: column;
}
}
}