* #2157 Fix #1656 -> Allow border radius if only one `.control` in `.field`
* #2091 Fix #2091 -> Remove CSS rule which causes `.tag.has-addons` to not work correctly
* #2186 Fix #1130 -> Prevent `.dropdown` links underlining in `.message` component
+* Fix #2154 -> Move `.hero.is-fullheight-with-navbar` to `navbar.sass` file
### Deprecation
}
}
+.hero.is-fullheight-with-navbar {
+ min-height: calc(100vh - 3.25rem);
+}
+
.pagination {
font-size: 1rem;
margin: -0.25rem;
min-height: 100vh;
}
-.hero.is-fullheight-with-navbar {
- min-height: calc(100vh - 3.25rem);
-}
-
.hero-video {
overflow: hidden;
}
&.is-active
.navbar-link
background-color: $navbar-item-hover-background-color
+
+// Combination
+
+.hero
+ &.is-fullheight-with-navbar
+ min-height: calc(100vh - #{$navbar-height})
min-height: 50vh
&.is-fullheight
min-height: 100vh
- &.is-fullheight-with-navbar
- min-height: calc(100vh - #{$navbar-height})
// Components