carbon-react 110.1.0 → 110.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import styled, { css } from "styled-components";
|
|
2
2
|
import { space } from "styled-system";
|
|
3
3
|
import StyledButton from "../button/button.style";
|
|
4
|
-
import { StyledLink } from "../link/link.style";
|
|
5
4
|
import { baseTheme } from "../../style/themes";
|
|
6
5
|
export const StyledDl = styled.dl`
|
|
7
6
|
${space}
|
|
@@ -64,13 +63,5 @@ export const StyledDd = styled.dd`
|
|
|
64
63
|
padding: 0;
|
|
65
64
|
border: none;
|
|
66
65
|
}
|
|
67
|
-
|
|
68
|
-
${StyledLink} {
|
|
69
|
-
a,
|
|
70
|
-
button {
|
|
71
|
-
font-weight: 700px;
|
|
72
|
-
text-decoration: none;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
66
|
${space}
|
|
76
67
|
`;
|
|
@@ -11,8 +11,6 @@ var _styledSystem = require("styled-system");
|
|
|
11
11
|
|
|
12
12
|
var _button = _interopRequireDefault(require("../button/button.style"));
|
|
13
13
|
|
|
14
|
-
var _link = require("../link/link.style");
|
|
15
|
-
|
|
16
14
|
var _themes = require("../../style/themes");
|
|
17
15
|
|
|
18
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -86,14 +84,6 @@ const StyledDd = _styledComponents.default.dd`
|
|
|
86
84
|
padding: 0;
|
|
87
85
|
border: none;
|
|
88
86
|
}
|
|
89
|
-
|
|
90
|
-
${_link.StyledLink} {
|
|
91
|
-
a,
|
|
92
|
-
button {
|
|
93
|
-
font-weight: 700px;
|
|
94
|
-
text-decoration: none;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
87
|
${_styledSystem.space}
|
|
98
88
|
`;
|
|
99
89
|
exports.StyledDd = StyledDd;
|