X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fstyles.less;h=37292bfe0375f44ed305198fa552e8333703876d;hb=3a94e4f3a7d88ae09d45769422b5ed9531b6f229;hp=c1f208a27a7dd8c47530cf06308bbd630f0596d6;hpb=dae8de533dba9c6148221c1ada1e33dab76751ba;p=demos%2Fkafka%2Fchat diff --git a/src/styles.less b/src/styles.less index c1f208a2..37292bfe 100644 --- a/src/styles.less +++ b/src/styles.less @@ -1,44 +1 @@ -/* Application-wide Styles */ -h1 { - color: #369; - font-family: Arial, Helvetica, sans-serif; - font-size: 250%; -} -h2, h3 { - color: #444; - font-family: Arial, Helvetica, sans-serif; - font-weight: lighter; -} -body { - margin: 2em; -} -body, input[type="text"], button { - color: #333; - font-family: Cambria, Georgia, serif; -} -button { - background-color: #eee; - border: none; - border-radius: 4px; - cursor: pointer; - color: black; - font-size: 1.2rem; - padding: 1rem; - margin-right: 1rem; - margin-bottom: 1rem; - margin-top: 1rem; -} -button:hover { - background-color: black; - color: white; -} -button:disabled { - background-color: #eee; - color: #aaa; - cursor: auto; -} - -/* everywhere else */ -* { - font-family: Arial, Helvetica, sans-serif; -} +@import url('https://unpkg.com/bootstrap@3.4.1/dist/css/bootstrap.min.css');