Sha256: 4b1e4f29dcfc2219ea32ad2404b32ca176b69a3e0fcc1fdac30361bc73ea6b54

Contents?: true

Size: 810 Bytes

Versions: 3

Compression:

Stored size: 810 Bytes

Contents

html,
body {
  padding: 0;
  margin: 0;
  height: 100% !important;
}

html {
  font-size: 10px;
}

body {
  font-family: $font-primary;
  font-size: 1.5rem;
}
a{
  color: inherit;
  &:hover{
    color: inherit;
  }
}

a {
  color: inherit;
  &:hover {
    color: inherit;
  }
}

.container {
  width: 100%;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.box-tools {
  i {
    padding: 0 5px;
    font-size: 1.7rem;
    color: #d2d2d2;
    transition: all ease .3s;
    cursor: pointer;
    &:hover {
      color: #555;
      transition: all ease .3s;
    }
  }
}
ol.breadcrumb{
  @media screen and (min-width: 0) and (max-width: 991px) {
    display: none;
  }
  
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
keppler-2.0.2 installer/core/app/assets/stylesheets/admin/utils/_base.scss
keppler-2.0.1 installer/core/app/assets/stylesheets/admin/utils/_base.scss
keppler-2.0.0 installer/core/app/assets/stylesheets/admin/utils/_base.scss