mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-16 00:14:03 +00:00
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
@image_alignment: default;
|
|
@image_display: block;
|
|
@image_max_width: default;
|
|
@image_height: default;
|
|
@image_width: default;
|
|
|
|
.sow-image-container {
|
|
text-align: @image_alignment;
|
|
.so-widget-image {
|
|
display: @image_display;
|
|
max-width: @image_max_width;
|
|
width: @image_width;
|
|
height: @image_height;
|
|
}
|
|
}
|
|
|