22 lines
517 B
CSS
22 lines
517 B
CSS
.type-attachs a {
|
|
padding-left: 25px;
|
|
background-image: url('unknown.png');
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
.type-images a {
|
|
padding-left: 25px;
|
|
background-image: url('image.png');
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
.type-gallery a {
|
|
padding-left: 25px;
|
|
background-image: url('folder.png');
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
|
|
.btn {
|
|
margin-bottom: 0.2rem !important;
|
|
} |