ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
34 lines (33 loc) • 551 B
text/less
.theme-btn {
position: fixed;
right: 32px;
bottom: 102px;
z-index: 2147483640;
display: flex;
flex-direction: column;
cursor: pointer;
&-tooltip {
.ant-tooltip-inner {
min-width: 100px;
}
}
& > div {
display: block;
}
&-active {
width: 44px;
height: 44px;
color: @primary-color;
font-size: 22px;
line-height: 44px;
}
& &-avatar {
color: #000;
background-color: #fff;
box-shadow: @shadow-2;
transition: color 0.3s;
&:hover {
color: @primary-color;
}
}
}