Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ace088465d994befcfbac5c0ad9015716221f5ce
/
.
/
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