@transferwise/neptune-css 0.0.0-experimental-b79309f → 0.0.0-experimental-be73f56

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.
@@ -131,20 +131,7 @@
131
131
  display: flex;
132
132
  }.droppable-complete-card {
133
133
  display: flex;
134
- }/***** End card variants *****/.droppable-mobile {
135
- display: block;
136
- }.droppable-desktop {
137
- display: none;
138
- }@media (min-width: 768px) {
139
- .droppable-mobile {
140
- display: none;
141
- }
142
- .droppable-desktop {
143
- display: flex;
144
- flex-direction: column;
145
- align-items: stretch;
146
- }
147
- }.droppable-active {
134
+ }/***** End card variants *****/.droppable-active {
148
135
  border-style: solid;
149
136
  }.droppable-active.droppable-dropping {
150
137
  border-style: dashed;
@@ -13760,25 +13760,6 @@ li > a > .currency-flag:first-child {
13760
13760
 
13761
13761
  /***** End card variants *****/
13762
13762
 
13763
- .droppable-mobile {
13764
- display: block;
13765
- }
13766
-
13767
- .droppable-desktop {
13768
- display: none;
13769
- }
13770
-
13771
- @media (min-width: 768px) {
13772
- .droppable-mobile {
13773
- display: none;
13774
- }
13775
- .droppable-desktop {
13776
- display: flex;
13777
- flex-direction: column;
13778
- align-items: stretch;
13779
- }
13780
- }
13781
-
13782
13763
  .droppable-active {
13783
13764
  border-style: solid;
13784
13765
  }
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-b79309f",
4
+ "version": "0.0.0-experimental-be73f56",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -81,7 +81,6 @@
81
81
  position: absolute;
82
82
  top: 0;
83
83
  .left(0);
84
-
85
84
  display: none;
86
85
  width: 100%;
87
86
  height: 100%;
@@ -170,26 +169,6 @@
170
169
 
171
170
  /***** End card variants *****/
172
171
 
173
- .droppable-mobile {
174
- display: block;
175
- }
176
-
177
- .droppable-desktop {
178
- display: none;
179
- }
180
-
181
- @media (--screen-md) {
182
- .droppable-mobile {
183
- display: none;
184
- }
185
-
186
- .droppable-desktop {
187
- display: flex;
188
- flex-direction: column;
189
- align-items: stretch;
190
- }
191
- }
192
-
193
172
  .droppable-active {
194
173
  border-style: solid;
195
174