Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a2597e2809cbc3f48580745935c76b1eeff97d49
/
.
/
scouting
/
www
/
notes
/
notes.component.css
blob: 869bdab597588268ef09c3a8b4d7ebf50b182b2e [
file
] [
log
] [
blame
]
Alex Perry
bb90105
2022-03-23 19:46:15 -0700
[
diff
] [
blame
]
1
.
error
{
2
color
:
red
;
3
}
4
5
.
text-input
{
6
width
:
calc
(
100%
-
20px
);
7
}
8
9
.
buttons
{
10
display
:
flex
;
11
justify-content
:
space-between
;
12
}