15 lines
292 B
CSS
15 lines
292 B
CSS
.folder-modified {
|
|
width: 18px;
|
|
height: 18px;
|
|
color: white;
|
|
font-size: 11px;
|
|
margin-right: 3px;
|
|
border-radius: 3px;
|
|
background-color: teal;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|