oslo-red-cross-bootstrap-3-theme 1.1.0 → 1.2.0

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.
@@ -43,7 +43,7 @@ from touching the row content above or below.
43
43
  margin-top: 10px !important;
44
44
  }
45
45
  .vert-offset-top-0 {
46
- margin-top: 0px !important;
46
+ margin-top: 0 !important;
47
47
  }
48
48
  /* Vertical Offset Bottom */
49
49
  .vert-offset-bottom-12 {
@@ -83,7 +83,7 @@ from touching the row content above or below.
83
83
  margin-bottom: 10px !important;
84
84
  }
85
85
  .vert-offset-bottom-0 {
86
- margin-bottom: 0px !important ;
86
+ margin-bottom: 0 !important ;
87
87
  }
88
88
 
89
89
  @media (max-width: $screen-md-max) {
@@ -108,6 +108,9 @@ from touching the row content above or below.
108
108
  .vert-offset-bottom-sm-1 {
109
109
  margin-bottom: 25px;
110
110
  }
111
+ .vert-offset-bottom-sm-05 {
112
+ margin-bottom: 10px;
113
+ }
111
114
  }
112
115
 
113
116
  @media (max-width: $screen-xs-max) {
@@ -121,3 +124,4 @@ from touching the row content above or below.
121
124
  margin-bottom: 15px;
122
125
  }
123
126
  }
127
+
package/_flex-box.scss CHANGED
@@ -81,4 +81,8 @@
81
81
 
82
82
  .flex-align-items-start {
83
83
  align-items: start;
84
- }
84
+ }
85
+
86
+ .flex-align-items-end {
87
+ align-items: flex-end;
88
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oslo-red-cross-bootstrap-3-theme",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Bootstrap 3 theme for apps created for the Oslo Red Cross",
5
5
  "main": "app.scss",
6
6
  "scripts": {