@transferwise/neptune-css 0.0.0-experimental-7f22cf3 → 0.0.0-experimental-28eac06

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.
@@ -28,10 +28,10 @@
28
28
  margin-top: var(--size-16);
29
29
  }
30
30
  .alert .alert__icon {
31
- width: 48px;
32
- width: var(--size-48);
33
- height: 48px;
34
- height: var(--size-48);
31
+ width: 32px;
32
+ width: var(--size-32);
33
+ height: 32px;
34
+ height: var(--size-32);
35
35
  border-radius: 50%;
36
36
  flex: none;
37
37
  }
@@ -6015,10 +6015,10 @@ tbody.collapse.in {
6015
6015
  }
6016
6016
 
6017
6017
  .alert .alert__icon {
6018
- width: 48px;
6019
- width: var(--size-48);
6020
- height: 48px;
6021
- height: var(--size-48);
6018
+ width: 32px;
6019
+ width: var(--size-32);
6020
+ height: 32px;
6021
+ height: var(--size-32);
6022
6022
  border-radius: 50%;
6023
6023
  flex: none;
6024
6024
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-7f22cf3",
4
+ "version": "0.0.0-experimental-28eac06",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,8 +28,8 @@
28
28
  }
29
29
 
30
30
  .alert__icon {
31
- width: var(--size-48);
32
- height: var(--size-48);
31
+ width: var(--size-32);
32
+ height: var(--size-32);
33
33
  border-radius: 50%;
34
34
  flex: none;
35
35
  }