]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - www/assets/stylesheets/application.css
www: Split js and css into own files
[ros_wild_thumper.git] / www / assets / stylesheets / application.css
diff --git a/www/assets/stylesheets/application.css b/www/assets/stylesheets/application.css
new file mode 100644 (file)
index 0000000..4ac1dfc
--- /dev/null
@@ -0,0 +1,28 @@
+.minicolors-theme-default.minicolors {
+       margin: 5px;
+}
+
+.bottom-leds > .minicolors-theme-default.minicolors {
+       margin: 5px 0;
+}
+
+.top-leds > .minicolors-theme-default.minicolors {
+       margin-top: 70px;
+}
+
+.wt-icon {
+       background: url('../images/wt_top.png');
+       background-size: cover;
+       background-size: 100%;
+       background-repeat: no-repeat;
+       background-position: center;
+       height: 260px;
+}
+
+.cmd_vel_circle {
+       height: 250px;
+       width: 250px;
+       background-color: #bbb;
+       border-radius: 50%;
+       display: inline-block;
+}