website/frontend/src/Config/Helpers/Cards/Inner/CopyButton.elm
2025-01-02 02:33:57 -06:00

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 = []