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

Commitc855eca

Browse files
committed
cleanup styles
1 parent440558a commitc855eca

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

‎resources/icons/icon.svg

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎web-app/.storybook/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import'@alifd/next/dist/next.css'
21
import{configure,addParameters}from'@storybook/react'
32
import'../src/styles/index.css'
43

‎web-app/src/containers/Overview/OverviewPage.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ const styles = {
3737
backgroundColor:'black',
3838
width:'100%',
3939
},
40-
startButton:{
41-
backgroundColor:'gold',
42-
fontWeight:'bold'as'bold',
43-
},
4440
}
4541

4642
interfaceProps{
@@ -77,7 +73,7 @@ const Summary = ({ title, description, levels, onNext }: Props) => (
7773

7874
<divstyle={styles.options}>
7975
{/* TODO: Add back button */}
80-
<Buttonstyle={styles.startButton}onClick={()=>onNext()}>
76+
<Buttontype="primary"onClick={()=>onNext()}>
8177
Start
8278
</Button>
8379
</div>

‎web-app/src/styles/index.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
@import'~@alifd/next/dist/next.css';
2+
@import'~@alifd/theme-4/dist/next.css';
3+
14
body {
25
margin:0;
36
font-family: -apple-system, BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans',
@@ -11,5 +14,5 @@ code {
1114
}
1215

1316
p {
14-
margin:0
15-
}
17+
margin:0;
18+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp