Fix card, navbar, pagination

This commit is contained in:
Jeremy Thomas 2021-01-28 12:37:18 +00:00
parent 08ef4df2c0
commit 4891c6382e
11 changed files with 100 additions and 7 deletions

View File

@ -218,6 +218,19 @@ fieldset[disabled] .pagination-ellipsis {
top: 0;
}
.navbar-burger {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
@ -4680,6 +4693,16 @@ fieldset[disabled] .select select:hover {
}
.card-header-icon {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
align-items: center;
cursor: pointer;
display: flex;
@ -6560,6 +6583,13 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
justify-content: flex-start;
order: 1;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
margin-bottom: 0;
margin-top: 0;
}
.pagination-previous {
order: 2;
}
@ -6568,6 +6598,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
}
.pagination {
justify-content: space-between;
margin-bottom: 0;
margin-top: 0;
}
.pagination.is-centered .pagination-previous {
order: 1;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

32
css/bulma.css vendored
View File

@ -218,6 +218,19 @@ fieldset[disabled] .pagination-ellipsis {
top: 0;
}
.navbar-burger {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
@ -4680,6 +4693,16 @@ fieldset[disabled] .select select:hover {
}
.card-header-icon {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
align-items: center;
cursor: pointer;
display: flex;
@ -6560,6 +6583,13 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
justify-content: flex-start;
order: 1;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
margin-bottom: 0;
margin-top: 0;
}
.pagination-previous {
order: 2;
}
@ -6568,6 +6598,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
}
.pagination {
justify-content: space-between;
margin-bottom: 0;
margin-top: 0;
}
.pagination.is-centered .pagination-previous {
order: 1;

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -220,7 +220,7 @@ fieldset[disabled] .pagination-ellipsis {
top: 0;
}
.bd-tabs-nav button, .bd-category-toggle, .bd-navbar-search-icon {
.navbar-burger, .bd-tabs-nav button, .bd-category-toggle, .bd-navbar-search-icon {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
@ -7311,6 +7311,16 @@ fieldset[disabled] .select select:hover {
}
.card-header-icon {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
align-items: center;
cursor: pointer;
display: flex;
@ -10103,6 +10113,13 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
justify-content: flex-start;
order: 1;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
margin-bottom: 0;
margin-top: 0;
}
.pagination-previous {
order: 2;
}
@ -10111,6 +10128,8 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
}
.pagination {
justify-content: space-between;
margin-bottom: 0;
margin-top: 0;
}
.pagination.is-centered .pagination-previous {
order: 1;
@ -16777,7 +16796,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
justify-content: center;
}
.bd-tabs-nav button, .bd-category-toggle, .bd-navbar-search-icon {
.navbar-burger, .bd-tabs-nav button, .bd-category-toggle, .bd-navbar-search-icon {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ $card-media-margin: $block-spacing !default
justify-content: center
.card-header-icon
+reset
align-items: center
cursor: pointer
display: flex

View File

@ -153,6 +153,7 @@ body
overflow-y: hidden
.navbar-burger
@extend %reset
color: $navbar-burger-color
+hamburger($navbar-height)
+ltr-property("margin", auto, false)

View File

@ -134,12 +134,20 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default
flex-shrink: 1
justify-content: flex-start
order: 1
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis
margin-bottom: 0
margin-top: 0
.pagination-previous
order: 2
.pagination-next
order: 3
.pagination
justify-content: space-between
margin-bottom: 0
margin-top: 0
&.is-centered
.pagination-previous
order: 1