From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/_structure.less | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 assets/css/_structure.less (limited to 'assets/css/_structure.less') diff --git a/assets/css/_structure.less b/assets/css/_structure.less new file mode 100644 index 0000000..09d6a99 --- /dev/null +++ b/assets/css/_structure.less @@ -0,0 +1,27 @@ +@import "fa/font-awesome.less"; +@import "_bootstrap-selection.less"; +@import "_footer.less"; + +@img: '../img/'; + +// website configuration styles + +.navbar { + .navbar-brand > img { + float: left; + margin-right: @navbar-padding-horizontal; + } + + .button-wrapper > .btn { + width: 40px; + } +} + +body { + padding-top: 50px; +} + + +.overview { + @import "_overview.less"; +} -- cgit v1.2.3