mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 12:05:12 -05:00
28 lines
No EOL
777 B
Elm
Executable file
28 lines
No EOL
777 B
Elm
Executable file
module Config.Helpers.Cards.Inner.CopyButton exposing (..)
|
|
|
|
import Config.Helpers.Cards.Inner.Text
|
|
exposing
|
|
( getHoverColours
|
|
)
|
|
import Config.Helpers.Cards.Inner.ToolTip exposing (tooltip)
|
|
import Config.Style.Colour.Helpers
|
|
exposing
|
|
( ThemeColor(..)
|
|
, colourTheme
|
|
, getThemeColor
|
|
)
|
|
import Config.Style.Icons.Icons exposing (copyLink)
|
|
import Config.Style.Icons.Types as TySvg exposing (..)
|
|
import Config.Style.Transitions exposing (transitionStyleSlow)
|
|
import Element as E exposing (..)
|
|
import Element.Background as B
|
|
import Element.Border as D
|
|
import Element.Font as F
|
|
import Element.Input as Input
|
|
import Ports
|
|
import Shared
|
|
import Shared.Msg exposing (Msg(..))
|
|
import Svg.Attributes as SvgAttr
|
|
import Task
|
|
|
|
sdafasd = [] |