|
|
|
@ -9,9 +9,9 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
color("#27282c") |
|
|
|
|
fontSize(60.px) |
|
|
|
|
property("font-size", AppCSSVariables.wtHeroFontSize.value(60.px)) |
|
|
|
|
property("letter-spacing", value((-1.5).px)) |
|
|
|
|
property("font-weight", value(900)) |
|
|
|
|
property("line-height", value(64.px)) |
|
|
|
|
property("letter-spacing", (-1.5).px) |
|
|
|
|
property("font-weight", 900) |
|
|
|
|
property("line-height", 64.px) |
|
|
|
|
property("line-height", AppCSSVariables.wtHeroLineHeight.value(64.px)) |
|
|
|
|
|
|
|
|
|
media(maxWidth(640.px)) { |
|
|
|
@ -23,7 +23,7 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("Gotham SSm A,Gotham SSm B,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"Gotham SSm A,Gotham SSm B,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -31,9 +31,9 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
color("#27282c") |
|
|
|
|
fontSize(28.px) |
|
|
|
|
property("font-size", AppCSSVariables.wtSubtitle2FontSize.value(28.px)) |
|
|
|
|
property("letter-spacing", value("normal")) |
|
|
|
|
property("font-weight", value(300)) |
|
|
|
|
property("line-height", value(40.px)) |
|
|
|
|
property("letter-spacing", "normal") |
|
|
|
|
property("font-weight", 300) |
|
|
|
|
property("line-height", 40.px) |
|
|
|
|
property("line-height", AppCSSVariables.wtSubtitle2LineHeight.value(40.px)) |
|
|
|
|
|
|
|
|
|
media(maxWidth(640.px)) { |
|
|
|
@ -45,20 +45,20 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("Gotham SSm A,Gotham SSm B,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"Gotham SSm A,Gotham SSm B,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val wtText1 by style { |
|
|
|
|
color(Color.RGBA(39, 40, 44, .7)) |
|
|
|
|
fontSize(18.px) |
|
|
|
|
property("letter-spacing", value("normal")) |
|
|
|
|
property("font-weight", value(400)) |
|
|
|
|
property("line-height", value(28.px)) |
|
|
|
|
property("letter-spacing", "normal") |
|
|
|
|
property("font-weight", 400) |
|
|
|
|
property("line-height", 28.px) |
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -69,26 +69,26 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
val wtText2 by style { |
|
|
|
|
color(Color.RGBA(39, 40, 44, .7)) |
|
|
|
|
fontSize(15.px) |
|
|
|
|
property("letter-spacing", value("normal")) |
|
|
|
|
property("font-weight", value(400)) |
|
|
|
|
property("line-height", value(24.px)) |
|
|
|
|
property("letter-spacing", "normal") |
|
|
|
|
property("font-weight", 400) |
|
|
|
|
property("line-height", 24.px) |
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val wtText3 by style { |
|
|
|
|
color(Color.RGBA(39, 40, 44, .7)) |
|
|
|
|
fontSize(12.px) |
|
|
|
|
property("letter-spacing", value("normal")) |
|
|
|
|
property("font-weight", value(400)) |
|
|
|
|
property("line-height", value(16.px)) |
|
|
|
|
property("letter-spacing", "normal") |
|
|
|
|
property("font-weight", 400) |
|
|
|
|
property("line-height", 16.px) |
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -105,12 +105,12 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val wtLink by style { |
|
|
|
|
property("border-bottom", value("1px solid transparent")) |
|
|
|
|
property("text-decoration", value("none")) |
|
|
|
|
property("border-bottom", "1px solid transparent") |
|
|
|
|
property("text-decoration", "none") |
|
|
|
|
color("#167dff") |
|
|
|
|
|
|
|
|
|
hover(self) style { |
|
|
|
|
property("border-bottom-color", value("#167dff")) |
|
|
|
|
property("border-bottom-color", "#167dff") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -118,10 +118,10 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
color("#27282c") |
|
|
|
|
fontSize(31.px) |
|
|
|
|
property("font-size", AppCSSVariables.wtH2FontSize.value(31.px)) |
|
|
|
|
property("letter-spacing", value((-.5).px)) |
|
|
|
|
property("font-weight", value(700)) |
|
|
|
|
property("line-height", value(40.px)) |
|
|
|
|
property("line-height", AppCSSVariables.wtH2LineHeight.value(40.px)) |
|
|
|
|
property("letter-spacing", (-.5).px) |
|
|
|
|
property("font-weight", 700) |
|
|
|
|
property("line-height", 40.px) |
|
|
|
|
property("line-height", 40.px) |
|
|
|
|
|
|
|
|
|
media(maxWidth(640.px)) { |
|
|
|
|
self style { |
|
|
|
@ -132,7 +132,7 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("Gotham SSm A,Gotham SSm B,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"Gotham SSm A,Gotham SSm B,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -144,14 +144,14 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
color("#27282c") |
|
|
|
|
fontSize(21.px) |
|
|
|
|
property("font-size", AppCSSVariables.wtH3FontSize.value(20.px)) |
|
|
|
|
property("letter-spacing", value("normal")) |
|
|
|
|
property("font-weight", value(700)) |
|
|
|
|
property("line-height", value(28.px)) |
|
|
|
|
property("letter-spacing", "normal") |
|
|
|
|
property("font-weight", 700) |
|
|
|
|
property("line-height", 28.px) |
|
|
|
|
property("line-height", AppCSSVariables.wtH3LineHeight.value(28.px)) |
|
|
|
|
|
|
|
|
|
property( |
|
|
|
|
"font-family", |
|
|
|
|
value("system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif") |
|
|
|
|
"system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif" |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -164,12 +164,12 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
backgroundColor("#167dff") |
|
|
|
|
fontSize(15.px) |
|
|
|
|
display(DisplayStyle.InlineBlock) |
|
|
|
|
property("text-decoration", value("none")) |
|
|
|
|
property("border-radius", value("24px")) |
|
|
|
|
property("padding", value("12px 32px")) |
|
|
|
|
property("line-height", value(24.px)) |
|
|
|
|
property("font-weight", value(400)) |
|
|
|
|
property("width", value("fit-content")) |
|
|
|
|
property("text-decoration", "none") |
|
|
|
|
property("border-radius", "24px") |
|
|
|
|
property("padding", "12px 32px") |
|
|
|
|
property("line-height", 24.px) |
|
|
|
|
property("font-weight", 400) |
|
|
|
|
property("width", "fit-content") |
|
|
|
|
|
|
|
|
|
hover(self) style { |
|
|
|
|
backgroundColor(Color.RGBA(22, 125, 255, .8)) |
|
|
|
@ -183,7 +183,7 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
backgroundColor(Color("transparent")) |
|
|
|
|
border(0.px) |
|
|
|
|
|
|
|
|
|
property("outline", value("none")) |
|
|
|
|
property("outline", "none") |
|
|
|
|
|
|
|
|
|
hover(self) style { |
|
|
|
|
backgroundColor(Color.RGBA(255, 255, 255, 0.1)) |
|
|
|
@ -200,7 +200,7 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val wtSocialButtonItem by style { |
|
|
|
|
property("margin-right", value(16.px)) |
|
|
|
|
property("margin-right", 16.px) |
|
|
|
|
marginLeft(16.px) |
|
|
|
|
padding(12.px) |
|
|
|
|
backgroundColor("transparent") |
|
|
|
@ -208,13 +208,13 @@ object WtTexts : StyleSheet(AppStylesheet) {
|
|
|
|
|
|
|
|
|
|
hover(self) style { |
|
|
|
|
backgroundColor(Color.RGBA(255, 255, 255, 0.1)) |
|
|
|
|
property("border-radius", value("24px")) |
|
|
|
|
property("border-radius", "24px") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
media(maxWidth(640.px)) { |
|
|
|
|
self style { |
|
|
|
|
property("margin-right", value(8.px)) |
|
|
|
|
property("margin-left", value(8.px)) |
|
|
|
|
property("margin-right", 8.px) |
|
|
|
|
property("margin-left", 8.px) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|