diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-08 11:17:20 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-08 11:17:20 -0500 |
commit | e8d5444e00d71cf9836ad61858e667a222def19f (patch) | |
tree | 3834c15ee18caebef11c51ea3173c0c38fe8038b /assets/less | |
parent | 642c7ed19523f36a6303f43dc7bc1653b150178e (diff) |
add dialog components to previews
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index fca8012a..e48ab603 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -19,6 +19,27 @@ body { .bs-component { position: relative; + + .modal { + position: relative; + top: auto; + right: auto; + left: auto; + bottom: auto; + z-index: 1; + display: block; + + &-dialog { + width: 90%; + } + } + + .popover { + position: relative; + display: inline-block; + width: 220px; + margin: 20px; + } } #source-button { |