ros.grant.common 2.0.1224 → 2.0.1227

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.
@@ -1,6 +1,6 @@
1
1
  .page-container {
2
2
  display: flex;
3
- flex-direction: row;
3
+ flex-direction: column;
4
4
  min-height: 100vh;
5
5
 
6
6
  .page-content {
@@ -229,7 +229,6 @@
229
229
  min-height: 100%;
230
230
  position: relative;
231
231
  padding: 30px 24px;
232
- margin-top: 72px;
233
232
 
234
233
  @media (max-width: 991px) {
235
234
  padding: 24px 20px;
@@ -1,6 +1,7 @@
1
1
  .page-sidebar {
2
2
  position: sticky;
3
- top: 72px;
3
+ top: 0;
4
+ min-width: 280px;
4
5
  bottom: 0;
5
6
  min-width: 280px;
6
7
  width: 280px;
@@ -9,6 +10,7 @@
9
10
  transition: all 0.2s ease-in-out;
10
11
  z-index: 11;
11
12
 
13
+
12
14
  @media (max-width: 991px) {
13
15
  position: fixed;
14
16
  left: -100%;
@@ -3,7 +3,7 @@
3
3
  padding: 16px 0;
4
4
  color: #fff;
5
5
  background: transparent;
6
- z-index: 5;
6
+ z-index: 6;
7
7
  position: relative;
8
8
 
9
9
  &.header_wide {
@@ -868,6 +868,13 @@
868
868
  background-color: #fff;
869
869
  line-height: 160%;
870
870
 
871
+ b {
872
+ font-weight: 700;
873
+ }
874
+
875
+ i {
876
+ font-style: italic;
877
+ }
871
878
  }
872
879
 
873
880
  .note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1224",
2
+ "version": "2.0.1227",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {