diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index f865d5bbe..8bcb6fed6 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1095,6 +1095,12 @@ $button_bg_col: #a1a1a1; // also search bar (tables) } } } + .no-bullets { + margin-left: 0; + > li { + list-style: none; + } + } } /* MEDIA QUERIES */ |