2016-10-19 14:57:16 +00:00
|
|
|
%connection-info {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
2017-08-14 15:02:58 +00:00
|
|
|
color: $modalTextColor;
|
2016-10-19 14:57:16 +00:00
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.connection-info
|
|
|
|
{
|
|
|
|
@extend %connection-info;
|
|
|
|
|
2017-08-14 15:02:58 +00:00
|
|
|
/**
|
|
|
|
* Apply negative margin to reduce the appearance of padding in AtlasKit
|
|
|
|
* InlineDialog.
|
|
|
|
*/
|
|
|
|
margin: -15px;
|
|
|
|
|
2016-10-19 14:57:16 +00:00
|
|
|
> table {
|
|
|
|
white-space: nowrap;
|
|
|
|
@extend %connection-info;
|
|
|
|
}
|
|
|
|
|
|
|
|
td:nth-child(n-1) {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2016-10-20 10:43:05 +00:00
|
|
|
|
|
|
|
&__icon {
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__download
|
|
|
|
{
|
|
|
|
@extend .connection-info__icon;
|
|
|
|
color: $downloadConnectionIconColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__upload
|
|
|
|
{
|
|
|
|
@extend .connection-info__icon;
|
|
|
|
color: $uploadConnectionIconColor;
|
|
|
|
}
|
2017-08-14 15:02:58 +00:00
|
|
|
|
|
|
|
.showmore {
|
|
|
|
display: block;
|
|
|
|
margin: 10px auto;
|
|
|
|
text-align: center;
|
|
|
|
width: 90px;
|
|
|
|
}
|
2016-10-19 14:57:16 +00:00
|
|
|
}
|