Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2021-01-24 15:01:01 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2021-01-24 15:01:01 +0300
commit3ddcf391106091396547a681de930fe0a4754ac9 (patch)
tree90ae9892919cf7b4b4645623f2e1e7ffab974d28 /sass
parenta72acece7683294ec439ba35f08548a654c01cee (diff)
Remove list style from pagination list
Diffstat (limited to 'sass')
-rw-r--r--sass/components/pagination.sass2
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass
index d9cfc259..7455b521 100644
--- a/sass/components/pagination.sass
+++ b/sass/components/pagination.sass
@@ -113,6 +113,8 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default
.pagination-list
flex-wrap: wrap
+ li
+ list-style: none
+mobile
.pagination