Recompiling

This commit is contained in:
Tony Air 2019-11-07 23:39:43 +07:00
parent feaf983438
commit 11ac70e631
2 changed files with 40 additions and 9 deletions

47
dist/css/main.css vendored
View File

@ -398,27 +398,27 @@ h1,
h2, h2,
.h2 { .h2 {
font-size: 2rem; font-size: 2.5rem;
} }
h3, h3,
.h3 { .h3 {
font-size: 1.75rem; font-size: 2rem;
} }
h4, h4,
.h4 { .h4 {
font-size: 1.5rem; font-size: 1.75rem;
} }
h5, h5,
.h5 { .h5 {
font-size: 1.25rem; font-size: 1.5rem;
} }
h6, h6,
.h6 { .h6 {
font-size: 1rem; font-size: 1.25rem;
} }
.lead { .lead {
@ -13263,6 +13263,22 @@ input.time[readonly] {
border: 1px solid #ced4da; border: 1px solid #ced4da;
} }
.form-inline {
margin-top: -1rem;
}
.form-inline fieldset {
margin-top: 1rem;
}
.form-inline .field {
display: flex;
}
.form-inline .form-control {
width: 100%;
}
/* /*
* Basic styles for silverstripe-elemental * Basic styles for silverstripe-elemental
*/ */
@ -13275,16 +13291,27 @@ h1.page-header.no-elements {
display: block; display: block;
} }
.page-content > .element { .element {
position: relative; position: relative;
padding: 4rem 0; padding: 4rem 0;
} }
.page-content > .element.dynamic__elements__image__elements__elementimage, .element.dynamic__elements__image__elements__elementimage,
.page-content > .element.site__elements__sliderelement { .element.site__elements__sliderelement {
padding: 0; padding: 0;
} }
.element.dnadesign__elementallist__model__elementlist {
padding-top: 0;
padding-bottom: 0;
}
.element.dnadesign__elementallist__model__elementlist .dynamic__elements__image__elements__elementimage,
.element.dnadesign__elementallist__model__elementlist .site__elements__sliderelement {
padding-top: 4rem;
padding-bottom: 4rem;
}
.dynamic__elements__image__elements__elementimage .container-fluid, .dynamic__elements__image__elements__elementimage .container-fluid,
.site__elements__sliderelement .container-fluid { .site__elements__sliderelement .container-fluid {
padding: 0; padding: 0;
@ -13873,6 +13900,10 @@ h6,
max-width: 100%; max-width: 100%;
} }
.typography > *:last-child {
margin-bottom: 0;
}
/** /**
* Your custom style * Your custom style
*/ */

File diff suppressed because one or more lines are too long