Sha256: ecbd66ae7c3be0147e6076bd1a02d57a49a3fd874320f07a34da75c30c210de2

Contents?: true

Size: 601 Bytes

Versions: 3

Compression:

Stored size: 601 Bytes

Contents

.ts-button-group {
  display: table;
  button {
    display: table-cell;
  }
}

.ts-hidden {
  display: none;
}

.ts-button {
  font-size: 1em;
  background: #eee;
  color: #444;
  border: 0px;
  padding: 7px 5px;
  margin: 0px;
  outline: none;
  font-family: Tahoma, Geneva, sans-serif;
}

.ts-button-primary {
  background: #57ad68;
  color: #fff;
}

.ts-progress-bar {
  width: 0;
  height: 5px;
  background: #57ad68;
  position: fixed;
  top: 0px;
  left: 0px;
}

.ts-editable-image, .ts-editable-file { position: relative;}
.ts-editable-button {
  position: absolute;
  top:0px;
  right: 0px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
type_station-0.0.3 app/assets/stylesheets/type_station/base.css.scss
type_station-0.0.2 app/assets/stylesheets/type_station/base.css.scss
type_station-0.0.1 app/assets/stylesheets/type_station/base.css.scss