Sha256: 0c97588681b72acbc39ba96b377737cd9f5c9a5291b331aa931076d8881c6d1a

Contents?: true

Size: 2 KB

Versions: 2

Compression:

Stored size: 2 KB

Contents

[up-close] {
  cursor: pointer; }
[up-follow] {
  cursor: pointer; }
.up-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(90, 90, 90, 0.4); }

.up-modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box; }

.up-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.up-modal-content {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box; }
.up-popup {
  z-index: 10000;
  position: fixed;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.up-modal .up-popup {
  z-index: 15000; }
.up-tooltip {
  z-index: 30000;
  position: fixed;
  background-color: #666;
  color: white;
  padding: 6px 9px; }
  .up-tooltip[up-origin=top] {
    margin-top: -6px; }
    .up-tooltip[up-origin=top]:after {
      content: "";
      position: absolute;
      border-style: solid;
      border-width: 8px 8px 0;
      border-color: #666 transparent;
      display: block;
      width: 0;
      z-index: 1;
      bottom: -8px;
      left: 50%;
      margin-left: -8px; }
  .up-tooltip[up-origin=bottom] {
    margin-top: 6px; }
    .up-tooltip[up-origin=bottom]:after {
      content: "";
      position: absolute;
      border-style: solid;
      border-width: 0 8px 8px;
      border-color: #666 transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: -8px;
      left: 50%;
      margin-left: -8px; }
/*

 */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
upjs-rails-0.3.3 dist/up.css
upjs-rails-0.3.2 dist/up.css