diff options
Diffstat (limited to 'ui/client/css/modals.styl')
-rw-r--r-- | ui/client/css/modals.styl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/client/css/modals.styl b/ui/client/css/modals.styl new file mode 100644 index 0000000..f0d4741 --- /dev/null +++ b/ui/client/css/modals.styl @@ -0,0 +1,10 @@ +.modal-header + .material-icons + color spark-blue + +.modal-body + a + color spark-blue + h5 + color spark-blue + border-bottom 2px solid spark-blue |