/******************************************************************************
*
* Copyright (c) 2017, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms
* of the Apache License 2.0. The full license can be found in the LICENSE
* file.
*
*/
:host {
.radio-list-item {
display: flex;
flex-wrap: wrap;
align-items: center;
// Fix radio buttons
input[type="radio"] {
width: 16px;
margin: 0 4px 0 0;
}
input[type="radio"][disabled] ~ * {
opacity: 0.5;
}
}
}