Sha256: e6eaae6c00f5e2a18e055ff27e4927fd65cf3ff6137d19e04fbc6212b4e19237
Contents?: true
Size: 799 Bytes
Versions: 3
Compression:
Stored size: 799 Bytes
Contents
body { background: $primary-background; } .modal-content { background: $primary-background; } .overlay { position: fixed; visibility: hidden; width: 100%; height: 100%; left: 0; right: 0; bottom: 0; background-color: theme-color('overlay'); opacity: 0; z-index: 5; cursor: pointer; transition: opacity 0.5s, visibility 0s 0.5s; &.shown { visibility: visible; opacity: 1; transition: opacity 0.5s; } } .dropdown-menu { background: $primary-background; border-color: $global-border-style; .dropdown-item { &:hover, &:focus { background: $secondary-background; color: $secondary-font-color; } } } .form-control, .form-control:focus, .spree-flat-input { background: $input-background; color: color-yiq($input-background); }
Version data entries
3 entries across 3 versions & 1 rubygems