X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=www%2Fassets%2Fstylesheets%2Fapplication.css;fp=www%2Fassets%2Fstylesheets%2Fapplication.css;h=4ac1dfc697f7ace520a577f2b3a36bcc0713511f;hp=0000000000000000000000000000000000000000;hb=5d2b909797fd168b0981af8f4570d608a9a32626;hpb=6bd26b4ce6d44b8bd14b38090280b86e761beca7 diff --git a/www/assets/stylesheets/application.css b/www/assets/stylesheets/application.css new file mode 100644 index 0000000..4ac1dfc --- /dev/null +++ b/www/assets/stylesheets/application.css @@ -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; +}