summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-05-24 14:33:56 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-06-21 14:29:40 +0000
commite4194ce0dc8a941c4f30fd0995f9ba4c13cec560 (patch)
tree15887d0e4061b7dec40991f2f2fb8a590d9835af /app/common/styles/base
parente4ae854c217344b4f35717e922083a253f43bfa0 (diff)
downloadphosphor-webui-e4194ce0dc8a941c4f30fd0995f9ba4c13cec560.tar.gz
phosphor-webui-e4194ce0dc8a941c4f30fd0995f9ba4c13cec560.zip
Add remote logging server
Remote logging enables the user to configure a remote server to stream out local logs. This feature will be available on the Event Log page. The user can add a remote server, edit/change an existing server configuration and remove/disable the remote server. Resolves openbmc/phosphor-webui#68 Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I8284cbdbdaaf85f5c95f237efc72290c66904b40
Diffstat (limited to 'app/common/styles/base')
-rw-r--r--app/common/styles/base/forms.scss11
-rw-r--r--app/common/styles/base/icons.scss15
2 files changed, 26 insertions, 0 deletions
diff --git a/app/common/styles/base/forms.scss b/app/common/styles/base/forms.scss
index 21253e7..5e75bcc 100644
--- a/app/common/styles/base/forms.scss
+++ b/app/common/styles/base/forms.scss
@@ -10,6 +10,13 @@ label, legend {
}
}
+.label__helper-text {
+ color: $darkgrey;
+ line-height: 1.2;
+ font-size: 0.9em;
+ margin-bottom: 0.4em;
+}
+
input[type='email'],
input[type='number'],
input[type='password'],
@@ -113,3 +120,7 @@ select{
max-height: none;
}
}
+.form__validation-message {
+ color: $error-color;
+ font-size: 0.9em;
+}
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss
index 43d3669..557c857 100644
--- a/app/common/styles/base/icons.scss
+++ b/app/common/styles/base/icons.scss
@@ -126,3 +126,18 @@
@extend .icon__up-arrow;
transform: rotate(180deg);
}
+
+.icon__edit {
+ @include status-icon;
+ background-image: url(../assets/images/icon-edit-blue.svg);
+}
+
+.icon__delete {
+ @include status-icon;
+ background-image: url(../assets/images/icon-trashcan-blue.svg);
+}
+
+.icon__close {
+ @include status-icon;
+ background-image: url(../assets/images/crit-x-black.svg);
+}
OpenPOWER on IntegriCloud