Sha256: e4f6d65b3ab43caeb23075d44360655eccd7dd1f886930e62c93e944c0ec4e6f

Contents?: true

Size: 626 Bytes

Versions: 5

Compression:

Stored size: 626 Bytes

Contents

body.admin_dashboard {

  table.index_table {

    a {

      // обычные ссылки без стилизации
      text-decoration: none !important;
      color: #323537 !important;
      &:hover {
        text-decoration: underline !important;
        color: #124068 !important;
      }

      // чтобы стилизовать - надо явно указывать класс
      &.link {
        text-decoration: underline !important;
        color: #3e7de5 !important;
        &:hover {
          text-decoration: underline !important;
          color: #4498ff !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/dashboard/index_table.scss
c80_estate-0.1.0.38 app/assets/stylesheets/c80_estate/backend/dashboard/index_table.scss
c80_estate-0.1.0.37 app/assets/stylesheets/c80_estate/backend/dashboard/index_table.scss
c80_estate-0.1.0.36 app/assets/stylesheets/c80_estate/backend/dashboard/index_table.scss
c80_estate-0.1.0.35 app/assets/stylesheets/c80_estate/backend/dashboard/index_table.scss