Sha256: e1874155712ee6ad3fc7294446609aad026c9c59c409607065fddc37d9232120
Contents?: true
Size: 901 Bytes
Versions: 18
Compression:
Stored size: 901 Bytes
Contents
.ui-widget-overlay { position: fixed; background: rgba(0, 0, 0, 0.2); top: 0; left: 0; right: 0; bottom: 0; z-index: 1001; } .ui-dialog { position: fixed; z-index: 1002; @include section-background; box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px; .ui-dialog-titlebar { // Popover styling @include section-header; span { font-size: 1.1em; } text-align: center; font-size: 1.3em; padding: 20px; background: 0; line-height: 24px; } .ui-dialog-titlebar-close { display: none; } ul { list-style-type: none; } li { margin: 10px 0; } label { margin-right: 10px; } .ui-dialog-buttonpane, form { padding: 7px 15px 13px; } .ui-dialog-buttonpane button { &:first-child { @include dark-button; } // OK &:last-child { @include light-button; } // Cancel } }
Version data entries
18 entries across 18 versions & 2 rubygems