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.
10 lines
194 B
10 lines
194 B
.icon {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
background-image: linear-gradient(135deg, #77abf4, #2f7deb);
|
|
font-size: 32px;
|
|
color: #fff;
|
|
|
|
}
|