This commit is contained in:
piensaenpixel 2016-02-26 10:23:53 +01:00
parent 7755c46c5e
commit 9a4f2bc265
5 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -91,8 +91,8 @@
.CDB-Metadata { .CDB-Metadata {
@include display-flex(); @include display-flex();
padding: $baseSize / 2 $baseSize / 2 $baseSize / 2 $baseSize; padding: $halfSize $halfSize $halfSize $baseSize;
border-radius: $baseSize / 2; border-radius: $halfSize;
background: rgba($cBlue, 0.16); background: rgba($cBlue, 0.16);
} }
@ -130,7 +130,7 @@
} }
.CDB-DataType { .CDB-DataType {
padding: $baseSize / 4 $baseSize / 2; padding: $baseSize / 4 $halfSize;
border-radius: $baseSize / 4; border-radius: $baseSize / 4;
background: $cThirdBackground; background: $cThirdBackground;
text-transform: uppercase; text-transform: uppercase;

View File

@ -7,6 +7,7 @@ $mobileLayout: 280px;
//Base //Base
$baseSize: 8px; $baseSize: 8px;
$halfSize: $baseSize / 2;
// Margins // Margins
$sMargin-section: 24px; // To separate main section $sMargin-section: 24px; // To separate main section