cyb/src/components/MainContainer/styles.module.scss

@use '../../layouts/variables.module.scss' as *;

.wrapper {
  width: 62%;
  margin: 0 auto;
  display: grid;
  align-items: flex-start;

  // padding for action bar, if scroll bottom
  padding-bottom: $actionBarHeight;

  @media (max-width: 650px) {
    width: 82%;
  }

  @media (max-width: 540px) {
    width: 100% !important;
    padding-bottom: calc(#{$actionBarHeight} + 100px);
  }

  >main {
    // same with menu
    min-height: 100%;

    // stretch children by height
    display: grid;

    >header {
      // because of grid
      align-self: flex-start;
    }
  }
}

Synonyms

cyb/src/components/TextMarkdown/styles.module.scss
pussy-ts/src/components/MainContainer/styles.module.scss
cyb/src/components/statistics/styles.module.scss
cyb/src/components/governance/styles.module.scss
pussy-ts/src/components/statistics/styles.module.scss
pussy-ts/src/components/SearchItem/styles.module.scss
pussy-ts/src/components/TextMarkdown/styles.module.scss
cyb/src/components/actionBar/styles.module.scss
cyb/src/containers/governance/styles.module.scss
cyb/src/components/SearchItem/styles.module.scss
pussy-ts/src/components/actionBar/styles.module.scss
cyb/src/containers/warp/pool/styles.module.scss
cyb/src/containers/governance/components/styles.module.scss
pussy-ts/src/containers/warp/pool/styles.module.scss
pussy-ts/src/containers/portal/components/progressCard/styles.module.scss
pussy-ts/src/containers/portal/components/avataIpfs/styles.module.scss
cyb/src/containers/portal/components/avataIpfs/styles.module.scss
cyb/src/containers/portal/components/progressCard/styles.module.scss
cyb/src/containers/sigma/components/cardUi/DetailsBalance/styles.module.scss
pussy-ts/src/containers/sigma/components/cardUi/DetailsBalance/styles.module.scss
cyb/src/containers/sigma/components/cardUi/RowBalancesDetails/styles.module.scss
pussy-ts/src/containers/sigma/components/cardUi/RowBalancesDetails/styles.module.scss

Neighbours