mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
29 lines
421 B
SCSS
29 lines
421 B
SCSS
.img-thumbnail-1 {
|
|
padding: 0px;
|
|
// width: 100%;
|
|
}
|
|
|
|
.comments {
|
|
list-style: none;
|
|
padding: 0;
|
|
|
|
.card {
|
|
position:relative;
|
|
|
|
.card-header:before {
|
|
position: absolute;
|
|
top: 11px;
|
|
right: 100%;
|
|
width: 0;
|
|
height: 0;
|
|
display: block;
|
|
content:" ";
|
|
border-color: transparent;
|
|
border-style: solid solid outset;
|
|
pointer-events:none;
|
|
border-right-color: #444;
|
|
border-width: 14px;
|
|
}
|
|
}
|
|
}
|