@appscode/design-system 2.0.23-alpha.1 → 2.0.23-alpha.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": "@appscode/design-system",
3
- "version": "2.0.23-alpha.1",
3
+ "version": "2.0.23-alpha.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  // }
24
24
 
25
25
  .ac-preview {
26
- padding-inline: 20px;
26
+ // padding-inline: 20px;
27
27
  // position: fixed;
28
28
  // width: calc(100% - 90px);
29
29
  // height: 100%;
@@ -144,6 +144,17 @@
144
144
  }
145
145
  }
146
146
 
147
+ .footer-bottom-fixed {
148
+ position: fixed!important;
149
+ bottom: 8px!important;
150
+ width: calc(100% - 280px);
151
+ border-top: 1px solid $primary-90;
152
+ padding-top: 8px;
153
+ margin-left: -20px;
154
+ margin-right: -20px;
155
+ padding-inline: 20px;
156
+ }
157
+
147
158
  // nested elements end
148
159
 
149
160
  // .table-wrapper {