mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481
This commit is contained in:
1
node_modules/bulma-scss/layout/_all.scss
generated
vendored
1
node_modules/bulma-scss/layout/_all.scss
generated
vendored
@@ -1,3 +1,4 @@
|
||||
/* Bulma Layout */
|
||||
@import "hero";
|
||||
@import "section";
|
||||
@import "footer";
|
||||
|
||||
2
node_modules/bulma-scss/layout/_footer.scss
generated
vendored
2
node_modules/bulma-scss/layout/_footer.scss
generated
vendored
@@ -1,3 +1,5 @@
|
||||
@import "../utilities/derived-variables";
|
||||
|
||||
$footer-background-color: $scheme-main-bis !default;
|
||||
$footer-color: false !default;
|
||||
$footer-padding: 3rem 1.5rem 6rem !default;
|
||||
|
||||
16
node_modules/bulma-scss/layout/_hero.scss
generated
vendored
16
node_modules/bulma-scss/layout/_hero.scss
generated
vendored
@@ -1,7 +1,12 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
$hero-body-padding: 3rem 1.5rem !default;
|
||||
$hero-body-padding-tablet: 3rem 3rem !default;
|
||||
$hero-body-padding-small: 1.5rem !default;
|
||||
$hero-body-padding-medium: 9rem 1.5rem !default;
|
||||
$hero-body-padding-large: 18rem 1.5rem !default;
|
||||
$hero-body-padding-medium: 9rem 4.5rem !default;
|
||||
$hero-body-padding-large: 18rem 6rem !default;
|
||||
|
||||
$hero-colors: $colors !default;
|
||||
|
||||
// Main container
|
||||
.hero {
|
||||
@@ -21,7 +26,7 @@ $hero-body-padding-large: 18rem 1.5rem !default;
|
||||
}
|
||||
|
||||
// Colors
|
||||
@each $name, $pair in $colors {
|
||||
@each $name, $pair in $hero-colors {
|
||||
$color: nth($pair, 1);
|
||||
$color-invert: nth($pair, 2);
|
||||
|
||||
@@ -79,6 +84,7 @@ $hero-body-padding-large: 18rem 1.5rem !default;
|
||||
|
||||
li {
|
||||
&.is-active a {
|
||||
color: $color !important;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@@ -232,4 +238,8 @@ $hero-body-padding-large: 18rem 1.5rem !default;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
padding: $hero-body-padding;
|
||||
|
||||
@include tablet {
|
||||
padding: $hero-body-padding-tablet;
|
||||
}
|
||||
}
|
||||
|
||||
9
node_modules/bulma-scss/layout/_section.scss
generated
vendored
9
node_modules/bulma-scss/layout/_section.scss
generated
vendored
@@ -1,12 +1,17 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
$section-padding: 3rem 1.5rem !default;
|
||||
$section-padding-medium: 9rem 1.5rem !default;
|
||||
$section-padding-large: 18rem 1.5rem !default;
|
||||
$section-padding-desktop: 3rem 3rem !default;
|
||||
$section-padding-medium: 9rem 4.5rem !default;
|
||||
$section-padding-large: 18rem 6rem !default;
|
||||
|
||||
.section {
|
||||
padding: $section-padding;
|
||||
|
||||
// Responsiveness
|
||||
@include desktop {
|
||||
padding: $section-padding-desktop;
|
||||
|
||||
// Sizes
|
||||
&.is-medium {
|
||||
padding: $section-padding-medium;
|
||||
|
||||
Reference in New Issue
Block a user