@appartmint/mint 2.1.5 → 2.1.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.1.5",
4
+ "version": "2.1.7",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -134,6 +134,7 @@
134
134
 
135
135
  &::before {
136
136
  transition: color css-var(delay-default);
137
+ padding: 2px;
137
138
  }
138
139
  }
139
140
  }
@@ -42,6 +42,7 @@
42
42
  flex-wrap: wrap;
43
43
  align-items: center;
44
44
  justify-content: space-between;
45
+ gap: 0.5rem;
45
46
 
46
47
  @include break(sm) {
47
48
  flex-direction: row;
@@ -96,6 +97,7 @@
96
97
  flex-direction: column;
97
98
  align-items: center;
98
99
  justify-content: space-between;
100
+ gap: 0.5rem;
99
101
  padding: 0.4rem 1rem;
100
102
  color: css-var($footer-heel-fore);
101
103
  background: css-var($footer-heel-back);
@@ -104,6 +106,23 @@
104
106
  @include break(sm) {
105
107
  flex-direction: row;
106
108
  }
109
+
110
+ & > * {
111
+ width: 100%;
112
+ }
113
+
114
+ p {
115
+ @include break(sm) {
116
+ text-align: left;
117
+ }
118
+ }
119
+ }
120
+
121
+ &-social {
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ flex-wrap: wrap;
107
126
  }
108
127
 
109
128
  &-message {
@@ -116,6 +135,10 @@
116
135
  flex-wrap: nowrap;
117
136
  }
118
137
 
138
+ @include break(sm) {
139
+ justify-content: flex-end;
140
+ }
141
+
119
142
  &>#{class(pill)} {
120
143
  margin: 0 0.25rem;
121
144
  }