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 {
|
||||
@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;
|
||||
|
@ -7,6 +7,7 @@ $mobileLayout: 280px;
|
||||
|
||||
//Base
|
||||
$baseSize: 8px;
|
||||
$halfSize: $baseSize / 2;
|
||||
|
||||
// Margins
|
||||
$sMargin-section: 24px; // To separate main section
|
||||
|
Loading…
Reference in New Issue
Block a user