strong-arc
Version:
A visual suite for the StrongLoop API Platform
70 lines (62 loc) • 1.38 kB
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.
*/
.devices {
padding: 10px;
}
.devices-info {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
padding-bottom: 10px;
}
.browser {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 1px;
}
.browser button {
white-space: nowrap;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.device-header {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
padding: 2px 0;
}
.device-name {
color: #222;
font-size: 120%;
font-weight: normal;
}
.device-serial {
color: #888;
font-size: 80%;
margin-left: 6px;
font-weight: normal;
}
.browser-name {
overflow: hidden;
padding-left: 20px;
padding-right: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 1 250px;
flex: 0 1 250px;
text-overflow: ellipsis;
white-space: nowrap;
}
/*# sourceMappingURL=devicesView.css.map */