{-# LANGUAGE QuasiQuotes #-}

module FlexTask.Styling where


import Text.Cassius (Css, cassius)



horizontalRBStyle :: render -> Css
horizontalRBStyle :: forall render. render -> Css
horizontalRBStyle = render -> Css
[cassius|
  input[type="radio"]
    margin-left: 20px;
    margin-right: 5px;
  |]