Sha256: 22091d70afd9f40b017d7e3e17a2260033e4be9bfe881872a9aa40e0034a0c16

Contents?: true

Size: 1.11 KB

Versions: 78

Compression:

Stored size: 1.11 KB

Contents

// ----------------------------------------------------------------------------
// Sass declarations
// ----------------------------------------------------------------------------
$background-color:  #12b0c5;
$value-color:       #fff;

$title-color:       rgba(255, 255, 255, 0.7);
$label-color:       rgba(255, 255, 255, 0.7);
$moreinfo-color:    rgba(255, 255, 255, 0.7);

// ----------------------------------------------------------------------------
// Widget-list styles
// ----------------------------------------------------------------------------
.widget-list {

  background-color: $background-color;
  vertical-align: top;

  .title {
    color: $title-color;
  }

  ol, ul {
    margin: 0 15px;
    text-align: left;
    color: $label-color;
  }

  ol {
    list-style-position: inside;
  }

  li {
    margin-bottom: 5px;
  }

  .list-nostyle {
    list-style: none;
  }

  .label {
    color: $label-color;
  }

  .value {
    float: right;
    margin-left: 12px;
    font-weight: 600;
    color: $value-color;
  }

  .updated-at {
    color: rgba(0, 0, 0, 0.3);
  }

  .more-info {
    color: $moreinfo-color;
  }

}

Version data entries

78 entries across 78 versions & 7 rubygems

Version Path
smashing-1.3.6 templates/project/widgets/list/list.scss
smashing-1.3.5 templates/project/widgets/list/list.scss
smashing-1.3.4 templates/project/widgets/list/list.scss
smashing-1.3.3 templates/project/widgets/list/list.scss
smashing-1.3.2 templates/project/widgets/list/list.scss
smashing-1.3.1 templates/project/widgets/list/list.scss
smashing-1.3.0 templates/project/widgets/list/list.scss
smashing-1.2.0 templates/project/widgets/list/list.scss
smashing-1.1.0 templates/project/widgets/list/list.scss
dashing-rails-2.6.2 vendor/assets/stylesheets/dashing/widgets/list.scss
dashing-rails-2.6.1 vendor/assets/stylesheets/dashing/widgets/list.scss
dashing-rails-2.6.0 vendor/assets/stylesheets/dashing/widgets/list.scss
smashing-1.0.0 templates/project/widgets/list/list.scss
my_dashboard-0.8.6 vendor/assets/stylesheets/my_dashboard/widgets/list.scss
dashing-1.3.7 templates/project/widgets/list/list.scss
my_dashboard-0.8.5 vendor/assets/stylesheets/my_dashboard/widgets/list.scss
my_dashboard-0.8.4 vendor/assets/stylesheets/my_dashboard/widgets/list.scss
my_dashboard-0.8.3 vendor/assets/stylesheets/my_dashboard/widgets/list.scss
my_dashboard-0.8.1 vendor/assets/stylesheets/my_dashboard/widgets/list.scss
my_dashboard-0.8.0 vendor/assets/stylesheets/my_dashboard/widgets/list.scss