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 {
@include display-flex();
padding: $baseSize / 2 $baseSize / 2 $baseSize / 2 $baseSize;
border-radius: $baseSize / 2;
padding: $halfSize $halfSize $halfSize $baseSize;
border-radius: $halfSize;
background: rgba($cBlue, 0.16);
}
@ -130,7 +130,7 @@
}
.CDB-DataType {
padding: $baseSize / 4 $baseSize / 2;
padding: $baseSize / 4 $halfSize;
border-radius: $baseSize / 4;
background: $cThirdBackground;
text-transform: uppercase;

View File

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