add first commit

This commit is contained in:
piensaenpixel 2016-02-24 12:01:34 +01:00
parent a5e41c6762
commit ee39eb3491
4 changed files with 17 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
// ----------------------------------------------
/* SG
# Tags
# Tags / Privacy
```
<button class="CDB-Tag is-public CDB-Text is-semibold CDB-Size-small u-iBlock">
@ -45,3 +45,19 @@
color: $cError;
}
}
/* SG
# Tags / Metadata
```
<button class="CDB-Metadata CDB-Text u-iBlock">
population
</button>
```
*/
.CDB-Metadata {
border-radius: $baseSize / 2;
background: #FF5500;
}