@beacon-interactive-systems-llc/beacon-platform-ui 0.0.12 → 0.0.14
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 +1 -1
- package/styles/_forms.scss +0 -2
- package/styles/_layout.scss +8 -6
package/package.json
CHANGED
package/styles/_forms.scss
CHANGED
package/styles/_layout.scss
CHANGED
|
@@ -95,9 +95,10 @@ $detail-view-width: calc(100vw - 212px);
|
|
|
95
95
|
|
|
96
96
|
.infobar {
|
|
97
97
|
background: $platform-white;
|
|
98
|
-
border:
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
border-radius: 4px;
|
|
99
|
+
border: 1px solid $platform-blue-300;
|
|
100
|
+
height: 48px;
|
|
101
|
+
line-height: 46px;
|
|
101
102
|
|
|
102
103
|
.value {
|
|
103
104
|
font-size: 14px;
|
|
@@ -105,11 +106,12 @@ $detail-view-width: calc(100vw - 212px);
|
|
|
105
106
|
|
|
106
107
|
&--secondary {
|
|
107
108
|
font-size: 12px;
|
|
108
|
-
|
|
109
|
-
|
|
109
|
+
border: none;
|
|
110
|
+
height: 40px;
|
|
111
|
+
line-height: 38px;
|
|
110
112
|
|
|
111
113
|
.value {
|
|
112
|
-
font-size:
|
|
114
|
+
font-size: 14px;
|
|
113
115
|
}
|
|
114
116
|
}
|
|
115
117
|
|