cms/app-client/app/styles/components/notice-component.scss
changeset 217 989b9c36b849
child 218 38e1a1446319
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/app/styles/components/notice-component.scss	Mon Jul 04 11:15:25 2016 +0200
@@ -0,0 +1,44 @@
+.notice-component {
+
+}
+
+.notice-component h2 {
+    color: #ffffff;
+    text-align: left;
+    font-size: 14px;
+    text-transform: uppercase;
+}
+
+.notice-component h3 {
+    color: #ffffff;
+    line-height: 18px;
+    font-size: 14px;
+    padding: 5px 0px;
+}
+
+.notice-component table {
+    line-height: 18px;
+    border-collapse: collapse;
+    width: 100%;
+    margin-top: 15px;
+}
+
+.notice-component table tr {
+    border-bottom: solid 1px #13212d;
+}
+
+.notice-component table tr td {
+    vertical-align: top;
+    padding: 10px 0px;
+}
+
+.notice-component table tr td.title {
+    font-weight: bold;
+    color: #13212d;
+}
+
+.notice-component table tr td ul {
+    list-style: none;
+    margin: 0;
+    padding: 0;
+}
\ No newline at end of file