summaryrefslogtreecommitdiff
path: root/shamrock/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'shamrock/bootswatch.less')
-rw-r--r--shamrock/bootswatch.less74
1 files changed, 74 insertions, 0 deletions
diff --git a/shamrock/bootswatch.less b/shamrock/bootswatch.less
new file mode 100644
index 00000000..1145562f
--- /dev/null
+++ b/shamrock/bootswatch.less
@@ -0,0 +1,74 @@
+// Shamrock 3.1.1
+// Bootswatch
+// -----------------------------------------------------
+
+@import url('//fonts.googleapis.com/css?family=Marcellus');
+
+// Navbar =====================================================================
+
+// Buttons ====================================================================
+
+// Typography =================================================================
+
+h1:before {
+ content: "\2663";
+ margin-right: 10px;
+}
+
+.page-header {
+ border-bottom-width: 5px;
+}
+
+// Tables =====================================================================
+
+// Forms ======================================================================
+
+legend {
+ border-bottom-width: 5px;
+}
+
+// Navs =======================================================================
+
+.nav {
+ .open > a,
+ .open > a:hover,
+ .open > a:focus {
+ border-color: transparent;
+ }
+}
+
+// Indicators =================================================================
+
+.alert {
+ .alert-link {
+ color: @link-color
+ }
+}
+
+// Progress bars ==============================================================
+
+// Containers =================================================================
+
+.panel-default {
+ border-color: darken(@panel-footer-bg, 5%);
+
+ .panel-heading {
+ background-color: @panel-footer-bg;
+ border-color: darken(@panel-footer-bg, 5%);
+ color: #fff;
+ }
+}
+
+.modal {
+ background-color: @gray-light;
+
+ &-header {
+ border-bottom: none;
+ }
+
+ &-footer {
+ background-color: @gray-dark;
+ border-top: none;
+ .box-shadow(none);
+ }
+}