snippet circles fixed

This commit is contained in:
piratefinn 2017-12-20 16:46:25 +00:00
parent 762da58c3d
commit 52d322416d
2 changed files with 38 additions and 26 deletions

View file

@ -27,14 +27,16 @@ agm-map {
// circle for text
// TODO: Make these resize based on inside content
.number-circle {
width:24%;
height: 10rem;
border-radius:50%;
text-align:center;
padding:12% 0;
line-height:0;
position:relative;
width: 10rem;
padding: 5rem 5%;
line-height: 0;
position: relative;
background: #20a8d8;
color: white;
font-size: 0.875rem;
}
// white title font variant on type-2 as defined in _widgets.css
.horizontal-bars {