diff --git a/src/packages/infra/component/map/map.component.html b/src/packages/infra/component/map/map.component.html index 781235c..9d80824 100644 --- a/src/packages/infra/component/map/map.component.html +++ b/src/packages/infra/component/map/map.component.html @@ -48,7 +48,7 @@ - +
{{node.label}}
diff --git a/src/packages/member/component/profile/profile.component.html b/src/packages/member/component/profile/profile.component.html index 3e695e5..be51668 100644 --- a/src/packages/member/component/profile/profile.component.html +++ b/src/packages/member/component/profile/profile.component.html @@ -1,48 +1,45 @@
- -
-
- +
+ +
+
+
+
+
-
- -
+
+
+
+ + + +
- +
+ + + + +
+
+ + + + +
+
+ + + + +
+
- -
-
- - - - -
-
- - - - -
-
- - - - -
-
- - - - -
- -
-
- diff --git a/src/styles.scss b/src/styles.scss index e378317..e1c7f15 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -96,30 +96,48 @@ } } font-size: 0.8em !important; - } + .ui-status-icon{ //margin-top: 3px; //position: static; //display: inline-block; vertical-align: middle; &.ui-status-info { - color: #2196F3; + color: #2196F3 !important; } &.ui-status-warn { - color: #ffc107; + color: #ffc107 !important; } &.ui-status-error { - color: #e62a10; + color: #e62a10 !important; } &.ui-status-fatal { - color: #212121; + color: #212121 !important; } &.ui-status-success { - color: #8BC34A; + color: #8BC34A !important; + } +} + +img.ui-img-profile-responsive { + + width : 100%; + height: auto; + + @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { + + } + + @media (max-width: 1024px) { + + } + + @media (max-width: 640px) { + } } \ No newline at end of file