@lucca-front/scss 8.1.0 → 8.1.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/scss",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "a scss-framework based on trello's css naming",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -9,15 +9,17 @@ a {
9
9
  }
10
10
 
11
11
  .link {
12
- color: _color("primary","700");
12
+ background-color: transparent;
13
+ border: 0;
14
+ color: _color("text.link");
15
+ cursor: pointer;
13
16
  display: inline;
14
17
  font-family: _theme("commons.font.family");
18
+ margin: 0;
19
+ padding: 0;
20
+ text-decoration: underline;
15
21
 
16
- &:hover, &:focus {
17
- color: _color("primary", "600");
18
- }
19
-
20
- &:visited {
21
- color: _color("primary", '500');
22
+ &:hover {
23
+ color: _color("text.link", "hover");
22
24
  }
23
25
  }
@@ -12,7 +12,7 @@ $sizes: (
12
12
  ),
13
13
  standard: (
14
14
  font-size: 1rem, // 16px
15
- line-height: 1.25rem, // 20px
15
+ line-height: 1.5rem, // 24px
16
16
  vertical-padding: 0.125rem, // 2px
17
17
  ),
18
18
  big: (
@@ -25,7 +25,7 @@ $sizes: (
25
25
  line-height: 1.75rem, // 28px
26
26
  vertical-padding: 0.375rem, // 6px
27
27
  ),
28
- biggest: (
28
+ biggest: (
29
29
  font-size: 1.75rem, // 28px
30
30
  line-height: 2rem, // 32px
31
31
  vertical-padding: 0.25rem, // 4px