Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f82524ce700b1a5bd4e6a2dca6ca3dfeaf2c5638
/
.
/
scouting
/
www
/
counter_button
/
counter_button.component.css
blob: 39faea8433c953e57de816cd12f0dc326e21d163 [
file
] [
log
] [
blame
]
Alex Perry
f82524c
2022-03-09 20:04:47 -0800
[
diff
] [
blame^
]
1
:
host
{
2
display
:
flex
;
3
align-items
:
stretch
;
4
flex-direction
:
column
;
5
text-align
:
center
;
6
}
7
8
*
{
9
padding
:
10px
;
10
}
11