From 10f89e0c7ab7eee4fd104ebef3e9d544bcddf5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=AFse=20Piret?= Date: Tue, 7 Feb 2017 23:44:33 +0100 Subject: [PATCH] my bad --- .../stylesheets/includes/tiles.erb.scss | 105 ------------------ content/assets/stylesheets/main.scss | 2 +- 2 files changed, 1 insertion(+), 106 deletions(-) delete mode 100644 content/assets/stylesheets/includes/tiles.erb.scss diff --git a/content/assets/stylesheets/includes/tiles.erb.scss b/content/assets/stylesheets/includes/tiles.erb.scss deleted file mode 100644 index 0b53100..0000000 --- a/content/assets/stylesheets/includes/tiles.erb.scss +++ /dev/null @@ -1,105 +0,0 @@ -a.box { - &:hover { - box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $blue - } -} - -#homepage { - .box { - border-radius: 0; - - img { - width: 100%; - } - } -} - -.centering { - display: flex; - justify-content: center; - align-items: center; -} -.highlighted{ - background: $tile-orange; - .content { - color: white; - - h1, h2 { - color: inherit; - } - a, a:visited { - color:inherit; - } - } -} -#quote{ - font-style: italic; -} - -.icon a{ - color:$tile-orange; -} -#gamification-coders { - display: flex; - justify-content: center; - ol{ - list-style-type: decimal-leading-zero; - counter-reset:li; - > li{ - float:left; - padding:5px; - margin:20px; - margin-bottom:3px; - margin-top:3px; - display:inline; - &:before{ - content:counter(li); /* Use the counter as content */ - counter-increment:li; - color:$tile-orange; - font: bold 18pt helvetica, arial, sans-serif; - background-color:whitesmoke; - height:30px; - width:30px; - display:inline-block; - margin-right:10px; - border-radius:50px; - text-align: center; - line-height: 30px; - } - } - } -} - -#blokmap-tile { - position: relative; - - height: 200px; - //background-image: url("https://i.imgur.com/PMaIG7X.jpg"); - background-image: url("https://cldup.com/-FmSDFbd07.jpg"); - - background-position: center; - - .overlay { - left: 0; - top: 0; - position: absolute; - height: 100%; - width: 100%; - background-color: rgba(0, 0, 0, 0.2); - } - - .content { - position: relative; - - h1, h2 { - color: white; - } - - h2 { - margin-top: 0; - } - } -} - -.eventtile{ -} diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index e394794..2096b9a 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -24,7 +24,7 @@ body.site { @import "includes/cammie"; @import "includes/events"; -@import "includes/tileS"; +@import "includes/tiles"; @import "includes/blogpost"; @import "includes/general"; @import "includes/eventpage";