mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-09 22:47:54 -05:00
32 lines
407 B
Plaintext
32 lines
407 B
Plaintext
@import "fuelux-core.less";
|
|
.fuelux {
|
|
|
|
.infinitescroll {
|
|
overflow-y: auto;
|
|
|
|
.infinitescroll-end {
|
|
clear: both;
|
|
font-style: italic;
|
|
padding: 6px;
|
|
text-align: center;
|
|
}
|
|
|
|
.infinitescroll-load {
|
|
clear: both;
|
|
padding: 6px;
|
|
|
|
button {
|
|
padding: 5px 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
.loader {
|
|
font-size: 32px;
|
|
height: 32px;
|
|
margin: 0 auto;
|
|
width: 32px;
|
|
}
|
|
}
|
|
}
|
|
|
|
} |