feat: version 1 done?

This commit is contained in:
Nick 2024-12-23 03:24:08 -06:00
parent d1ba50abd8
commit 76fa1ff381
11 changed files with 114 additions and 115 deletions

View file

@ -1,12 +1,13 @@
module Config.Helpers.Price exposing (..)
import Config.Helpers.Format exposing (headerFontSizeBig)
import Config.Style.Colour exposing (colourTheme)
import Config.Style.Glow exposing (glowDeepDarkGrey)
import Config.Style.Transitions exposing (hoverPageButtonDeepDarkOrange, transitionStyleMedium)
import Element as E exposing (..)
import Element.Background as B exposing (color)
import Element.Border as D exposing (rounded)
import Element.Font as F exposing (center)
import Config.Style.Glow exposing (glowDeepDarkGrey)
buyButton : String -> String -> Element msg
@ -23,7 +24,7 @@ buyButton price url =
el
[ B.color colourTheme.textDarkOrange
, D.rounded 30
, F.size 25
, headerFontSizeBig
, F.bold
, transitionStyleMedium
, hoverPageButtonDeepDarkOrange