Compare commits
No commits in common. "eb262fe2b25e0edd9b5ca6e8972d62f37b2e9ff9" and "5064491e29d223ba18ebf321a896a079ab00a99d" have entirely different histories.
eb262fe2b2
...
5064491e29
|
@ -1677,32 +1677,19 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 48em) {
|
@media screen and (max-width: 48em) {
|
||||||
<<<<<<< HEAD
|
|
||||||
.edit-post-visual-editor__content-area .ofisuport-filters section {
|
.edit-post-visual-editor__content-area .ofisuport-filters section {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
=======
|
|
||||||
.edit-post-visual-editor__content-area .post,
|
|
||||||
.edit-post-visual-editor__content-area .page {
|
|
||||||
margin: 0 0 1em;
|
|
||||||
}
|
|
||||||
.edit-post-visual-editor__content-area .ofisuport-filters section {
|
|
||||||
display: block;
|
|
||||||
>>>>>>> dev
|
|
||||||
}
|
}
|
||||||
.edit-post-visual-editor__content-area .ofisuport-filters section h5 {
|
.edit-post-visual-editor__content-area .ofisuport-filters section h5 {
|
||||||
display: block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.edit-post-visual-editor__content-area .ofisuport-filters section .filter {
|
.edit-post-visual-editor__content-area .ofisuport-filters section .filter {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
margin-top: 0.5rem;
|
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.edit-post-visual-editor__content-area .ofisuport-filters section .filter:last-of-type {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -102,7 +102,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ofisuport-filters {
|
.ofisuport-filters{
|
||||||
section {
|
section {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
@ -153,34 +153,25 @@
|
||||||
@media screen and (max-width: 48em) {
|
@media screen and (max-width: 48em) {
|
||||||
//only smaller than 48em
|
//only smaller than 48em
|
||||||
|
|
||||||
.post,
|
|
||||||
.page {
|
|
||||||
margin: 0 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ofisuport-filters {
|
.ofisuport-filters {
|
||||||
section {
|
section {
|
||||||
display: block;
|
display: inline-block;
|
||||||
h5 {
|
h5 {
|
||||||
display: block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.filter {
|
.filter {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
margin-top: 0.5rem;
|
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
float: left;
|
float: left;
|
||||||
&:last-of-type {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
//only bigger than 48em
|
//only bigger than 48em
|
||||||
.ofisuport-filters {
|
.ofisuport-filters{
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
section {
|
section {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
|
15
style.css
15
style.css
|
@ -1612,32 +1612,19 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 48em) {
|
@media screen and (max-width: 48em) {
|
||||||
<<<<<<< HEAD
|
|
||||||
.ofisuport-filters section {
|
.ofisuport-filters section {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
=======
|
|
||||||
.post,
|
|
||||||
.page {
|
|
||||||
margin: 0 0 1em;
|
|
||||||
}
|
|
||||||
.ofisuport-filters section {
|
|
||||||
display: block;
|
|
||||||
>>>>>>> dev
|
|
||||||
}
|
}
|
||||||
.ofisuport-filters section h5 {
|
.ofisuport-filters section h5 {
|
||||||
display: block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.ofisuport-filters section .filter {
|
.ofisuport-filters section .filter {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
margin-top: 0.5rem;
|
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.ofisuport-filters section .filter:last-of-type {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue