monaca-lib
Version:
Monaca cloud API bindings for JavaScript
25 lines (21 loc) • 483 B
CSS
/*
* Copyright (c) 2014 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: 0;
margin: 0;
display: inline-flex;
flex-shrink: 0;
align-items: flex-start ;
}
::content > .dt-checkbox-button {
height: 12px;
width: 12px;
margin: 1px 3px 2px 2px;
flex-shrink: 0;
}
::content > .dt-checkbox-text {
line-height: 15px;
}