From f8893b7e8d01772bff1d8f4e958dd91a8e8bcca2 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Wed, 17 Jun 2015 12:41:34 -0300 Subject: [PATCH] Add participate button (html/css only) --- index.html | 84 ++++++++++++++++++++++++++++++++++++++++++++---------------------------------------- sass/style.sass | 23 +++++++++++++++++++++-- 2 files changed, 65 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 7d494c0..8aad29b 100644 --- a/index.html +++ b/index.html @@ -314,48 +314,52 @@
Bate-papo com ministras e ministros

Confira as datas e horários:

-
-
    -
  • - - Saúde -
    19:00
    -
  • -
-
    -
  • - - Justiça -
    19:00
    -
  • -
-
    -
  • - - Educação -
    19:00
    -
  • -
-
    -
  • - - Desenvolvimento Social -
    19:00
    -
  • -
-
-
+
-
-
- +
    +
  • + + Saúde +
    19:00
    +
  • +
+
    +
  • + + Justiça +
    19:00
    +
  • +
+
    +
  • + + Educação +
    19:00
    +
  • +
+
    +
  • + + Desenvolvimento Social +
    19:00
    +
  • +
+
+
+
+
+
+
+
+ +
-
-
-
-
- 8.117 - se inscreveram para esse hangout +
+
+
+ 8.117 + se inscreveram para esse hangout +
diff --git a/sass/style.sass b/sass/style.sass index 981d1e9..5903a07 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -1089,8 +1089,27 @@ td text-align: center // 6.20 - participe -// .talk__participate -// .talk__participate +.talk__participate + .button + position: relative + z-index: 5 +.talk__counter + position: relative + display: inline-block + // line-height: 3 + margin-left: -10px + padding: 15px 15px 15px 25px + height: 52px // equals button size + background-color: #eeeff1 + z-index: 1 + border-radius: 10px + + @each $category, $color in $categories + .#{$category} & + color: $color + +.talk__value + font-weight: bold // ------------------------------------ // 7 - Modificadores -- libgit2 0.21.2