Homepage update for Blender Cloud

Now with more Agent!
This commit is contained in:
2017-05-22 15:59:43 +02:00
parent 38df6e873b
commit 8c1dbf984b
6 changed files with 271 additions and 115 deletions

View File

@@ -535,8 +535,8 @@
@mixin text-background($text-color, $background-color, $roundness, $padding)
border-radius: $roundness
padding: $padding
background-color: rgba($background-color, .9)
box-shadow: 0.5em 0 0 rgba($background-color, .9),-0.5em 0 0 rgba($background-color, .9)
background-color: $background-color
box-shadow: 0.5em 0 0 $background-color,-0.5em 0 0 $background-color
box-decoration-break: clone
color: $text-color