diff options
Diffstat (limited to 'assets/less/bootswatch.less')
-rw-r--r-- | assets/less/bootswatch.less | 59 |
1 files changed, 54 insertions, 5 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index 257fcdf6..e48ab603 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -17,6 +17,43 @@ body { margin-top: 8em; } +.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 { + position: absolute; + top: 0; + right: 0; + z-index: 100; + font-weight: bold; +} + +.progress { + margin-bottom: 10px; +} + footer { margin: 5em 0; @@ -44,16 +81,16 @@ footer { color: #fff; text-align: center; - .alert { - margin: 4em 0 2em; - } - h1 { font-size: 4em; } #social { - margin: 2em 0 4em; + margin: 2em 0; + } + + .alert { + margin: 2em 0; } .bsa { @@ -131,6 +168,18 @@ footer { } } +.sponsor { + + img { + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 4px; + } + + a:hover { + text-decoration: none; + } +} + .bsa { padding: 0; |