Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc3df24

Browse files
committed
adjust card styles
1 parentdf56808 commitbc3df24

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

‎web-app/src/components/Step/index.tsx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,24 @@ import CR from 'typings'
55
importMarkdownfrom'../Markdown'
66

77
conststyles={
8+
active:{
9+
backgroundColor:'#e6f7ff',
10+
},
811
card:{
9-
display:'flex',
10-
flexDirection:'row'as'row',
12+
borderRadius:'0.3rem',
13+
display:'grid',
14+
gridTemplateAreas:'CheckboxMargin Content',
15+
gridTemplateColumns:'2rem 1fr',
16+
gridTemplateRows:'1fr',
1117
margin:'1rem',
1218
},
1319
left:{
14-
width:'2rem',
20+
justifySelf:'center',
21+
paddingTop:'0.8rem',
1522
},
1623
right:{
17-
flex:1,
18-
},
19-
active:{
20-
backgroundColor:'yellow',
24+
padding:'0.2rem',
25+
paddingTop:0,
2126
},
2227
}
2328

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp