@dcloudio/uni-debugger
Version:
uni-app debugger
32 lines (26 loc) • 486 B
CSS
/*
* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
:host {
padding: 12px;
}
label {
margin: 0px 0px 10px 0px;
flex: none;
}
.media-row {
margin-left: 22px;
flex: none;
}
.media-row p {
margin-top: 0;
color: gray;
}
.panel-section-separator {
height: 1px;
margin-bottom: 10px;
background: #f0f0f0;
flex: none;
}