mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
37 lines
598 B
CSS
37 lines
598 B
CSS
.red-text {
|
|
color: #f00;
|
|
}
|
|
.blue-text {
|
|
color: #00f;
|
|
}
|
|
.well-red {
|
|
background-color: #f2dede;
|
|
}
|
|
.well-darkred {
|
|
background-color: #ebcccc;
|
|
}
|
|
.well-blue {
|
|
background-color: #d9edf7;
|
|
}
|
|
.well-darkblue {
|
|
background-color: #c4e3f3;
|
|
}
|
|
.col-no-padding {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.ds-status, .robot-status, .battery-status, .bypass-button {
|
|
background-color: #aaa;
|
|
color: #000;
|
|
border: 1px solid #999;
|
|
border-radius: 4px;
|
|
padding: 5px;
|
|
width: 40px;
|
|
height: 27px;
|
|
margin: 2px;
|
|
font-family: Arial;
|
|
margin: 0 auto;
|
|
}
|
|
.bypass-button {
|
|
background-color: #0e8;
|
|
} |