UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
layout
/
default
/
_fixed.less
16 lines
(15 loc)
•
252 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@{ohayo-default-prefix}
__fixed
{
@{ohayo-default-prefix}
{
&
__header
{
position
: fixed;
top
:
0
;
left
:
0
; }
&
__aside
{
position
: fixed; }
&
__content
{
margin-top
:
@ohayo-default-header-hg
; } } }