diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 7f9aa2290..4798291ea 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -187,6 +187,15 @@ table.dataTable { font-size: 0.8em; } +.ishtar-gallery .no-data{ + width: 100%; + font-size: 0.85em; + text-align: center; + background-color: $gray-300; + padding: 0.2em; + margin: 0.6em 0; +} + .table-modal-lg table.dataTable{ font-size: 1em; } |