mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
16 lines
348 B
Plaintext
16 lines
348 B
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');
|
|
}
|