UNPKG

1.26 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.socialSvgMask = exports.socialSvgContent = exports.socialSvg = exports.socialContainer = exports.socialIcon = undefined;
5
6var _extends2 = require('babel-runtime/helpers/extends');
7
8var _extends3 = _interopRequireDefault(_extends2);
9
10function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
12var socialIcon = exports.socialIcon = {
13 display: 'inline-block',
14 width: '50px',
15 height: '50px',
16 position: 'relative',
17 overflow: 'hidden',
18 verticalAlign: 'middle'
19};
20
21var socialContainer = exports.socialContainer = {
22 position: 'absolute',
23 top: 0,
24 left: 0,
25 width: '100%',
26 height: '100%'
27};
28
29var socialSvg = exports.socialSvg = {
30 borderRadius: '50%',
31 position: 'absolute',
32 top: 0,
33 left: 0,
34 width: '100%',
35 height: '100%',
36 fillRule: 'evenodd'
37};
38
39var socialSvgContent = exports.socialSvgContent = {
40 msTransition: 'fill 170ms ease-in-out',
41 OTransition: 'fill 170ms ease-in-out',
42 MozTransition: 'fill 170ms ease-in-out',
43 WebkitTransition: 'fill 170ms ease-in-out',
44 transition: 'fill 170ms ease-in-out',
45 fill: 'transparent'
46};
47
48var socialSvgMask = exports.socialSvgMask = (0, _extends3.default)({}, socialSvgContent, {
49 fill: '#0f0b0b'
50});
\No newline at end of file