From 1e5703740d19dd564ac82aeaffe37c4f651a62fe Mon Sep 17 00:00:00 2001 From: "jacek.lebioda" <jacek.lebioda@uni.lu> Date: Tue, 2 Jul 2019 14:35:55 +0200 Subject: [PATCH] Table style --- _sass/elixir/_layout.scss | 21 +++++++++++++++++++++ elixir-theme.gemspec | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss index f587a67..13f7f57 100644 --- a/_sass/elixir/_layout.scss +++ b/_sass/elixir/_layout.scss @@ -239,3 +239,24 @@ } } } + +table { + margin-top: 10px; + + thead tr { + font-weight: 700; + + th { + background: $COLOR_BACKGROUND_HEADER; + padding: 7px 12px; + color: #f6f6f6; + border-bottom: 0; + text-align: left; + } + } + + tbody tr { + padding: 9px 2px; + border: solid 1px #d6d6d6; + } +} diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 60c8ebe..371f785 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "elixir-theme" - spec.version = "0.1.19" + spec.version = "0.1.20" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab