Sha256: 612ad7ebd3f0052432ac12fad15940d508c291b73fc78c29e217318fde2784d8

Contents?: true

Size: 980 Bytes

Versions: 178

Compression:

Stored size: 980 Bytes

Contents

#toast-container {
  display:block;
  position: fixed;
  z-index: 10000;

  @media #{$small-and-down} {
    min-width: 100%;
    bottom: 0%;
  }
  @media #{$medium-only} {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
  @media #{$large-and-up} {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  @extend .z-depth-1;
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width:100%;
  height: auto;
  min-height: $toast-height;
  line-height: 1.5em;
  background-color: $toast-color;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: $toast-text-color;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;

  .toast-action {
    color: $toast-action-color;
    font-weight: 500;
    margin-right: -25px;
    margin-left: 3rem;
  }

  &.rounded{
    border-radius: 24px;
  }

  @media #{$small-and-down} {
    width: 100%;
    border-radius: 0;
  }
}

Version data entries

178 entries across 178 versions & 6 rubygems

Version Path
j1-template-2023.4.0 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.3.3 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.3.2 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.3.1 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.3.0 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.7 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.6 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.5 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.4 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.3 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.2 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.1 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.2.0 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.1.0 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.0.17 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.0.16 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.0.15 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.0.14 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.0.13 assets/themes/j1/modules/materialize/scss/components/_toast.scss
j1-template-2023.0.12 assets/themes/j1/modules/materialize/scss/components/_toast.scss