Fork me on GitHub
#hoplon
<
2017-01-15
>
h.elmougy22:01:38

why I got the style for these componets not applied

h.elmougy22:01:39

(defn transactions-page-header [] (h/div :class "page-header" (h/h2 "Transactions"))) (defn body [] (h/div :class "container" (h/div :class "row" (h/div {:class "panel panel-primary"} (h/div :class "panel-heading" "Search") (h/div :class "panel-body" (h/input :class "form-control" :placeholder "Username")))))) (defn transactions [] (h/div (transactions-page-header) (body)))

h.elmougy22:01:05

whenever I navigate from the home page style doesn't apply to my compoents

h.elmougy22:01:59

although i have my styles imported into the page correctly

dm322:01:31

do you see the CSS in your sources (in developer tools)?

h.elmougy23:01:32

i am using luminus template