mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 19:29:22 +02:00

Layout is primarily changed to this because the old layout had obsolete javascript dependencies. I still want to make another default layout eventually, which is mobile friendly. This layout has a very nice character search widget though that looks for names realtime and displays them in a list beside the search.
20 lines
377 B
Plaintext
20 lines
377 B
Plaintext
// List Icons
|
|
// -------------------------
|
|
|
|
.@{fa-css-prefix}-ul {
|
|
padding-left: 0;
|
|
margin-left: @fa-li-width;
|
|
list-style-type: none;
|
|
> li { position: relative; }
|
|
}
|
|
.@{fa-css-prefix}-li {
|
|
position: absolute;
|
|
left: -@fa-li-width;
|
|
width: @fa-li-width;
|
|
top: (2em / 14);
|
|
text-align: center;
|
|
&.@{fa-css-prefix}-lg {
|
|
left: (-@fa-li-width + (4em / 14));
|
|
}
|
|
}
|