fix PR
This commit is contained in:
parent
7755c46c5e
commit
9a4f2bc265
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user