From aeb949161ef85e4f0e53a182e24866314773d824 Mon Sep 17 00:00:00 2001 From: sunny Date: Wed, 25 Apr 2018 18:55:43 +0900 Subject: [PATCH] design --- .../noauth/component/list/list.component.html | 12 +++--- .../component/detail/detail.component.html | 14 +++---- src/styles.scss | 38 ++++++++++--------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/packages/noauth/component/list/list.component.html b/src/packages/noauth/component/list/list.component.html index 3acb1a6..94066ca 100644 --- a/src/packages/noauth/component/list/list.component.html +++ b/src/packages/noauth/component/list/list.component.html @@ -26,7 +26,7 @@ -
+
@@ -60,15 +60,13 @@
+
+ + +
- - - - - -
diff --git a/src/packages/probe/component/detail/detail.component.html b/src/packages/probe/component/detail/detail.component.html index 81dddd3..868f349 100644 --- a/src/packages/probe/component/detail/detail.component.html +++ b/src/packages/probe/component/detail/detail.component.html @@ -7,25 +7,25 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/styles.scss b/src/styles.scss index bdf3c70..60e09ee 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -189,26 +189,28 @@ img.ui-img-profile-responsive { .ui-bottom-border-1 { border-bottom: #bdbdbd 1px solid; } -.ui-app-noti{ - li{ - padding: 10px !important; - line-height: 1.2em !important; - width: 100% !important; - a { - .ui-app-noti-title { - font-weight: bold !important; - float: left !important; +.ultima-menu li a{ + .ui-app-noti{ + li{ padding: 10px !important; - margin: 0 !important; - } - .ui-app-noti-date{ - float: right !important; - font-size: 0.6em !important; - color: gray !important; - } - .ui-app-noti-content{ + line-height: 1.2em !important; + width: 100% !important; + a { + .ui-app-noti-title { + font-weight: bold !important; float: left !important; + padding: 10px !important; + margin: 0 !important; + } + .ui-app-noti-date{ + float: right !important; + font-size: 0.6em !important; + color: gray !important; + } + .ui-app-noti-content{ + float: left !important; + } } } } -} +} \ No newline at end of file