]> defiant.homedns.org Git - ros_wild_thumper.git/blob - www/assets/stylesheets/application.css
www: speed control
[ros_wild_thumper.git] / www / assets / stylesheets / application.css
1 .minicolors-theme-default.minicolors {
2         margin: 5px;
3 }
4
5 .bottom-leds > .minicolors-theme-default.minicolors {
6         margin: 5px 0;
7 }
8
9 .top-leds > .minicolors-theme-default.minicolors {
10         margin-top: 70px;
11 }
12
13 .wt-icon {
14         background: url('../images/wt_top.png');
15         background-size: cover;
16         background-size: 100%;
17         background-repeat: no-repeat;
18         background-position: center;
19         height: 260px;
20 }
21
22 .cmd_vel_circle {
23         height: 250px;
24         width: 250px;
25         background-color: #bbb;
26         border-radius: 50%;
27         display: inline-block;
28 }