You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
444 B

// Icons
// --------------------------------------------------
.Icon {
display: inline-block;
width: 60px;
height: 60px;
border: 1px solid rgba(#9B9B9B, 0.4);
text-align: center;
}
.Icon--round {
border-radius: 50%;
}
.Icon--blue {
border-color: #2CA8E1;
color: #2CA8E1;
&.is-highlight {
background: #2CA8E1;
color: #FFF;
}
}
.IconFont--size24 {
font-size: 24px;
}
.IconFont--center {
margin-left: -3px;
}