2019-03-11 11:34:20 +00:00
|
|
|
#fileSharingSettings h2 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-06-02 12:12:47 +00:00
|
|
|
#fileSharingSettings img {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-06-17 10:34:49 +00:00
|
|
|
|
|
|
|
#fileSharingSettings xmp {
|
|
|
|
margin-top: 0;
|
2015-08-24 07:36:44 +00:00
|
|
|
white-space: pre-wrap;
|
2015-06-17 10:34:49 +00:00
|
|
|
}
|
|
|
|
|
2016-08-09 11:14:55 +00:00
|
|
|
#fileSharingSettings .icon {
|
|
|
|
background-size: 16px 16px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2015-06-17 10:34:49 +00:00
|
|
|
[class^="social-"], [class*=" social-"] {
|
|
|
|
background-repeat: no-repeat;
|
2019-01-16 15:56:36 +00:00
|
|
|
background-position: 8px;
|
2015-06-17 10:34:49 +00:00
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
2019-01-16 15:56:36 +00:00
|
|
|
padding-left: 28px;
|
|
|
|
background-size: 16px;
|
2015-06-17 10:34:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.social-diaspora {
|
2019-01-16 15:56:36 +00:00
|
|
|
@include icon-color('social-diaspora', 'federatedfilesharing', $color-black);
|
2015-06-17 10:34:49 +00:00
|
|
|
}
|
|
|
|
.social-twitter {
|
2019-01-16 15:56:36 +00:00
|
|
|
@include icon-color('social-twitter', 'federatedfilesharing', $color-black);
|
2015-06-17 10:34:49 +00:00
|
|
|
}
|
|
|
|
.social-facebook {
|
2019-01-16 15:56:36 +00:00
|
|
|
@include icon-color('social-facebook', 'federatedfilesharing', $color-black);
|
2015-06-17 10:34:49 +00:00
|
|
|
}
|