Untitled

 avatar
unknown
plain_text
a year ago
1.7 kB
3
Indexable
#content {
  display: flex;
  flex-direction: column;
}
#main-content,
.lfr-layout-structure-item-container,
.lfr-layout-structure-item-row,
.lfr-layout-structure-item-register,
.lfr-layout-structure-item-register > div,
.lfr-layout-structure-item-login,
.lfr-layout-structure-item-login > div,
.lfr-layout-structure-item-ooredoologin,
.lfr-layout-structure-item-ooredoologin > div,
.lfr-layout-structure-item-banner,
.lfr-layout-structure-item-banner > div,
.lfr-layout-structure-item-banner > div > div,
.lfr-layout-structure-item-banner .react-component-container,
.portlet-boundary,
.portlet,
.portlet-content,
.portlet-content-container,
.portlet-body,
.portlet-body > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lfr-layout-structure-item-left-panel,
.lfr-layout-structure-item-left-panel > div,
.lfr-layout-structure-item-left-panel > div > div,
.lfr-layout-structure-item-left-panel .react-component-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lfr-layout-structure-item-message-template,
.lfr-layout-structure-item-message-template > div,
.lfr-layout-structure-item-message-template > div > div,
.lfr-layout-structure-item-message-template .react-component-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portlet {
  margin: 0;
}

.portlet-boundary > span {
  display: none;
}

.lfr-layout-structure-item-row > .row {
  flex: 1;
}

.lfr-layout-structure-item-row > .row > .col {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 992px) {
  .lfr-layout-structure-item-row > .row > .col:first-child {
    display: none;
  }
}
Editor is loading...
Leave a Comment