mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
16 lines
216 B
CSS
16 lines
216 B
CSS
.curtain-roller {
|
|
width: 300px;
|
|
height: 200px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.curtain-button {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.reverse-range {
|
|
direction: rtl;
|
|
}
|