added circles to snippets
WARNING: They are a fixed size, therefore will spill content on larger numbers
This commit is contained in:
parent
32f677c94e
commit
88a2a46191
2 changed files with 20 additions and 9 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue