Skip to content

Commit 70b1d5d

Browse files
committed
add Page css styles
1 parent 1e45f00 commit 70b1d5d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

src/App.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,4 +1010,28 @@ Producthunt item
10101010
.block {
10111011
width: calc((1800px - 12px * 4)/4);
10121012
}
1013+
}
1014+
1015+
/***** PAGE ****/
1016+
.Page {
1017+
max-width: 1024px;
1018+
margin: 0 auto;
1019+
color: var(--primary-text-color);
1020+
}
1021+
.Page .title {
1022+
color: var(--primary-text-color)
1023+
}
1024+
.Page button {
1025+
background: var(--card-background-color);
1026+
border:none;
1027+
border-radius: 20px;
1028+
border: 1px solid var(--card-border-color);
1029+
padding: 8px 16px;
1030+
color: var(--primary-text-color);
1031+
cursor: pointer;
1032+
}
1033+
1034+
.Page .buttonIcon {
1035+
position: relative;
1036+
vertical-align: middle;
10131037
}

0 commit comments

Comments
 (0)