added circles to snippets

WARNING: They are a fixed size, therefore will spill content on larger numbers
This commit is contained in:
piratefinn 2017-12-20 12:32:23 +00:00
parent 32f677c94e
commit 88a2a46191
2 changed files with 20 additions and 9 deletions

View file

@ -24,6 +24,17 @@ agm-map {
width: 15%;
}
// circle for text
.number-circle {
width:24%;
border-radius:50%;
text-align:center;
padding:12% 0;
line-height:0;
position:relative;
background: #20a8d8;
color: white;
}
// white title font variant on type-2 as defined in _widgets.css
.horizontal-bars {
padding: 0;