github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/elm/src/Pipeline/PinMenu/Views.elm (about) 1 module Pipeline.PinMenu.Views exposing 2 ( Background(..) 3 , Distance(..) 4 , Position(..) 5 ) 6 7 8 type Background 9 = Dark 10 | Light 11 12 13 type Position 14 = TopRight Distance Distance 15 16 17 type Distance 18 = Percent Int 19 | Px Int