Commit 6b0c1896 authored by arturo's avatar arturo

>>> continue

parent 5f116919
Pipeline #2683 failed with stage
in 0 seconds
......@@ -7790,10 +7790,6 @@ h4, h5, h6 {
font-weight: bold;
}
a:hover {
color: inherit;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
......@@ -7922,6 +7918,11 @@ a:focus {
transform: scale(1.1);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table {
border-collapse: collapse;
}
.maintree--blank::after {
top: 0;
right: 0;
......
......@@ -7743,10 +7743,6 @@ h4, h5, h6 {
font-weight: bold;
}
a:hover {
color: inherit;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
......@@ -7875,6 +7871,11 @@ a:focus {
transform: scale(1.1);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table {
border-collapse: collapse;
}
.maintree--blank::after {
top: 0;
right: 0;
......
......@@ -7499,10 +7499,6 @@ h4, h5, h6 {
font-weight: bold;
}
a:hover {
color: inherit;
}
body {
margin: 0;
font-family: "Muli";
......@@ -7631,6 +7627,11 @@ a:focus {
transform: scale(1.1);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table {
border-collapse: collapse;
}
.maintree--blank::after {
top: 0;
right: 0;
......
......@@ -7747,10 +7747,6 @@ h4, h5, h6 {
font-weight: bold;
}
a:hover {
color: inherit;
}
body {
margin: 0;
font-family: "Nunito";
......@@ -7879,6 +7875,11 @@ a:focus {
transform: scale(1.1);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table {
border-collapse: collapse;
}
.maintree--blank::after {
top: 0;
right: 0;
......
......@@ -7748,10 +7748,6 @@ h4, h5, h6 {
font-weight: bold;
}
a:hover {
color: inherit;
}
body {
margin: 0;
font-family: "Montserrat";
......@@ -7880,6 +7876,11 @@ a:focus {
transform: scale(1.1);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table {
border-collapse: collapse;
}
.maintree--blank::after {
top: 0;
right: 0;
......
......@@ -5,6 +5,7 @@
@import "./base/_nav.scss"
@import "./base/_typography.scss"
@import "./base/_animations.scss"
@import "./base/_bootstrap.scss"
@import "./base/_placeholder.scss"
@import "./base/_utilities.scss"
@import "./base/_range_slider.sass"
/* Bootstrap 4.x Generic Custom Styles */
// originally added to "table" tag on "_reboot.scss"
.table {
border-collapse: collapse;
}
......@@ -3,11 +3,6 @@ h4, h5, h6 {
font-weight: bold;
}
/// #"_hover.scss"
a:hover {
color: inherit;
}
/// from "_reboot.scss"
body {
margin: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment