We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e45f00 commit 70b1d5dCopy full SHA for 70b1d5d
1 file changed
src/App.css
@@ -1010,4 +1010,28 @@ Producthunt item
1010
.block {
1011
width: calc((1800px - 12px * 4)/4);
1012
}
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
1031
+ cursor: pointer;
1032
1033
1034
+.Page .buttonIcon {
1035
+ position: relative;
1036
+ vertical-align: middle;
1037
0 commit comments