ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
46 lines (40 loc) • 833 B
text/less
html.rtl {
direction: rtl;
}
body {
color: @site-text-color;
font-size: 14px;
font-family: @font-family;
background: @body-background;
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a {
transition: color 0.3s ease;
}
#angular-content {
display: block;
height: 100%;
transition: transform 0.3s @ease-in-out-circ;
}
.fetching {
position: absolute;
top: 16px;
left: 16px;
z-index: 99;
}
#header,
#header #search-box,
#header #nav.ant-menu,
.main-wrapper,
.main-wrapper > .ant-row > .main-menu .main-menu-inner > .ant-menu,
.main-wrapper
> .ant-row
> .main-menu
.main-menu-inner
> .ant-menu.aside-container.ant-menu-inline
> .ant-menu-item-group
> .ant-menu-item-group-title::after,
.main-wrapper .main-container,
#demo-toc.toc {
transition: all 0.3s @ease-in-out-circ;
}