mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-13 02:53:44 +00:00
27 lines
454 B
SCSS
27 lines
454 B
SCSS
.chip {
|
|
display: inline-block;
|
|
height: 32px;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: rgba(0,0,0,.6);
|
|
line-height: 32px;
|
|
padding: 0 12px;
|
|
border-radius: 16px;
|
|
background-color: #E4E4E4;
|
|
|
|
img {
|
|
float: left;
|
|
margin: 0 8px 0 -12px;
|
|
height: 32px;
|
|
width: 32px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
i.material-icons {
|
|
cursor: pointer;
|
|
float: right;
|
|
font-size: 16px;
|
|
line-height: 32px;
|
|
padding-left: 8px;
|
|
}
|
|
} |