Sha256: 5615a2186ffdd8d52a3712fed66db8f5aabfc9a726cf01dcf0ee1c6d97bfd9bc

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 KB

Contents

div.properties_index_logo {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;

  img {
    max-width: 100%;
    width: 100%;
  }

}

span.properties_index_logo_title {
}

body.admin_properties,
body.admin_areas // т.к. подобную кнопку я теперь стал рисовать и на странице просмотра площади
{

  button {
    span.fa.fa-chevron-right {
      position: relative;
      &:after {
        display: block !important;
        position: absolute !important;
        top: -16px !important;
        left: 0 !important;
        width: 20px !important;
        height: 20px !important;
        font-family: FontAwesome !important;
        content: "\f078" !important;
        color: #288feb !important;
      }
      &:before {
        display: none !important;
      }
    }

    &.collapsed {
      span.fa.fa-chevron-right {
        position: relative;
        &:after {
          display: block !important;
          position: absolute !important;
          top: -16px !important;
          left: 0 !important;
          width: 20px !important;
          height: 20px !important;
          font-family: FontAwesome !important;
          content: "\f054" !important;
          color: #288feb !important;
        }
        &:before {
          display: none !important;
        }
      }
    }
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_estate-0.1.0.39 app/assets/stylesheets/c80_estate/backend/admin_properties.scss
c80_estate-0.1.0.38 app/assets/stylesheets/c80_estate/backend/admin_properties.scss
c80_estate-0.1.0.37 app/assets/stylesheets/c80_estate/backend/admin_properties.scss
c80_estate-0.1.0.36 app/assets/stylesheets/c80_estate/backend/admin_properties.scss
c80_estate-0.1.0.35 app/assets/stylesheets/c80_estate/backend/admin_properties.scss