mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
.fac {
|
|
display : inline-block;
|
|
}
|
|
.position-top-left {
|
|
content: url('../icons/position-top-left.svg');
|
|
}
|
|
.position-top-right {
|
|
content: url('../icons/position-top-right.svg');
|
|
}
|
|
.position-bottom-left {
|
|
content: url('../icons/position-bottom-left.svg');
|
|
}
|
|
.position-bottom-right {
|
|
content: url('../icons/position-bottom-right.svg');
|
|
}
|
|
.position-top {
|
|
content: url('../icons/position-top.svg');
|
|
}
|
|
.position-right {
|
|
content: url('../icons/position-right.svg');
|
|
}
|
|
.position-bottom {
|
|
content: url('../icons/position-bottom.svg');
|
|
}
|
|
.position-left {
|
|
content: url('../icons/position-left.svg');
|
|
}
|
|
.mask-edge {
|
|
content: url('../icons/mask-edge.svg');
|
|
}
|
|
.mask-corner {
|
|
content: url('../icons/mask-corner.svg');
|
|
}
|
|
.mask-center {
|
|
content: url('../icons/mask-center.svg');
|
|
}
|
|
.book-front-cover {
|
|
content: url('../icons/book-front-cover.svg');
|
|
}
|
|
.book-back-cover {
|
|
content: url('../icons/book-back-cover.svg');
|
|
}
|
|
.book-inside-cover {
|
|
content: url('../icons/book-inside-cover.svg');
|
|
}
|
|
.book-part-cover {
|
|
content: url('../icons/book-part-cover.svg');
|
|
}
|
|
.davek {
|
|
content: url('../icons/Davek.svg');
|
|
}
|
|
.rellanic {
|
|
content: url('../icons/Rellanic.svg');
|
|
}
|
|
.iokharic {
|
|
content: url('../icons/Iokharic.svg');
|
|
}
|