app/assets/stylesheets/weeler/style.css.scss in weeler-0.0.4 vs app/assets/stylesheets/weeler/style.css.scss in weeler-1.0.0

- old
+ new

@@ -54,6 +54,28 @@ .sidebar-offcanvas { position: absolute; top: 0; width: 50%; /* 6 columns */ } +} + +/* + * List + * ---------- + * +*/ +.sortable.list-group { + .list-group-item { + cursor: move; + min-height: 42px; + } +} + +a.navbar-brand.weeler{ + padding-bottom:3px; + color:#fff; +} +span.weeler_version{ + vertical-align: super; + font-size:10px; + color:#C2C2C2; } \ No newline at end of file