diff options
author | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-12-27 09:55:08 +0200 |
---|---|---|
committer | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-12-27 10:07:03 +0200 |
commit | f96340e651b01f77107249e29d2e62cb770ebd3b (patch) | |
tree | b51a58109813aab19bd49b9e4d5b019f676d12ac /cds-ui/designer-client/src/styles.css | |
parent | e3447bd3e00253056e89551437e997e77e65034d (diff) |
create palette on the right side menu
draw function elements to the palette (static functions for now)
enable drap elements from palette to main board
Issue-ID: CCSDK-1783
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: I5e3382369dd86fa9b748e8b9b922eead39c8dc42
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index b6fc4eea7..838adeb69 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -6,7 +6,8 @@ body{ /* background-image: linear-gradient(-45deg, #000 10%, #fff 0); background-size: 6px 6px; */ margin: 0; - font-family: 'Nunito' !important; + /* font-family: 'Nunito' !important; */ + font-family: Arial, Helvetica, sans-serif !important; color: #1B3E6F !important; } *:focus{ @@ -1391,6 +1392,11 @@ height: 40px; margin-left: 0; margin-bottom: -16px; } + +/*JOINT JS*/ +/* .joint-paper.joint-theme-default{ */ + /* background-color: transparent !important; */ +/* } */ /* Extra small devices (portrait phones, less than 576px) */ @media (max-width: 575.98px) { .page-title{ |