diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:16:13 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:16:13 -0400 |
commit | 20e2d90874a3e1116c76e1547210d191dd0159f4 (patch) | |
tree | a9d775814f5dbdf36d45a486f3ab58d0253aafc6 /assets/less | |
parent | 55f9c2cec0e48dc5190a1f81f297e469c2d5015b (diff) |
first commit for 3.0.0-rc1
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less new file mode 100644 index 00000000..d5ff9aa7 --- /dev/null +++ b/assets/less/bootswatch.less @@ -0,0 +1,97 @@ +body { + padding-top: 50px; +} + +#banner { + border-bottom: none; +} + +.page-header { + + h1 { + font-size: 4em; + } +} + +.bs-docs-section { + margin-top: 8em; +} + +.affix { + top: 70px; +} + +footer { + margin: 5em 0; + + li { + float: left; + margin-right: 1.5em; + margin-bottom: 1.5em; + } + + p { + clear: left; + margin-bottom: 0; + } +} + +.splash { + + padding: 2em 0 2em; + text-align: center; + + h1 { + font-size: 4em; + } + + #social { + margin-top: 4em; + margin-bottom: 2em; + } +} + +.section-tout { + padding: 3em 0 4em; + background-color: #E2F2F3; + // background-color: #2C3E50; + // color: #fff; +} + +.section-preview { + padding: 4em 0 4em; + // background-color: #E2F2F3; +} + +.preview { + + margin-bottom: 4em; + + .image { + width: 100%; + } + + .options { + padding: 1em; + background-color: #eee; + background-color: #E2F2F3; + } +} + +.bsa .one { + + .bsa_it_ad { + border: none !important; + background-color: transparent !important; + + .bsa_it_t, + .bsa_it_d { + color: inherit !important; + } + } + + .bsa_it_p { + display: none; + } + +}
\ No newline at end of file |