mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
31 lines
391 B
SCSS
31 lines
391 B
SCSS
.tools-sheet-offsets {
|
|
position: relative;
|
|
height: 70px;
|
|
overflow: hidden;
|
|
padding-right: 100px;
|
|
white-space: nowrap;
|
|
|
|
> tools-offset {
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.tools-sheet-scroll {
|
|
overflow: auto;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 45px;
|
|
right: 0;
|
|
bottom: 0;
|
|
|
|
&.with-offsets {
|
|
top: 45px + 70px;
|
|
}
|
|
}
|
|
|
|
.form-inline {
|
|
padding: 5px;
|
|
}
|