pgAdmin 4 commit: Update alertify alerts to use the styling definedin - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Update alertify alerts to use the styling definedin
Date
Msg-id E1dQs8y-0001IU-AQ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Update alertify alerts to use the styling defined in the styleguide (missed some files in the original commit).

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2d2075d81718ec02550fb592851aa330d327b24
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira@pivotal.io>

Modified Files
--------------
web/pgadmin/static/js/alerts/alertify_wrapper.js   |  40 +++++
web/pgadmin/static/scss/_alert.scss                | 119 +++++++++++++++
web/pgadmin/static/scss/_alertify.overrides.scss   | 166 +++++++++++++++++++++
web/pgadmin/static/scss/_othercolors.scss          | 156 +++++++++++++++++++
web/pgadmin/static/scss/_typography.scss           |  68 +++++++++
.../javascript/alerts/alertify_wrapper_spec.js     |  41 +++++
6 files changed, 590 insertions(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add support for SCSS building in webpack.
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][Patch] Change alert styling