diff --git a/CV/snapshot.html b/CV/snapshot.html index c2713a8..cf9bd6a 100644 --- a/CV/snapshot.html +++ b/CV/snapshot.html @@ -4,7 +4,7 @@ Iván Cea Fontenla - diff --git a/sass/common.scss b/sass/common.scss index 206df20..3e7a2ea 100644 --- a/sass/common.scss +++ b/sass/common.scss @@ -55,3 +55,12 @@ } } } + +.common__type-label { + display: inline-block; + background-color: lightgreen; + font-size: 0.8em; + border-radius: 0.5em; + padding: 0.25em; + margin: 0.25em; +}