@appscode/design-system 2.0.28 → 2.0.30

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": "@appscode/design-system",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -765,7 +765,7 @@ $border_color_4: transparent transparent #585d6e transparent;
765
765
  // ac-footer sticky end
766
766
  body:has(.has-info-content) {
767
767
  &:after {
768
- position: fiexd;
768
+ position: fixed;
769
769
  content: "";
770
770
  left: 0;
771
771
  top: 0;
@@ -225,7 +225,7 @@
225
225
  &.is-small {
226
226
  label {
227
227
  font-size: 13px;
228
- top: 8px;
228
+ top: 6px;
229
229
 
230
230
  &.show-label {
231
231
  font-size: 12px;