You are here

default.css in Varbase Bootstrap Paragraphs 8.4

.row {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1200px) {
  .align2right {
    float: right !important;
  }
  .align2left {
    float: left !important;
  }
  .paragraph.paragraph--type--text-and-image .row {
    display: flex;
  }
  .align2left.wrapper {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .paragraph--type--text-and-image {
    margin-bottom: 20px;
    text-align: center;
  }
  .paragraph--type--text-and-image > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.wrapper {
  display: table;
  height: 100%;
  text-align: left;
}
.wrapper > div {
  display: table-cell;
  vertical-align: middle;
}
/*# sourceMappingURL=default.css.map */

File

modules/vbp_text_and_image/css/default.css
View source
  1. .row {
  2. margin-bottom: 0px !important;
  3. }
  4. @media screen and (min-width: 1200px) {
  5. .align2right {
  6. float: right !important;
  7. }
  8. .align2left {
  9. float: left !important;
  10. }
  11. .paragraph.paragraph--type--text-and-image .row {
  12. display: flex;
  13. }
  14. .align2left.wrapper {
  15. padding-left: 35px;
  16. }
  17. }
  18. @media screen and (max-width: 1200px) {
  19. .paragraph--type--text-and-image {
  20. margin-bottom: 20px;
  21. text-align: center;
  22. }
  23. .paragraph--type--text-and-image > .row {
  24. margin-left: 0px !important;
  25. margin-right: 0px !important;
  26. }
  27. }
  28. .wrapper {
  29. display: table;
  30. height: 100%;
  31. text-align: left;
  32. }
  33. .wrapper > div {
  34. display: table-cell;
  35. vertical-align: middle;
  36. }
  37. /*# sourceMappingURL=default.css.map */