mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: v1 finally done?
This commit is contained in:
parent
9f8d9c3146
commit
07b9330264
245 changed files with 3140 additions and 2197 deletions
28
frontend/src/Config/Helpers/Cards/Inner/CopyButton.elm
Executable file
28
frontend/src/Config/Helpers/Cards/Inner/CopyButton.elm
Executable file
|
@ -0,0 +1,28 @@
|
|||
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 = []
|
Loading…
Add table
Add a link
Reference in a new issue